aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-08-15 22:21:04 -0500
committermat <git@matdoes.dev>2023-08-15 22:21:04 -0500
commit4ed4be529f0ee44120bb9c110418cbb8e3edd22d (patch)
tree91802ee7508c44e596013b23864bdd449383bbd7 /azalea-buf/Cargo.toml
parent776f714826882a3fc1bbe3b2cdf46f902dd48742 (diff)
downloadazalea-drasl-4ed4be529f0ee44120bb9c110418cbb8e3edd22d.tar.xz
upgrade thiserror and other deps
Diffstat (limited to 'azalea-buf/Cargo.toml')
-rw-r--r--azalea-buf/Cargo.toml6
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"]