aboutsummaryrefslogtreecommitdiff
path: root/ebml_derive/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-24 16:43:24 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-24 16:43:24 +0200
commit6b3ebbc1dd73382d81252778eac04cba6955584a (patch)
tree13c3c56f7249177c9d6ca983eeca66a2e3a79d72 /ebml_derive/Cargo.toml
parent327fb4d66096744fdc58bfaf7ea570cc976390e8 (diff)
downloadjellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar
jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar.bz2
jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar.zst
update
Diffstat (limited to 'ebml_derive/Cargo.toml')
-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 1206480..a2d6101 100644
--- a/ebml_derive/Cargo.toml
+++ b/ebml_derive/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true
[dependencies]
-syn = "2.0.32"
+syn = "2.0.37"
quote = "1.0.33"