diff options
| author | mat <git@matdoes.dev> | 2026-01-19 08:14:28 +0900 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-01-19 08:14:28 +0900 |
| commit | c68e4a9c61b4d247790234fe6d00a0b116db1c9e (patch) | |
| tree | 5c1e3a68cfaf832499d59bcffbc97532ff8225aa /Cargo.toml | |
| parent | 1a3a027bf9c9e0c9c290fd309adbc2904cc78d84 (diff) | |
| download | azalea-drasl-c68e4a9c61b4d247790234fe6d00a0b116db1c9e.tar.xz | |
update deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,7 +42,7 @@ bevy_tasks = "0.18.0" bevy_time = "0.18.0" byteorder = "1.5.0" cfb8 = "0.8.1" -chrono = { version = "0.4.42", default-features = false } +chrono = { version = "0.4.43", default-features = false } compact_str = "0.9.0" crc32c = "0.6.8" criterion = "0.8.1" @@ -86,7 +86,7 @@ signature = "=3.0.0-rc.5" simdnbt = { git = "https://github.com/azalea-rs/simdnbt" } socks5-impl = "0.8.0" syn = "2.0.114" -thiserror = "2.0.17" +thiserror = "2.0.18" tokio = "1.49.0" tokio-util = "0.7.18" tracing = "0.1.44" |
