Skip to content

Commit

Permalink
chore: update webpki
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 6, 2023
1 parent f0e8375 commit dcb12a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/Cargo.toml
Expand Up @@ -52,7 +52,7 @@ tokio-native-tls = { version = "0.3.0", optional = true }
tokio-stream = { version = "0.1.2", optional = true }
gremlin-derive = { path="../gremlin-derive", version="0.1", optional=true }
rustls = { version="0.20", features = ["dangerous_configuration"], optional = true}
webpki = { version = "0.21.3", optional = true }
webpki = { version = "0.22.2", optional = true }
thiserror = "1.0.20"


Expand Down

0 comments on commit dcb12a3

Please sign in to comment.