diff options
| author | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-08-15 22:21:04 -0500 |
| commit | 4ed4be529f0ee44120bb9c110418cbb8e3edd22d (patch) | |
| tree | 91802ee7508c44e596013b23864bdd449383bbd7 /azalea-buf | |
| parent | 776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff) | |
| download | azalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz | |
upgrade thiserror and other deps
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 6 | ||||
| -rw-r--r-- | azalea-buf/azalea-buf-macros/Cargo.toml | 6 | ||||
| -rwxr-xr-x | azalea-buf/src/lib.rs | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 1236e865..61f46225 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -11,10 +11,10 @@ version = "0.7.0" [dependencies] azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.7.0" } byteorder = "^1.4.3" -log = "0.4.19" +log = "0.4.20" serde_json = { version = "^1.0", optional = true } -thiserror = "1.0.43" -uuid = "^1.4.0" +thiserror = "1.0.46" +uuid = "^1.4.1" [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 61c25532..4217860e 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.64" -quote = "^1.0.29" -syn = { version = "^2.0.25", features = ["extra-traits"] } +proc-macro2 = "^1.0.66" +quote = "^1.0.32" +syn = { version = "^2.0.28", features = ["extra-traits"] } diff --git a/azalea-buf/src/lib.rs b/azalea-buf/src/lib.rs index abdf2a3b..d0eec5d4 100755 --- a/azalea-buf/src/lib.rs +++ b/azalea-buf/src/lib.rs @@ -2,7 +2,6 @@ #![feature(min_specialization)] // these two are necessary for thiserror backtraces #![feature(error_generic_member_access)] -#![feature(provide_any)] mod definitions; mod read; |
