Skip to content

Commit

Permalink
chore(deps): Update Rust crate chrono to 0.4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2024
1 parent b208fec commit 38815b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crond/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/j5ik2o/oni-comb-rs"
[dependencies]
oni-comb-parser-rs = { version = "0.0.*", path = "../parser" }
intervals-rs = "0.0.5"
chrono = "0.4.33"
chrono = "0.4.34"
anyhow = "1.0.79"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion hocon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = "0.4.20"
envy = "0.4"
rust_decimal = "1.34"
rust_decimal_macros = "1.34"
chrono = "0.4.33"
chrono = "0.4.34"
anyhow = "1.0.79"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ anyhow = "1.0.79"
env_logger = "0.11.1"
prop-check-rs = "0.0.482"
rust_decimal = "1.34.3"
chrono = "0.4.33"
chrono = "0.4.34"
pom = "3.3.0"
nom = "7.1.3"
criterion = { version = "0.5.1", features = [ "html_reports" ]}
Expand Down

0 comments on commit 38815b4

Please sign in to comment.