diff options
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 4 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 6 |
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"] } |
