Skip to content

Commit 51876a9

Browse files
committed
constrain time to preserve MSRV
1 parent 4fcb3aa commit 51876a9

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ rusticata-macros = "4.0"
6060
sha1 = { version = "0.10", optional = true, features = ["oid"] }
6161
sha2 = { version = "0.10", optional = true, features = ["oid"] }
6262
thiserror = "2.0"
63-
time = { version="0.3.35", features=["formatting"] }
64-
63+
time = { version=">=0.3.35, <0.3.46", features=["formatting"] }

0 commit comments

Comments
 (0)