aboutsummaryrefslogtreecommitdiff
path: root/ebml_derive
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-10 14:52:40 +0200
commitc0365c8c64f403fd9ee75c0db1a9ed6134633e8f (patch)
tree5c51567748c9bbf1b3a9da46a97f52da90cc2ebd /ebml_derive
parentd7636b4707f09862577515c87007f3ac0b705ed8 (diff)
downloadjellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.bz2
jellything-c0365c8c64f403fd9ee75c0db1a9ed6134633e8f.tar.zst
bump versions
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 4ece809..a90b2a5 100644
--- a/ebml_derive/Cargo.toml
+++ b/ebml_derive/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true
[dependencies]
-syn = "2.0.59"
+syn = "2.0.66"
quote = "1.0.36"