Skip to content

Commit

Permalink
chore: upgrade base64 to 0.22 (#2224)
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 29, 2024
1 parent 13e27b7 commit db25e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ __rustls = ["dep:hyper-rustls", "dep:tokio-rustls", "dep:rustls", "__tls", "dep:
__internal_proxy_sys_no_cache = []

[dependencies]
base64 = "0.21"
base64 = "0.22"
http = "1"
url = "2.2"
bytes = "1.0"
Expand Down

0 comments on commit db25e80

Please sign in to comment.