diff options
| author | mat <git@matdoes.dev> | 2023-09-08 16:51:30 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-08 16:51:32 -0500 |
| commit | 35d6ac565d43234bec36e8f013e982f2ab4fc80f (patch) | |
| tree | a6544f04a327e77cc9708a6a6548d9cb8aa99941 /azalea-buf | |
| parent | e6a787f77752da4593964eba775e82f8c6d282b4 (diff) | |
| download | azalea-drasl-35d6ac565d43234bec36e8f013e982f2ab4fc80f.tar.xz | |
upgrade deps
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 61f46225..2b367f25 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -13,7 +13,7 @@ azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.7.0" } byteorder = "^1.4.3" log = "0.4.20" serde_json = { version = "^1.0", optional = true } -thiserror = "1.0.46" +thiserror = "1.0.48" uuid = "^1.4.1" [features] diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 4217860e..4a928d9e 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -12,5 +12,5 @@ proc-macro = true [dependencies] proc-macro2 = "^1.0.66" -quote = "^1.0.32" -syn = { version = "^2.0.28", features = ["extra-traits"] } +quote = "^1.0.33" +syn = { version = "^2.0.31", features = ["extra-traits"] } |
