aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-04-20 04:12:16 +0000
committermat <git@matdoes.dev>2024-04-20 04:12:16 +0000
commitf919fb65d67891d2eb6e302ea400743963c4c550 (patch)
tree968a1888c4efda4e7ba5692537a2ccfeaedaea80 /azalea-buf/Cargo.toml
parent8a1e1b7bb93373e85432ce4211b6ede4eae79409 (diff)
downloadazalea-drasl-f919fb65d67891d2eb6e302ea400743963c4c550.tar.xz
upgrade deps
Diffstat (limited to 'azalea-buf/Cargo.toml')
-rw-r--r--azalea-buf/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index cb788600..a477c84b 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -14,8 +14,8 @@ azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" }
byteorder = "^1.5.0"
tracing = "0.1.40"
serde_json = { version = "^1.0", optional = true }
-thiserror = "1.0.57"
-uuid = "^1.7.0"
+thiserror = "1.0.58"
+uuid = "^1.8.0"
[features]
serde_json = ["dep:serde_json"]