mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
run cargo update (#7348)
This commit is contained in:
parent
9e50b3ee61
commit
e7147786f4
2 changed files with 248 additions and 309 deletions
555
Cargo.lock
generated
555
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -90,7 +90,7 @@ nix = "0.17.0"
|
|||
chrono = "0.4"
|
||||
os_pipe = "0.9.2"
|
||||
# Used for testing inspector. Keep in-sync with warp.
|
||||
tokio-tungstenite = { version = "0.10.1", features = ["connect"] }
|
||||
tokio-tungstenite = { version = "0.11.0", features = ["connect"] }
|
||||
test_util = { path = "../test_util" }
|
||||
|
||||
[package.metadata.winres]
|
||||
|
|
Loading…
Reference in a new issue