Browse Source
Merge pull request #116 from comit-network/dependabot/cargo/tokio-1.12.0
Bump tokio from 1.11.0 to 1.12.0
fix-bad-api-calls
Thomas Eizinger
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
Cargo.lock
|
|
@ -2485,9 +2485,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tokio" |
|
|
|
version = "1.11.0" |
|
|
|
version = "1.12.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce" |
|
|
|
checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 1.0.1", |
|
|
|
"bytes", |
|
|
|