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.0 to 0.23.1 (#93)
This commit is contained in:
parent
2cb7639480
commit
a75e270719
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.0",
|
||||
"tokio",
|
||||
"tokio-rustls 0.23.0",
|
||||
"tokio-rustls 0.23.1",
|
||||
"url",
|
||||
"webpki 0.22.0",
|
||||
]
|
||||
|
|
@ -595,9 +595,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio-rustls"
|
||||
version = "0.23.0"
|
||||
version = "0.23.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d49194a46b06a69f2498a34a595ab4a9c1babd2642ffa3dbccf6c6778d1426f2"
|
||||
checksum = "4baa378e417d780beff82bf54ceb0d195193ea6a00c14e22359e7f39456b5689"
|
||||
dependencies = [
|
||||
"rustls 0.20.0",
|
||||
"tokio",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue