aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml6
-rw-r--r--azalea-buf/azalea-buf-macros/Cargo.toml4
2 files changed, 5 insertions, 5 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 183c38a7..22b6701d 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -10,11 +10,11 @@ version = "0.8.0"
[dependencies]
azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.8.0" }
-byteorder = "^1.4.3"
+byteorder = "^1.5.0"
log = "0.4.20"
serde_json = { version = "^1.0", optional = true }
-thiserror = "1.0.49"
-uuid = "^1.4.1"
+thiserror = "1.0.50"
+uuid = "^1.5.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 d0151c70..1cb41064 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.67"
+proc-macro2 = "^1.0.69"
quote = "^1.0.33"
-syn = { version = "^2.0.37", features = ["extra-traits"] }
+syn = { version = "^2.0.39", features = ["extra-traits"] }