mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
chore(deps): bump tokio-rustls from 0.23.3 to 0.23.4 (#174)
This commit is contained in:
parent
283946148a
commit
9ff7e9bdb3
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -20,7 +20,7 @@ dependencies = [
|
||||||
"rcgen",
|
"rcgen",
|
||||||
"rustls 0.20.4",
|
"rustls 0.20.4",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-rustls 0.23.3",
|
"tokio-rustls 0.23.4",
|
||||||
"url",
|
"url",
|
||||||
"webpki 0.22.0",
|
"webpki 0.22.0",
|
||||||
]
|
]
|
||||||
|
|
@ -557,9 +557,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-rustls"
|
name = "tokio-rustls"
|
||||||
version = "0.23.3"
|
version = "0.23.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"
|
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rustls 0.20.4",
|
"rustls 0.20.4",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ once_cell = "1.10"
|
||||||
percent-encoding = "2.1"
|
percent-encoding = "2.1"
|
||||||
rcgen = { version = "0.9.2" }
|
rcgen = { version = "0.9.2" }
|
||||||
rustls = "0.20.4"
|
rustls = "0.20.4"
|
||||||
tokio-rustls = "0.23.3"
|
tokio-rustls = "0.23.4"
|
||||||
tokio = { version = "1.18", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
tokio = { version = "1.18", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||||
url = "2.2.2"
|
url = "2.2.2"
|
||||||
webpki = "0.22.0"
|
webpki = "0.22.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue