Skip to content

Commit

Permalink
Pin chrono to 0.4.30
Browse files Browse the repository at this point in the history
v0.4.31 was just released which introduces some spurious deprecation warnings
  • Loading branch information
rtyler committed Sep 15, 2023
1 parent 4638fcf commit 053bc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_json = "1"

# "stdlib"
bytes = { version = "1" }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
chrono = { version = "=0.4.30", default-features = false, features = ["clock"] }
regex = { version = "1" }
thiserror = { version = "1" }
url = { version = "2" }
Expand Down

0 comments on commit 053bc19

Please sign in to comment.