diff --git a/Cargo.lock b/Cargo.lock index 981824f..6561d6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" dependencies = [ "backtrace", ] @@ -2383,7 +2383,7 @@ version = "0.2.0" [[package]] name = "kythera-cli" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 56864b8..c70105e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -18,7 +18,7 @@ name = "kythera" path = "src/main.rs" [dependencies] -anyhow = "1.0.70" +anyhow = "1.0.75" clap = { version = "4.1.11", features = ["derive"] } colored = "2.0.0" comfy-table = "6.1.4" diff --git a/common/Cargo.toml b/common/Cargo.toml index f1c93d9..cfc2c46 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -12,7 +12,7 @@ readme="README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.70" +anyhow = "1.0.75" blake2b_simd = { version = "1.0.0" } frc42_dispatch = "3.1.0" fvm_ipld_encoding = { version = "0.3.3" } diff --git a/fvm/Cargo.toml b/fvm/Cargo.toml index 7f29553..331bfb5 100644 --- a/fvm/Cargo.toml +++ b/fvm/Cargo.toml @@ -11,7 +11,7 @@ readme="README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.70" +anyhow = "1.0.75" cid = { version = "0.8.5", default-features = false } fvm = { version = "3.1.0", default-features = false, features = ["testing"] } fvm_ipld_blockstore = "0.1.1"