aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-10-03 01:36:57 -0500
committermat <git@matdoes.dev>2023-10-03 01:37:00 -0500
commit0ef15254c404ec3afb72a61c19c09bb15dce6427 (patch)
tree3accd39476a20819e3993844b62642622a0a0700 /azalea-buf
parent86d96071b3d3e0c461ad54d1f0029e8942789440 (diff)
downloadazalea-drasl-0ef15254c404ec3afb72a61c19c09bb15dce6427.tar.xz
also upgrade deps everywhere else lol
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml2
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 13ac8d2e..3934e09a 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -13,7 +13,7 @@ azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.8.0" }
byteorder = "^1.4.3"
log = "0.4.20"
serde_json = { version = "^1.0", optional = true }
-thiserror = "1.0.48"
+thiserror = "1.0.49"
uuid = "^1.4.1"
[features]
diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml
index daf32e20..80e17815 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.66"
+proc-macro2 = "^1.0.67"
quote = "^1.0.33"
-syn = { version = "^2.0.31", features = ["extra-traits"] }
+syn = { version = "^2.0.37", features = ["extra-traits"] }