|
|
@ -1393,9 +1393,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
|
name = "serde_json" |
|
|
|
version = "1.0.75" |
|
|
|
version = "1.0.76" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79" |
|
|
|
checksum = "edde269018d33d7146dd074e5f7da6fef9b0a957507454c867caa0852c560a9a" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"itoa 1.0.1", |
|
|
|
"itoa 1.0.1", |
|
|
|
"ryu", |
|
|
|
"ryu", |
|
|
@ -1869,18 +1869,18 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "zstd" |
|
|
|
name = "zstd" |
|
|
|
version = "0.9.2+zstd.1.5.1" |
|
|
|
version = "0.10.0+zstd.1.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54" |
|
|
|
checksum = "3b1365becbe415f3f0fcd024e2f7b45bacfb5bdd055f0dc113571394114e7bdd" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"zstd-safe", |
|
|
|
"zstd-safe", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "zstd-safe" |
|
|
|
name = "zstd-safe" |
|
|
|
version = "4.1.3+zstd.1.5.1" |
|
|
|
version = "4.1.4+zstd.1.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79" |
|
|
|
checksum = "2f7cd17c9af1a4d6c24beb1cc54b17e2ef7b593dc92f19e9d9acad8b182bbaee" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
"zstd-sys", |
|
|
|
"zstd-sys", |
|
|
@ -1888,9 +1888,9 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "zstd-sys" |
|
|
|
name = "zstd-sys" |
|
|
|
version = "1.6.2+zstd.1.5.1" |
|
|
|
version = "1.6.3+zstd.1.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f" |
|
|
|
checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cc", |
|
|
|
"cc", |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|