diff --git a/Cargo.lock b/Cargo.lock index 896675c7..1e12433f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -152,9 +152,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" diff --git a/bumper/Cargo.toml b/bumper/Cargo.toml index 81b60ddc..d606a650 100644 --- a/bumper/Cargo.toml +++ b/bumper/Cargo.toml @@ -10,7 +10,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" clap = { version = "4.5.21", features = ["derive"] } semver = "1.0.22" serde = "1.0.215" diff --git a/modeling-cmds-macros-impl/Cargo.toml b/modeling-cmds-macros-impl/Cargo.toml index 58277ef3..939ebb4f 100644 --- a/modeling-cmds-macros-impl/Cargo.toml +++ b/modeling-cmds-macros-impl/Cargo.toml @@ -16,7 +16,7 @@ quote = { workspace = true } syn = { workspace = true, features = ["extra-traits", "full"] } [dev-dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" criterion = { version = "0.5", features = ["html_reports"] } insta = "1.41.1" regex = "1.11.1" diff --git a/modeling-cmds-macros/Cargo.toml b/modeling-cmds-macros/Cargo.toml index 0f712661..a45607e7 100644 --- a/modeling-cmds-macros/Cargo.toml +++ b/modeling-cmds-macros/Cargo.toml @@ -20,7 +20,7 @@ syn = { workspace = true, features = ["extra-traits", "full"] } proc-macro = true [dev-dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" insta = "1.41.1" regex = "1.11.1" rustfmt-wrapper = "0.2.1" diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index 68df1d93..566f6743 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.93" +anyhow = "1.0.94" chrono = "0.4.35" cxx = { version = "1.0", optional = true } data-encoding = "2.5.0"