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 --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/Cargo.toml b/client/Cargo.toml index b4d83d4..ea89057 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] jellycommon = { path = "../common" } -log = "0.4.20" +log = { workspace = true } reqwest = { version = "0.11.20", features = ["json"] } anyhow = "1.0.75" serde_json = "1.0.107" -- cgit v1.2.3-70-g09d2