Skip to content

Commit

Permalink
Merge pull request #18 from gngpp/dependabot/cargo/base64-0.22.0
Browse files Browse the repository at this point in the history
Update base64 requirement from 0.21.6 to 0.22.0
  • Loading branch information
0x676e67 committed Mar 4, 2024
2 parents 63efc9d + 06a07f3 commit ebbdfed
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 @@ -11,7 +11,7 @@ repository = "https://github.com/gngpp/vproxy"


[dependencies]
base64 = "0.21.6"
base64 = "0.22.0"
cidr = "0.2.2"
thiserror = "1.0.56"
hyper = { version = "1.1.0", features = ["http1", "server"] }
Expand Down

0 comments on commit ebbdfed

Please sign in to comment.