mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
chore(deps): bump rustls from 0.20.4 to 0.20.5 (#176)
This commit is contained in:
parent
b8bb41c356
commit
761ff58102
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -18,7 +18,7 @@ dependencies = [
|
|||
"once_cell",
|
||||
"percent-encoding",
|
||||
"rcgen",
|
||||
"rustls 0.20.4",
|
||||
"rustls 0.20.5",
|
||||
"tokio",
|
||||
"tokio-rustls 0.23.4",
|
||||
"url",
|
||||
|
|
@ -398,9 +398,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.20.4"
|
||||
version = "0.20.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
|
||||
checksum = "a024a432ae760ab3bff924ad91ce1cfa52cb57ed16e1ef32d0d249cfee1a6c13"
|
||||
dependencies = [
|
||||
"log",
|
||||
"ring",
|
||||
|
|
@ -561,7 +561,7 @@ version = "0.23.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
|
||||
dependencies = [
|
||||
"rustls 0.20.4",
|
||||
"rustls 0.20.5",
|
||||
"tokio",
|
||||
"webpki 0.22.0",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ mime_guess = "2.0"
|
|||
once_cell = "1.10"
|
||||
percent-encoding = "2.1"
|
||||
rcgen = { version = "0.9.2" }
|
||||
rustls = "0.20.4"
|
||||
rustls = "0.20.5"
|
||||
tokio-rustls = "0.23.4"
|
||||
tokio = { version = "1.18", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
url = "2.2.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue