aboutsummaryrefslogtreecommitdiff
path: root/ebml_derive
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-22 22:31:20 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-22 22:31:20 +0200
commit35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b (patch)
tree78a439c9dd8507489fecc57a22e1ee98278d9d93 /ebml_derive
parent3352d7d0031cbc5de1cd79f2a50ee3fdbb62003c (diff)
downloadjellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar
jellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar.bz2
jellything-35b370e6d4b4fcfbe9ce63fa20cfe97333a3a93b.tar.zst
bump deps
Diffstat (limited to 'ebml_derive')
-rw-r--r--ebml_derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebml_derive/Cargo.toml b/ebml_derive/Cargo.toml
index 83a6d4f..1206480 100644
--- a/ebml_derive/Cargo.toml
+++ b/ebml_derive/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true
[dependencies]
-syn = "2.0.31"
+syn = "2.0.32"
quote = "1.0.33"