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 --- base/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/Cargo.toml b/base/Cargo.toml index d478122..8101c01 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } serde_json = "1.0.107" -log = "0.4.20" +log = { workspace = true } sha2 = "0.10.7" base64 = "0.21.4" -- cgit v1.2.3-70-g09d2