Skip to content

Commit

Permalink
Update base64 requirement from 0.21 to 0.22
Browse files Browse the repository at this point in the history
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 2b2aed2 commit 5b8f111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ tokio-tungstenite = "0.21"
tokio = "1.11.0"
pretty_env_logger = "0.5"
sha1 = "0.10"
base64 = "0.21"
base64 = "0.22"
2 changes: 1 addition & 1 deletion gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ borrow-bag = { path = "../misc/borrow_bag", version = "1.1.1" }
gotham_derive = { path = "../gotham_derive", version = "0.7.1", optional = true }

anyhow = "1.0.5"
base64 = "0.21"
base64 = "0.22"
bincode = { version = "1.0", optional = true }
bytes = "1.0"
cookie = "0.15"
Expand Down

0 comments on commit 5b8f111

Please sign in to comment.