diff --git a/Cargo.toml b/Cargo.toml index 09b433ea0c1..65dac4f51bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ conduit = "0.10.0" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } http = "0.2" percent-encoding = "2" -thiserror = "1.0.31" +thiserror = "1.0.32" tracing = "0.1" tokio = { version = "1", features = ["fs"] } tokio-stream = "0.1"