mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
chore(deps): bump tokio-rustls from 0.24.0 to 0.24.1
Bumps [tokio-rustls](https://github.com/rustls/tokio-rustls) from 0.24.0 to 0.24.1. - [Commits](https://github.com/rustls/tokio-rustls/commits) --- updated-dependencies: - dependency-name: tokio-rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2a90186cf8
commit
cd14561aa0
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -20,7 +20,7 @@ dependencies = [
|
|||
"rcgen",
|
||||
"rustls 0.21.1",
|
||||
"tokio",
|
||||
"tokio-rustls 0.24.0",
|
||||
"tokio-rustls 0.24.1",
|
||||
"url",
|
||||
]
|
||||
|
||||
|
|
@ -548,9 +548,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-rustls"
|
||||
version = "0.24.0"
|
||||
version = "0.24.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e0d409377ff5b1e3ca6437aa86c1eb7d40c134bfec254e44c830defa92669db5"
|
||||
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
||||
dependencies = [
|
||||
"rustls 0.21.1",
|
||||
"tokio",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ once_cell = "1.17"
|
|||
percent-encoding = "2.2"
|
||||
rcgen = { version = "0.10.0" }
|
||||
rustls = "0.21.1"
|
||||
tokio-rustls = "0.24.0"
|
||||
tokio-rustls = "0.24.1"
|
||||
tokio = { version = "1.28", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
url = "2.3.1"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue