aboutsummaryrefslogtreecommitdiff
path: root/ebml_derive/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-06 13:44:55 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-06 13:44:55 +0200
commit2ceff639ceca3961e644e5291b654107409d298f (patch)
treeef40f7dd8d3db5dfa5e8afb345d663f86139815d /ebml_derive/Cargo.toml
parent8ef86fed3d084b1fcaae2d52aa5d603faeb18161 (diff)
downloadjellything-2ceff639ceca3961e644e5291b654107409d298f.tar
jellything-2ceff639ceca3961e644e5291b654107409d298f.tar.bz2
jellything-2ceff639ceca3961e644e5291b654107409d298f.tar.zst
update deps and fix compiler hang on rav1e
Diffstat (limited to 'ebml_derive/Cargo.toml')
-rw-r--r--ebml_derive/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ebml_derive/Cargo.toml b/ebml_derive/Cargo.toml
index 40a5f48..83a6d4f 100644
--- a/ebml_derive/Cargo.toml
+++ b/ebml_derive/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2021"
proc-macro = true
[dependencies]
-syn = "2.0.28"
-quote = "1.0.32"
+syn = "2.0.31"
+quote = "1.0.33"