From 7efece270151d8a22e3d5f209cf9707d989c4ac5 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 25 Sep 2023 17:42:15 +0200 Subject: move deps to workspace and update rocket to master --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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"] -- cgit v1.2.3-70-g09d2