Skip to content

Commit

Permalink
Update Rust crate chrono to 0.4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent b358c87 commit 6351a09
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 @@ -38,7 +38,7 @@ serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1" }
tokio-stream = "0.1"
futures = "0.3"
chrono = { version = "0.4", features = ["serde", "clock"], default-features = false }
chrono = { version = "0.4.38", features = ["serde", "clock"], default-features = false }
async-trait = "0.1"
hex = "0.4"
backoff = { version = "0.4", features = ["tokio"] }
Expand Down

0 comments on commit 6351a09

Please sign in to comment.