aboutsummaryrefslogtreecommitdiff
path: root/common/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-09-25 17:42:15 +0200
committermetamuffin <metamuffin@disroot.org>2023-09-25 17:42:15 +0200
commit7efece270151d8a22e3d5f209cf9707d989c4ac5 (patch)
treebf6fe4e1433b0f83676a07c5924c53ca0a403aa0 /common/Cargo.toml
parent95125ad3a02eb561a41d8b046876cc9a375feb8d (diff)
downloadjellything-7efece270151d8a22e3d5f209cf9707d989c4ac5.tar
jellything-7efece270151d8a22e3d5f209cf9707d989c4ac5.tar.bz2
jellything-7efece270151d8a22e3d5f209cf9707d989c4ac5.tar.zst
move deps to workspace and update rocket to master
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 da7bf1b..b38b962 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
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 }
+rocket = { workspace = true, optional = true }
[features]
rocket = ["dep:rocket"]