aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
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
parent8a1e1b7bb93373e85432ce4211b6ede4eae79409 (diff)
downloadazalea-drasl-f919fb65d67891d2eb6e302ea400743963c4c550.tar.xz
upgrade deps
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml4
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml6
2 files changed, 5 insertions, 5 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"]
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index f9df0861..57f7fc6a 100644
--- a/azalea-buf/azalea-buf-macros/Cargo.toml
+++ b/azalea-buf/azalea-buf-macros/Cargo.toml
@@ -11,6 +11,6 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-proc-macro2 = "^1.0.78"
-quote = "^1.0.35"
-syn = { version = "^2.0.49", features = ["extra-traits"] }
+proc-macro2 = "^1.0.81"
+quote = "^1.0.36"
+syn = { version = "^2.0.60", features = ["extra-traits"] }