Skip to content

Commit

Permalink
Merge pull request #243 from ava-labs/dependabot/cargo/chrono-0.4.33
Browse files Browse the repository at this point in the history
build(deps): bump chrono from 0.4.31 to 0.4.33
  • Loading branch information
richardpringle authored Feb 1, 2024
2 parents bd4accd + a686097 commit 88dbab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 timestampvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "../README.md"
avalanche-types = { version = "0.1.4", features = ["subnet", "codec_base64"] } # https://crates.io/crates/avalanche-types
base64 = { version = "0.21.7" }
bytes = "1.4.0"
chrono = "0.4.26"
chrono = "0.4.33"
clap = { version = "4.4.18", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
derivative = "2.2.0"
env_logger = "0.10.2"
Expand Down

0 comments on commit 88dbab2

Please sign in to comment.