Skip to content

Commit

Permalink
Update base64 to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 5, 2024
1 parent aca7fb0 commit e9b7a1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 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 rustls-platform-verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docsrs = ["jni"]
[dependencies]
rustls = { version = "0.23", default-features = false, features = ["std"] }
log = { version = "0.4" }
base64 = { version = "0.21", optional = true } # Only used when the `cert-logging` feature is enabled.
base64 = { version = "0.22", optional = true } # Only used when the `cert-logging` feature is enabled.
jni = { version = "0.19", default-features = false, optional = true } # Only used during doc generation
once_cell = "1.9"

Expand Down

0 comments on commit e9b7a1d

Please sign in to comment.