aboutsummaryrefslogtreecommitdiff
path: root/ebml_derive
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
committermetamuffin <metamuffin@disroot.org>2026-02-22 12:06:25 +0100
commitbe24e6673599b67cbf0917c54e4cedf9ca2aa859 (patch)
treef1a2766bf5495fa7126fc0c713155fec7472e6c1 /ebml_derive
parentaa13fade6fcabf9122babac7ac812a433a81b627 (diff)
downloadjellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.bz2
jellything-be24e6673599b67cbf0917c54e4cedf9ca2aa859.tar.zst
update and clean up dependencies
Diffstat (limited to 'ebml_derive')
-rw-r--r--ebml_derive/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebml_derive/Cargo.toml b/ebml_derive/Cargo.toml
index e3cad48..b7a7936 100644
--- a/ebml_derive/Cargo.toml
+++ b/ebml_derive/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2024"
proc-macro = true
[dependencies]
-syn = "2.0.110"
-quote = "1.0.42"
+syn = "2.0.117"
+quote = "1.0.44"