Skip to content

Commit

Permalink
Bump base64 from 0.13.1 to 0.21.0
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.0.
- [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.13.1...v0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2023
1 parent 163b2d2 commit 1dbaff2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 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 @@ -142,7 +142,7 @@ log4rs = { version = "1.2", optional = true }
serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"
thiserror = "1.0"
base64 = "0.13"
base64 = "0.21"

clap = { version = "4.0", features = ["wrap_help", "suggestions"] }
cfg-if = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ smoltcp = { version = "0.8", optional = true, default-features = false, features

serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"
base64 = "0.13"
base64 = "0.21"

shadowsocks = { version = "1.15.0", path = "../shadowsocks", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ libc = "0.2.94"
bytes = "1.2"
cfg-if = "1"
byte_string = "1.0"
base64 = "0.13"
base64 = "0.21"
url = "2.2"
once_cell = "1.17"
spin = { version = "0.9", features = ["std"] }
Expand Down

0 comments on commit 1dbaff2

Please sign in to comment.