Skip to content

Commit 220f873

Browse files
markdingramhawkw
andcommitted
chore(deps): update chrono dependency to 0.4.16 (#1173)
- this allows dropping the old time 0.1 dependency (see https://github.com/chronotope/chrono/blob/main/CHANGELOG.md#0416) Co-authored-by: Eliza Weisman <[email protected]>
1 parent 672b175 commit 220f873

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tracing-appender/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition = "2018"
2121

2222
[dependencies]
2323
crossbeam-channel = "0.5.0"
24-
chrono = "0.4.11"
24+
chrono = { version = "0.4.16", default-features = false, features = ["clock", "std"] }
2525

2626
[dependencies.tracing-subscriber]
2727
path = "../tracing-subscriber"

tracing-subscriber/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lazy_static = { optional = true, version = "1" }
4343
# fmt
4444
tracing-log = { path = "../tracing-log", version = "0.1", optional = true, default-features = false, features = ["log-tracer", "std"] }
4545
ansi_term = { version = "0.12", optional = true }
46-
chrono = { version = "0.4", optional = true }
46+
chrono = { version = "0.4.16", optional = true, default-features = false, features = ["clock", "std"] }
4747

4848
# only required by the json feature
4949
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)