Skip to content

Commit

Permalink
Merge pull request #235 from ava-labs/dependabot/cargo/base64-0.21.7
Browse files Browse the repository at this point in the history
build(deps): bump base64 from 0.21.5 to 0.21.7
  • Loading branch information
richardpringle authored Jan 17, 2024
2 parents 19f94f2 + 8963264 commit 39fbdac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -12,7 +12,7 @@ readme = "../README.md"

[dependencies]
avalanche-types = { version = "0.1.4", features = ["subnet", "codec_base64"] } # https://crates.io/crates/avalanche-types
base64 = { version = "0.21.5" }
base64 = { version = "0.21.7" }
bytes = "1.4.0"
chrono = "0.4.26"
clap = { version = "4.4.18", features = ["cargo", "derive"] } # https://github.com/clap-rs/clap/releases
Expand Down

0 comments on commit 39fbdac

Please sign in to comment.