Skip to content

Commit

Permalink
Merge pull request fedimint#6188 from fedimint/dependabot/cargo/rustl…
Browse files Browse the repository at this point in the history
…s-pki-types-1.10.0

chore(deps): bump rustls-pki-types from 1.9.0 to 1.10.0
  • Loading branch information
tvolk131 authored Oct 21, 2024
2 parents 6249552 + df38437 commit eec0500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 fedimint-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tokio-rustls = { version = "0.26.0", default-features = false, features = [
"ring",
] }
webpki-roots = { version = "0.26.6" }
rustls-pki-types = { version = "1.9.0" }
rustls-pki-types = { version = "1.10.0" }
arti-client = { version = "0.20.0", default-features = false, package = "fedimint-arti-client", optional = true }
strum = { workspace = true, optional = true }
# We need to pin this arti's `curve25519-dalek` dependency, due to `https://rustsec.org/advisories/RUSTSEC-2024-0344` vulnerability
Expand Down

0 comments on commit eec0500

Please sign in to comment.