diff options
Diffstat (limited to 'azalea-protocol/Cargo.toml')
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 32ec5b90..e78af516 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -30,7 +30,7 @@ futures-util = "0.3.24" log = "0.4.17" serde = {version = "1.0.130", features = ["serde_derive"]} serde_json = "^1.0.72" -thiserror = "^1.0.34" +thiserror = "1.0.37" tokio = {version = "^1.21.2", features = ["io-util", "net", "macros"]} tokio-util = {version = "0.7.4", features = ["codec"]} trust-dns-resolver = {version = "^0.22.0", default-features = false, features = ["tokio-runtime"]} |
