update dependencies

This commit is contained in:
Simon Gardling 2022-07-05 00:29:02 -04:00
parent 45a717a3f7
commit 1a86b92e68

13
Cargo.lock generated
View File

@ -374,9 +374,9 @@ dependencies = [
[[package]]
name = "const_format"
version = "0.2.25"
version = "0.2.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2906f2480cdc015e998deac388331a0f1c1cd88744948c749513020c83c370bc"
checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495"
dependencies = [
"const_format_proc_macros",
]
@ -1612,9 +1612,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.12.0"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
[[package]]
name = "oorandom"
@ -2033,10 +2033,11 @@ dependencies = [
[[package]]
name = "ruzstd"
version = "0.2.4"
source = "git+https://github.com/KillingSpark/zstd-rs.git#ebe150630b1d750dfc18c6dd3434c51fa594b5ce"
version = "0.3.0"
source = "git+https://github.com/KillingSpark/zstd-rs.git#16398e0c02690bed505dfa58cca90ec95792cb83"
dependencies = [
"byteorder",
"thiserror",
"twox-hash",
]