Skip to content

Commit

Permalink
chore: Update to base64 0.22 (#1649)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucio Franco <luciofranco14@gmail.com>
  • Loading branch information
tottoto and LucioFranco committed May 20, 2024
1 parent 068421a commit 31dbbca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tonic-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/hyperium/tonic"
version = "0.11.0"

[dependencies]
base64 = "0.21"
base64 = "0.22"
bytes = "1"
tokio-stream = "0.1"
http = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion tonic-web/tests/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
license = "MIT"

[dependencies]
base64 = "0.21"
base64 = "0.22"
bytes = "1.0"
hyper = "0.14"
prost = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ channel = []
# harness = false

[dependencies]
base64 = "0.21"
base64 = "0.22"
bytes = "1.0"
http = "0.2"
tracing = "0.1"
Expand Down

0 comments on commit 31dbbca

Please sign in to comment.