Skip to content

Commit

Permalink
chore(deps): Update Rust crate chrono to 0.4.33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 25, 2024
1 parent a1a380b commit 6162353
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.32"
chrono = "0.4.33"
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.33"
rust_decimal_macros = "1.33"
chrono = "0.4.32"
chrono = "0.4.33"
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.0"
prop-check-rs = "0.0.465"
rust_decimal = "1.33.1"
chrono = "0.4.32"
chrono = "0.4.33"
pom = "3.3.0"
nom = "7.1.3"
criterion = { version = "0.5.1", features = [ "html_reports" ]}
Expand Down

0 comments on commit 6162353

Please sign in to comment.