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/Cargo.toml | |
| parent | 776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff) | |
| download | azalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz | |
upgrade thiserror and other deps
Diffstat (limited to 'azalea-buf/Cargo.toml')
| -rw-r--r-- | azalea-buf/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 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"] |
