diff options
| author | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-24 04:20:39 +0000 |
| commit | df8068b79c003e3f831a5b6b0e1b52749ad642a9 (patch) | |
| tree | 023cb0d16731918d9ff2ab8b12e884c6438e517c /azalea-buf | |
| parent | 7357455cad123e41cdd1ca8689527afff77f28f8 (diff) | |
| download | azalea-drasl-df8068b79c003e3f831a5b6b0e1b52749ad642a9.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index a477c84b..21579345 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -10,11 +10,11 @@ version = "0.9.1" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" } +azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.1" } byteorder = "^1.5.0" tracing = "0.1.40" serde_json = { version = "^1.0", optional = true } -thiserror = "1.0.58" +thiserror = "1.0.59" uuid = "^1.8.0" [features] |
