Skip to content

Commit

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

Bump rustls-pki-types from 1.3.0 to 1.3.1
  • Loading branch information
c410-f3r authored Feb 28, 2024
2 parents 23e3c71 + e8b2420 commit e3451eb
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.2" }
rustls-pki-types = { default-features = false, optional = true, version = "1.3" }
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 e3451eb

Please sign in to comment.