aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-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"]