Merge pull request #51 from Xithrius/dependabot/cargo/tokio-1.13.1

This commit is contained in:
Xithrius 2021-11-16 08:00:35 +00:00 committed by GitHub
commit 757354a224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1049,9 +1049,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.13.0"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"
checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8"
dependencies = [
"autocfg",
"bytes",

View File

@ -21,7 +21,7 @@ unicode-segmentation = "1.8.0"
chrono = "0.4"
irc = "0.15.0"
futures = "0.3.17"
tokio = { version = "1.12.0", features = ["full"] }
tokio = { version = "1.13.1", features = ["full"] }
toml = "0.5.8"
serde = { version = "1.0.130", features = ["derive"] }
textwrap = "0.14.2"