1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-03 13:26:13 +02:00

Merge pull request #655 from containers/dependabot/cargo/js-sys-0.3.56

chore(deps): bump js-sys from 0.3.55 to 0.3.56
This commit is contained in:
Thomas Schubart 2022-01-25 23:24:49 +01:00 committed by GitHub
commit 4f9c1d1fda
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -934,9 +934,9 @@ dependencies = [
[[package]]
name = "js-sys"
version = "0.3.55"
version = "0.3.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
dependencies = [
"wasm-bindgen",
]