diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-01 13:53:40 +0100 |
commit | 5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0 (patch) | |
tree | dfd6143383bfd42f138fd69b1cd0fc6ad4beedbc /ebml_derive | |
parent | b4a6cbfe411f6420922040061c72ffa4febf7111 (diff) | |
download | jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.bz2 jellything-5ac3f397b4a28b7bf8b399e73ad0d29e3da45ab0.tar.zst |
update deps
Diffstat (limited to 'ebml_derive')
-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 c60269c..c33bcec 100644 --- a/ebml_derive/Cargo.toml +++ b/ebml_derive/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" proc-macro = true [dependencies] -syn = "2.0.68" -quote = "1.0.36" +syn = "2.0.86" +quote = "1.0.37" |