Skip to content

Commit

Permalink
Update rustls-pemfile to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 2, 2023
1 parent e45591a commit 92aab39
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 44 deletions.
152 changes: 112 additions & 40 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
Expand Up @@ -82,7 +82,7 @@ clap_complete_command = { version = "0.5.1", optional = true }

# cross compile
cargo-zigbuild = { version = "0.18.0", default-features = false, optional = true }
cargo-xwin = { version = "0.16.0", default-features = false, optional = true }
cargo-xwin = { version = "0.16.2", default-features = false, optional = true }

# log
tracing = "0.1.36"
Expand All @@ -101,7 +101,7 @@ multipart = { version = "0.18.0", features = ["client"], default-features = fals
ureq = { version = "2.9.1", features = ["gzip", "json", "socks-proxy"], default-features = false, optional = true }
native-tls = { version = "0.2.8", optional = true }
rustls = { version = "0.21.9", optional = true }
rustls-pemfile = { version = "1.0.1", optional = true }
rustls-pemfile = { version = "2.0.0", optional = true }
keyring = { version = "2.0.0", default-features = false, features = ["linux-no-secret-service"], optional = true }
wild = { version = "2.1.0", optional = true }
url = { version = "2.5.0", optional = true }
Expand Down
Loading

0 comments on commit 92aab39

Please sign in to comment.