Skip to content

Commit

Permalink
chore(rust): bump chrono to 0.4.31 (#11258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteNybbler committed Sep 23, 2023
1 parent b502131 commit 8073921
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 @@ -25,7 +25,7 @@ ahash = "0.8"
atoi = "2"
bitflags = "2"
bytemuck = { version = "1", features = ["derive", "extern_crate_alloc"] }
chrono = { version = "0.4", default-features = false, features = ["std"] }
chrono = { version = "0.4.31", default-features = false, features = ["std"] }
chrono-tz = "0.8.1"
ciborium = "0.2"
either = "1.9"
Expand Down

0 comments on commit 8073921

Please sign in to comment.