update dependencies

This commit is contained in:
Simon Gardling 2022-04-26 14:37:16 -04:00
parent 7a83dbeeaa
commit 47b5c7322b

6
Cargo.lock generated
View File

@ -1573,7 +1573,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]] [[package]]
name = "ruzstd" name = "ruzstd"
version = "0.2.4" version = "0.2.4"
source = "git+https://github.com/KillingSpark/zstd-rs.git#744956aa87b845d7648ed9cf3d16e042c40c7766" source = "git+https://github.com/KillingSpark/zstd-rs.git#f17efa0fc3dfb77776c238b6c82ca3bc6947e249"
dependencies = [ dependencies = [
"byteorder", "byteorder",
"twox-hash", "twox-hash",
@ -1885,9 +1885,9 @@ dependencies = [
[[package]] [[package]]
name = "unicode-bidi" name = "unicode-bidi"
version = "0.3.7" version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]] [[package]]
name = "unicode-normalization" name = "unicode-normalization"