fix(deps): update all dependencies
This commit is contained in:
parent
999c0cb03f
commit
c6a7167c8d
|
@ -67,9 +67,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.81"
|
version = "1.0.82"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "assert_cmd"
|
name = "assert_cmd"
|
||||||
|
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.81"
|
anyhow = "1.0.82"
|
||||||
base32ct = { version = "0.2.0", features = ["alloc"] }
|
base32ct = { version = "0.2.0", features = ["alloc"] }
|
||||||
stderrlog = "0.6.0"
|
stderrlog = "0.6.0"
|
||||||
log = { version = "0.4.21", features = ["std"] }
|
log = { version = "0.4.21", features = ["std"] }
|
||||||
|
|
|
@ -31,9 +31,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cpio"
|
name = "cpio"
|
||||||
version = "0.2.2"
|
version = "0.3.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "27e77cfc4543efb4837662cb7cd53464ae66f0fd5c708d71e0f338b1c11d62d3"
|
checksum = "60f1e083e4cca56002af53561ec885d6de310b60515f525e0bc093d14515908c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cpufeatures"
|
name = "cpufeatures"
|
||||||
|
|
|
@ -10,4 +10,4 @@ embedded-io = { version = "0.6.1", features = [ "alloc" ] }
|
||||||
snafu = { version = "0.8.2", default-features = false }
|
snafu = { version = "0.8.2", default-features = false }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
cpio = "0.2.2"
|
cpio = "0.3.0"
|
||||||
|
|
Loading…
Reference in New Issue