Skip to content

Commit

Permalink
Merge pull request #247 from c410-f3r/dependabot/cargo/rustls-pki-typ…
Browse files Browse the repository at this point in the history
…es-1.10.0

Bump rustls-pki-types from 1.9.0 to 1.10.0
  • Loading branch information
c410-f3r authored Oct 20, 2024
2 parents 5619b3b + 4e47b24 commit 3604cd5
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 wtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand_core = { default-features = false, optional = true, version = "0.6" }
ring = { default-features = false, optional = true, version = "0.17" }
rust_decimal = { default-features = false, features = ["maths"], optional = true, version = "1.0" }
rustls-pemfile = { default-features = false, features = ["std"], optional = true, version = "2.0" }
rustls-pki-types = { default-features = false, optional = true, version = "1.0" }
rustls-pki-types = { default-features = false, optional = true, version = "1.10" }
serde = { default-features = false, features = ["alloc", "derive"], optional = true, version = "1.0" }
serde_json = { default-features = false, features = ["alloc"], optional = true, version = "1.0" }
sha1 = { default-features = false, optional = true, version = "0.10" }
Expand Down

0 comments on commit 3604cd5

Please sign in to comment.