Skip to content

Commit

Permalink
fix(deps): 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 ff2113e commit 5ba0a56
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 66 deletions.
106 changes: 74 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ readme = "README.md"

[dependencies]
regex = "1.10"
chrono = { version="0.4", default-features=false, features=["std", "alloc", "clock"] }
chrono = { version="0.4.38", default-features=false, features=["std", "alloc", "clock"] }
nom = "7.1.3"
106 changes: 74 additions & 32 deletions fuzz/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cargo-fuzz = true
rand = "0.8.5"
libfuzzer-sys = "0.4"
regex = "1.10.4"
chrono = { version="0.4", default-features=false, features=["std", "alloc", "clock"] }
chrono = { version="0.4.38", default-features=false, features=["std", "alloc", "clock"] }

[dependencies.parse_datetime]
path = "../"
Expand Down

0 comments on commit 5ba0a56

Please sign in to comment.