Skip to content

Commit d6ff40d

Browse files
authored
fix: Upgrade time crate to fix rust-lang/rust#125319 (#285)
1 parent dbdf1ce commit d6ff40d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

types/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ serde_repr = { version = "0.1", optional = true }
3838
sha2 = "0.10.6"
3939
thiserror = "1.0.40"
4040

41+
# `time` is a dependency of a dependency but we need to specify it
42+
# for fixing rust-lang/rust#125319.
43+
time = { version = "0.3.36", default-features = false }
44+
4145
[dev-dependencies]
4246
ed25519-consensus = "2.1.0"
4347
rand = "0.8.5"

0 commit comments

Comments
 (0)