aboutsummaryrefslogtreecommitdiff
path: root/src/web/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/Cargo.toml')
-rw-r--r--src/web/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml
index 54211f5d..269e29a5 100644
--- a/src/web/Cargo.toml
+++ b/src/web/Cargo.toml
@@ -20,7 +20,7 @@ garage_util = { version = "0.6.0", path = "../util" }
garage_table = { version = "0.6.0", path = "../table" }
err-derive = "0.3"
-log = "0.4"
+tracing = "0.1.30"
percent-encoding = "2.1.0"
futures = "0.3"