diff options
author | metamuffin <metamuffin@disroot.org> | 2023-09-24 16:43:24 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-09-24 16:43:24 +0200 |
commit | 6b3ebbc1dd73382d81252778eac04cba6955584a (patch) | |
tree | 13c3c56f7249177c9d6ca983eeca66a2e3a79d72 /ebml_derive/Cargo.toml | |
parent | 327fb4d66096744fdc58bfaf7ea570cc976390e8 (diff) | |
download | jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar.bz2 jellything-6b3ebbc1dd73382d81252778eac04cba6955584a.tar.zst |
update
Diffstat (limited to 'ebml_derive/Cargo.toml')
-rw-r--r-- | ebml_derive/Cargo.toml | 2 |
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" |