mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
Bump tokio from 1.23.1 to 1.24.2 (#62)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6e818852d8
commit
7c7446ab1e
7 changed files with 9 additions and 9 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2038,9 +2038,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.23.1"
|
version = "1.24.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
|
checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -18,9 +18,9 @@ reqwest = {version = "0.11.12", features = ["json"]}
|
||||||
serde = {version = "1.0.145", features = ["derive"]}
|
serde = {version = "1.0.145", features = ["derive"]}
|
||||||
serde_json = "1.0.86"
|
serde_json = "1.0.86"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
tokio = {version = "1.23.1", features = ["fs"]}
|
tokio = {version = "1.24.2", features = ["fs"]}
|
||||||
uuid = {version = "^1.1.2", features = ["serde"]}
|
uuid = {version = "^1.1.2", features = ["serde"]}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.9.3"
|
env_logger = "0.9.3"
|
||||||
tokio = {version = "1.23.1", features = ["full"]}
|
tokio = {version = "1.24.2", features = ["full"]}
|
||||||
|
|
|
@ -14,7 +14,7 @@ byteorder = "^1.4.3"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
serde_json = {version = "^1.0", optional = true}
|
serde_json = {version = "^1.0", optional = true}
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
tokio = {version = "^1.23.1", features = ["io-util", "net", "macros"]}
|
tokio = {version = "^1.24.2", features = ["io-util", "net", "macros"]}
|
||||||
uuid = "^1.1.2"
|
uuid = "^1.1.2"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -25,6 +25,6 @@ once_cell = "1.16.0"
|
||||||
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
|
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
|
||||||
regex = "1.7.0"
|
regex = "1.7.0"
|
||||||
thiserror = "^1.0.34"
|
thiserror = "^1.0.34"
|
||||||
tokio = {version = "^1.23.1", features = ["sync"]}
|
tokio = {version = "^1.24.2", features = ["sync"]}
|
||||||
typemap_rev = "0.3.0"
|
typemap_rev = "0.3.0"
|
||||||
uuid = "^1.1.2"
|
uuid = "^1.1.2"
|
||||||
|
|
|
@ -31,7 +31,7 @@ log = "0.4.17"
|
||||||
serde = {version = "1.0.130", features = ["serde_derive"]}
|
serde = {version = "1.0.130", features = ["serde_derive"]}
|
||||||
serde_json = "^1.0.72"
|
serde_json = "^1.0.72"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
tokio = {version = "^1.23.1", features = ["io-util", "net", "macros"]}
|
tokio = {version = "^1.24.2", features = ["io-util", "net", "macros"]}
|
||||||
tokio-util = {version = "0.7.4", features = ["codec"]}
|
tokio-util = {version = "0.7.4", features = ["codec"]}
|
||||||
trust-dns-resolver = {version = "^0.22.0", default-features = false, features = ["tokio-runtime"]}
|
trust-dns-resolver = {version = "^0.22.0", default-features = false, features = ["tokio-runtime"]}
|
||||||
uuid = "1.1.2"
|
uuid = "1.1.2"
|
||||||
|
|
|
@ -28,7 +28,7 @@ num-traits = "0.2.15"
|
||||||
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
|
parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] }
|
||||||
priority-queue = "1.3.0"
|
priority-queue = "1.3.0"
|
||||||
thiserror = "^1.0.37"
|
thiserror = "^1.0.37"
|
||||||
tokio = "^1.23.1"
|
tokio = "^1.24.2"
|
||||||
uuid = "1.2.2"
|
uuid = "1.2.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -14,5 +14,5 @@ azalea-protocol = {path = "../azalea-protocol"}
|
||||||
env_logger = "0.9.1"
|
env_logger = "0.9.1"
|
||||||
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
|
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tokio = "1.23.1"
|
tokio = "1.24.2"
|
||||||
uuid = "1.1.2"
|
uuid = "1.1.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue