Skip to content

Commit 2c6416d

Browse files
authored
RUST-1403 Remove oldtime feature from chrono dependency (#691)
1 parent 460d335 commit 2c6416d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ async-trait = "0.1.42"
7373
base64 = "0.13.0"
7474
bitflags = "1.1.0"
7575
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main" }
76-
chrono = "0.4.7"
76+
chrono = { version = "0.4.7", default-features = false, features = ["clock", "std"] }
7777
derivative = "2.1.1"
7878
flate2 = { version = "1.0", optional = true }
7979
futures-core = "0.3.14"

deny.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,7 @@ yanked = "deny"
4747
notice = "deny"
4848
# A list of advisory IDs to ignore. Note that ignored advisories will still
4949
# output a note when they are encountered.
50-
ignore = [
51-
# TODO RUST-1293
52-
"RUSTSEC-2020-0071",
53-
]
50+
ignore = []
5451
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
5552
# lower than the range specified will be ignored. Note that ignored advisories
5653
# will still output a note when they are encountered.

0 commit comments

Comments
 (0)