mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
chore(deps): bump tokio from 1.12.0 to 1.13.0 (#96)
This commit is contained in:
parent
1da1d2d7bf
commit
58e563fee8
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -556,9 +556,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.12.0"
|
||||
version = "1.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc"
|
||||
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"bytes",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ percent-encoding = "2.1"
|
|||
rcgen = { version = "0.8.14" }
|
||||
rustls = "0.20.0"
|
||||
tokio-rustls = "0.23.0"
|
||||
tokio = { version = "1.12", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
tokio = { version = "1.13", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
|
||||
url = "2.2.2"
|
||||
webpki = "0.22.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue