mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
chore(deps): bump tokio-rustls from 0.23.1 to 0.23.2 (#132)
This commit is contained in:
parent
a4a62cac32
commit
63a09776dd
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.20.2",
|
||||
"tokio",
|
||||
"tokio-rustls 0.23.1",
|
||||
"tokio-rustls 0.23.2",
|
||||
"url",
|
||||
"webpki 0.22.0",
|
||||
]
|
||||
|
|
@ -578,9 +578,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-rustls"
|
||||
version = "0.23.1"
|
||||
version = "0.23.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4baa378e417d780beff82bf54ceb0d195193ea6a00c14e22359e7f39456b5689"
|
||||
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
|
||||
dependencies = [
|
||||
"rustls 0.20.2",
|
||||
"tokio",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ once_cell = "1.8"
|
|||
percent-encoding = "2.1"
|
||||
rcgen = { version = "0.8.14" }
|
||||
rustls = "0.20.1"
|
||||
tokio-rustls = "0.23.1"
|
||||
tokio-rustls = "0.23.2"
|
||||
tokio = { version = "1.14", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
url = "2.2.2"
|
||||
webpki = "0.22.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue