aboutsummaryrefslogtreecommitdiff
path: root/common/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 /common/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 'common/Cargo.toml')
-rw-r--r--common/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
index 6bbc513..da7bf1b 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-serde = { version = "1.0.182", features = ["derive"] }
+serde = { version = "1.0.188", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
rocket = { version = "0.5.0-rc.3", optional = true }