mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: Changing dependency on tokio-util from version-lock to semver minimum (#17863)
This commit is contained in:
parent
e047225620
commit
086fe13bda
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue