Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 8e2e723 commit e809606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -11,7 +11,7 @@ description = "A web frontend to Suricata full packet capture"
anyhow = "1.0.57"
axum = { version = "0.7", default-features = false, features = ["json", "form", "query"] }
axum-server = { version = "0.6.0", default-features = false, features = ["tls-rustls"] }
base64 = { version = "0.13.0", default-features = false }
base64 = { version = "0.21.7", default-features = false }
bcrypt = { version = "0.13.0", default-features = false, features = ["std"] }
clap = { version = "4.5.4", default-features = false, features = ["std", "derive", "color", "help", "usage"] }
futures-util = { version = "0.3.21", default-features = false }
Expand Down

0 comments on commit e809606

Please sign in to comment.