Skip to content

Commit 198eead

Browse files
committed
Bump base64 to drop one old version of the crate
1 parent d851479 commit 198eead

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

Cargo.lock

Lines changed: 3 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ flate2 = "1.0"
3535
semver = { version = "0.9", git = "https://github.com/steveklabnik/semver.git", features = ["diesel", "serde"] }
3636
url = "1.2.1"
3737
tar = "0.4.16"
38-
base64 = "0.9"
38+
base64 = "0.11"
3939

4040
openssl = "0.10.13"
4141
oauth2 = "2.0.0"

src/s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "s3"
1414
path = "lib.rs"
1515

1616
[dependencies]
17-
base64 = "0.6"
17+
base64 = "0.11"
1818
chrono = "0.4"
1919
openssl = "0.10.13"
2020
reqwest = { version = "0.10", features = ["blocking"] }

0 commit comments

Comments
 (0)