Skip to content

Commit

Permalink
Merge pull request #227 from fussybeaver/dependabot/cargo/rustls-pemf…
Browse files Browse the repository at this point in the history
…ile-1.0

Update rustls-pemfile requirement from 0.3 to 1.0
  • Loading branch information
fussybeaver committed Jun 18, 2022
2 parents 06af7c9 + ea6890b commit 5371861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -41,7 +41,7 @@ log = "0.4"
pin-project-lite = "0.2.8"
rustls = { version = "0.20", optional = true }
rustls-native-certs = { version = "0.6.0", optional = true }
rustls-pemfile = { version = "0.3", optional = true }
rustls-pemfile = { version = "1.0", optional = true }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 5371861

Please sign in to comment.