diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index d984e406a..8d63202b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ tar = "=0.4.38" tokio = { version = "=1.25.0", features = ["full"] } tokio-rustls = "0.23.3" tokio-tungstenite = "0.16.1" -tokio-util = "=0.7.4" +tokio-util = "0.7.4" url = { version = "2.3.1", features = ["serde", "expose_internals"] } uuid = { version = "=1.1.2", features = ["v4"] } zstd = "=0.11.2" |
