diff options
author | metamuffin <metamuffin@disroot.org> | 2023-06-05 20:10:49 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-06-05 20:10:49 +0200 |
commit | e9185e5fb133fbf62d7cc86e644d2f9d272ba719 (patch) | |
tree | 870a65751620314585471b5ae502dadb231ef621 /ebml_derive/Cargo.toml | |
parent | b0d77c36ba632b91d65047716ca0a3e4176eaf4c (diff) | |
download | jellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar jellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar.bz2 jellything-e9185e5fb133fbf62d7cc86e644d2f9d272ba719.tar.zst |
updatte
Diffstat (limited to 'ebml_derive/Cargo.toml')
-rw-r--r-- | ebml_derive/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebml_derive/Cargo.toml b/ebml_derive/Cargo.toml index 5bccdc7..7ec11a2 100644 --- a/ebml_derive/Cargo.toml +++ b/ebml_derive/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" proc-macro = true [dependencies] -syn = "1.0.107" -quote = "1.0.23" +syn = "2.0.18" +quote = "1.0.28" |