0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-24 08:09:16 -05:00

chore: upgrade Rust crates (#537)

This commit is contained in:
Bartek Iwańczuk 2020-11-19 18:38:58 +01:00 committed by GitHub
parent b1d31c7d76
commit 718c2fe1a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View file

@ -32,9 +32,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.76"
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
[[package]]
name = "proc-macro2"
@ -154,9 +154,9 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.33"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48105a4deaf74163c017939b45ef7322fba46e8b17281528039b0beb04235e92"
checksum = "b7d30fe369fd650072b352b1a9cb9587669de6b89be3b8225544012c1c45292d"
dependencies = [
"glob",
"lazy_static",

View file

@ -51,7 +51,7 @@ exclude = [
[dependencies]
lazy_static = "1.4.0"
libc = "0.2.76"
libc = "0.2.80"
bitflags = "1.2.1"
[build-dependencies]
@ -59,7 +59,7 @@ cargo_gn = "0.0.15"
which = "4.0.2"
[dev-dependencies]
trybuild = "1.0.33"
trybuild = "1.0.35"
[[example]]
name = "hello_world"