1
0
Fork 0
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:
Ryan Dahl 2020-09-04 11:24:23 -04:00 committed by GitHub
parent 9e50b3ee61
commit e7147786f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 248 additions and 309 deletions

555
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -90,7 +90,7 @@ nix = "0.17.0"
chrono = "0.4" chrono = "0.4"
os_pipe = "0.9.2" os_pipe = "0.9.2"
# Used for testing inspector. Keep in-sync with warp. # 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" } test_util = { path = "../test_util" }
[package.metadata.winres] [package.metadata.winres]