Skip to content

Commit

Permalink
chore(deps): update rustls-native-certs requirement from 0.6.2 to 0.7.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rustls-native-certs](https://github.com/rustls/rustls-native-certs) to permit the latest version.
- [Commits](rustls/rustls-native-certs@v/0.6.2...v/0.7.0)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent 15f8979 commit 810a508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tracing = { version = "0.1.23", features = ["log"] }
async-http-proxy = { version = "1.2.5", features = ["runtime-tokio"] }
criterion = { version = "0.5.0", features = ["async_tokio"] }
reqwest = "0.11.10"
rustls-native-certs = "0.6.2"
rustls-native-certs = "0.7.0"
rustls-pemfile = "2.0.0"
tls-listener = { version = "0.8.0", features = ["rustls", "hyper-h1", "hyper-h2"] }
tokio = { version = "1.24.2", features = ["full"] }
Expand Down

0 comments on commit 810a508

Please sign in to comment.