Skip to content

Commit

Permalink
Bump pki-types from 1.3 to 1.7 and version from
Browse files Browse the repository at this point in the history
2.1.2 to 2.1.3
  • Loading branch information
holodorum authored and djc committed Aug 3, 2024
1 parent bd9773d commit 5d9960f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-pemfile"
version = "2.1.2"
version = "2.1.3"
edition = "2018"
license = "Apache-2.0 OR ISC OR MIT"
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ categories = ["network-programming", "cryptography"]

[dependencies]
base64 = { version = "0.22", default-features = false, features = ["alloc"] }
pki-types = { package = "rustls-pki-types", version = "1.3" }
pki-types = { package = "rustls-pki-types", version = "1.7" }

[dev-dependencies]
bencher = "0.1.5"
Expand Down

0 comments on commit 5d9960f

Please sign in to comment.