diff options
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 70ab22cf..37e450ac 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } reqwest = { version = "0.11.23", default-features = false } anyhow = "1.0.79" async-trait = "0.1.77" @@ -35,10 +35,10 @@ tracing = "0.1.40" nohash-hasher = "0.2.0" once_cell = "1.19.0" parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } -regex = "1.10.2" +regex = "1.10.3" thiserror = "^1.0.56" tokio = { version = "^1.35.1", features = ["sync"] } -uuid = "^1.6.1" +uuid = "^1.7.0" azalea-entity = { version = "0.9.0", path = "../azalea-entity" } serde_json = "1.0.111" serde = "1.0.195" |
