diff --git a/Cargo.toml b/Cargo.toml index 824e952..15b43f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = "1.0.195" serde_json = "1.0.111" tokio = { version = "1.35.1", features = ["full"] } tower-http = { version = "0.6.0", features = ["trace", "fs"] } -tower-livereload = "0.9.2" +tower-livereload = "0.10.0" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } image = "0.25.6"