Skip to content

Commit

Permalink
chore: don't pin time version (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
flisky authored Mar 28, 2023
1 parent c762128 commit 5b71aec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ suppaftp = { version = "4.5", default-features = false, features = [
"async-secure",
"async-rustls",
], optional = true }
# time 0.3.18 bump MSRV to 1.62, let's pin to 0.3.17 until we decide
# to bump ours
time = { version = ">=0.3.10, <=0.3.17", features = ["serde"] }
time = { version = "0.3", features = ["serde"] }
tokio = { version = "1.26", features = ["fs"] }
tracing = { version = "0.1", optional = true }
trust-dns-resolver = { version = "0.22", optional = true }
Expand Down

0 comments on commit 5b71aec

Please sign in to comment.