Skip to content

Commit

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

Bump rustls-pki-types from 1.3.1 to 1.4.1
  • Loading branch information
c410-f3r authored Mar 30, 2024
2 parents 7a49fa1 + 9f83377 commit 39a8a98
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 @@ -83,7 +83,7 @@ ring = { default-features = false, optional = true, version = "0.17" }
rkyv = { default-features = false, features = ["validation"], optional = true, version = "0.7" }
rust_decimal = { default-features = false, features = ["maths"], optional = true, version = "1.34" }
rustls-pemfile = { default-features = false, features = ["std"], optional = true, version = "2.1" }
rustls-pki-types = { default-features = false, optional = true, version = "1.3" }
rustls-pki-types = { default-features = false, optional = true, version = "1.4" }
serde = { default-features = false, features = ["alloc", "derive"], optional = true, version = "1.0" }
serde_json = { default-features = false, features = ["alloc"], optional = true, version = "1.0" }
serde_yaml = { default-features = false, optional = true, version = "0.9" }
Expand Down

0 comments on commit 39a8a98

Please sign in to comment.