Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.31 (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 0ab4ecf commit 231a443
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 @@ -13,7 +13,7 @@ reqwest = "0.11"
serde_json = "1.0"
dbus = "0.7.1"
tokio = { version = "1", features = ["full"] }
chrono = "0.4.30"
chrono = "0.4.31"

[profile.release]
panic = 'abort'

0 comments on commit 231a443

Please sign in to comment.