Skip to content

Commit

Permalink
Bump the all group with 2 updates
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) and [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version.

Updates `rustls-native-certs` to 0.8.0
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.0...v/0.8.0)

Updates `tokio-rustls` to 0.26.0
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](rustls/tokio-rustls@v/0.25.0...v/0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 42cdf28 commit 46a3203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4.17"
mime = {version = "0.3.16", optional = true}
multipart = {version = "0.18.0", default-features = false, features = ["client"], optional = true}
native-tls = {version = "0.2.10", optional = true}
rustls-native-certs = { version = "0.7", optional = true}
rustls-native-certs = { version = "0.8", optional = true}
rustls-opt-dep = {package = "rustls", version = "0.22.1", optional = true}
serde = {version = "1.0.143", optional = true}
serde_json = {version = "1.0.83", optional = true}
Expand All @@ -41,7 +41,7 @@ lazy_static = "1.4.0"
multipart = {version = "0.18.0", default-features = false, features = ["server"]}
rustls-pemfile = "2"
tokio = {version = "1.20.1", features = ["full"]}
tokio-rustls = "0.25.0"
tokio-rustls = "0.26.0"
tokio-stream = {version = "0.1.9", features = ["net"]}
warp = "0.3.2"

Expand Down

0 comments on commit 46a3203

Please sign in to comment.