Skip to content

Commit

Permalink
build(deps): bump base64 from 0.22.0 to 0.22.1
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 5f1214e commit 0418ca9
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.29"
serde_millis = "0.1.1"
base64 = "0.22.0"
base64 = "0.22.1"
humantime-serde = "1.1.1"
postcard = { version = "1.0.8", features = ["use-std"] }
env_logger = { version = "0.11.1", features = [] }
Expand Down

0 comments on commit 0418ca9

Please sign in to comment.