diff --git a/Cargo.lock b/Cargo.lock index f596d19..e6411e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,9 +79,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.71" +version = "1.0.72" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" +checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "anymap2" diff --git a/crates/stctl/Cargo.toml b/crates/stctl/Cargo.toml index 8ba812e..653c397 100644 --- a/crates/stctl/Cargo.toml +++ b/crates/stctl/Cargo.toml @@ -15,7 +15,7 @@ homepage = "https://github.com/futursolo/stellation" license = "MIT OR Apache-2.0" [dependencies] -anyhow = "1.0.71" +anyhow = "1.0.72" clap = { version = "4.3.11", features = ["derive"] } serde = { version = "1.0.168", features = ["derive"] } tokio = { version = "1.29.1", features = ["full"] }