aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-01-08 21:15:12 -0600
committermat <git@matdoes.dev>2024-01-08 21:15:12 -0600
commitfd1c99e74a8a89278522d1d9f9e4493e7a0c0193 (patch)
treef8bc59128f10c21bc0d41fbfde88e1a0e0ae6e87 /azalea-buf
parent42f49c58edc0782622e15d738b90db771e44a142 (diff)
downloadazalea-drasl-fd1c99e74a8a89278522d1d9f9e4493e7a0c0193.tar.xz
upgrade deps
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml2
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml6
2 files changed, 4 insertions, 4 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index f15525b7..60f97f2b 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -14,7 +14,7 @@ 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.50"
+thiserror = "1.0.56"
uuid = "^1.6.1"
[features]
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index facc04b1..f684ae2e 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.70"
-quote = "^1.0.33"
-syn = { version = "^2.0.39", features = ["extra-traits"] }
+proc-macro2 = "^1.0.76"
+quote = "^1.0.35"
+syn = { version = "^2.0.48", features = ["extra-traits"] }