mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-11-15 18:12:53 +00:00
Bump tokio from 1.4.0 to 1.5.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.4.0...tokio-1.5.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2f19222948
commit
ba34843ec4
42
Cargo.lock
generated
42
Cargo.lock
generated
@ -133,7 +133,7 @@ dependencies = [
|
||||
"futures-core",
|
||||
"memchr",
|
||||
"pin-project-lite 0.2.6",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -224,7 +224,7 @@ dependencies = [
|
||||
"instant",
|
||||
"pin-project 1.0.5",
|
||||
"rand 0.8.3",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -293,7 +293,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sled",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -374,7 +374,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"testcontainers 0.11.0",
|
||||
"thiserror",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tracing",
|
||||
"url 2.2.1",
|
||||
]
|
||||
@ -488,7 +488,7 @@ checksum = "c2beb18ef6d59c6aa23181cb6d4ac75e564ce15ed62a66974179a394d386ec27"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"loom",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1289,7 +1289,7 @@ dependencies = [
|
||||
"http",
|
||||
"indexmap",
|
||||
"slab",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
]
|
||||
@ -1467,7 +1467,7 @@ dependencies = [
|
||||
"itoa",
|
||||
"pin-project 1.0.5",
|
||||
"socket2 0.4.0",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
"want",
|
||||
@ -1483,7 +1483,7 @@ dependencies = [
|
||||
"hyper 0.14.5",
|
||||
"log 0.4.14",
|
||||
"rustls 0.19.0",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tokio-rustls",
|
||||
"webpki",
|
||||
]
|
||||
@ -1869,7 +1869,7 @@ dependencies = [
|
||||
"libp2p-core",
|
||||
"log 0.4.14",
|
||||
"socket2 0.4.0",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2116,7 +2116,7 @@ dependencies = [
|
||||
"rand 0.7.3",
|
||||
"spectral",
|
||||
"testcontainers 0.12.0",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
@ -2957,7 +2957,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tokio-rustls",
|
||||
"url 2.2.1",
|
||||
"wasm-bindgen",
|
||||
@ -3619,7 +3619,7 @@ dependencies = [
|
||||
"testcontainers 0.12.0",
|
||||
"thiserror",
|
||||
"time 0.2.26",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tokio-tar",
|
||||
"tokio-tungstenite",
|
||||
"tokio-util",
|
||||
@ -3847,9 +3847,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.4.0"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722"
|
||||
checksum = "83f0c8e7c0addab50b663055baf787d0af7f413a46e6e7fb9559a4e4db7137a5"
|
||||
dependencies = [
|
||||
"autocfg 1.0.1",
|
||||
"bytes 1.0.1",
|
||||
@ -3883,7 +3883,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
||||
dependencies = [
|
||||
"rustls 0.19.0",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"webpki",
|
||||
]
|
||||
|
||||
@ -3895,7 +3895,7 @@ checksum = "c535f53c0cfa1acace62995a8994fc9cc1f12d202420da96ff306ee24d576469"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite 0.2.6",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3907,7 +3907,7 @@ dependencies = [
|
||||
"libc",
|
||||
"redox_syscall 0.2.5",
|
||||
"tempfile",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tokio-stream",
|
||||
"xattr",
|
||||
]
|
||||
@ -3922,7 +3922,7 @@ dependencies = [
|
||||
"log 0.4.14",
|
||||
"pin-project 1.0.5",
|
||||
"rustls 0.19.0",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"tokio-rustls",
|
||||
"tungstenite",
|
||||
"webpki",
|
||||
@ -3940,7 +3940,7 @@ dependencies = [
|
||||
"futures-sink",
|
||||
"log 0.4.14",
|
||||
"pin-project-lite 0.2.6",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -4069,7 +4069,7 @@ dependencies = [
|
||||
"smallvec",
|
||||
"thiserror",
|
||||
"tinyvec",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"url 2.2.1",
|
||||
]
|
||||
|
||||
@ -4089,7 +4089,7 @@ dependencies = [
|
||||
"resolv-conf",
|
||||
"smallvec",
|
||||
"thiserror",
|
||||
"tokio 1.4.0",
|
||||
"tokio 1.5.0",
|
||||
"trust-dns-proto",
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user