Skip to content

Commit

Permalink
Update base64 requirement from 0.12.1 to 0.13.0 in /gremlin-client
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.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.12.1...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 1, 2020
1 parent 775f484 commit 3ff2dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ serde_derive="1.0"
r2d2 = "0.8.3"
chrono = "0.4"
lazy_static = "1.3.0"
base64 = "0.12.1"
base64 = "0.13.0"
native-tls = "0.2.3"
async-tungstenite = { version = "0.4.0", optional = true, default-features=false}
async-std = { version = "1.4.0", optional = true, features = ["unstable","attributes"] }
Expand Down

0 comments on commit 3ff2dad

Please sign in to comment.