From 76709630914cc0e745c881215f4691e9a5f5d521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:23:59 +0000 Subject: [PATCH] Bump anyhow from 1.0.94 to 1.0.95 in /crates (#361) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.94 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.94...1.0.95) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/Cargo.lock | 4 ++-- crates/driver/Cargo.toml | 2 +- crates/protobuf_extractor/Cargo.toml | 2 +- crates/python_extractor/Cargo.toml | 2 +- crates/python_utilities/Cargo.toml | 2 +- crates/shared_types/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/crates/Cargo.lock b/crates/Cargo.lock index ecbe6d8..f314216 100644 --- a/crates/Cargo.lock +++ b/crates/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "arbitrary" diff --git a/crates/driver/Cargo.toml b/crates/driver/Cargo.toml index 96c0d49..b25b32b 100644 --- a/crates/driver/Cargo.toml +++ b/crates/driver/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" tokio = { version = "1.42.0", features = ["full"] } clap = { version = "4.5.23", features = ["derive"] } serde = { version = "1.0.216", features = ["derive"] } diff --git a/crates/protobuf_extractor/Cargo.toml b/crates/protobuf_extractor/Cargo.toml index 460e1e1..42d653c 100644 --- a/crates/protobuf_extractor/Cargo.toml +++ b/crates/protobuf_extractor/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" tokio = { version = "1.42.0", features = ["full"] } clap = { version = "4.5.23", features = ["derive"] } serde = { version = "1.0.216", features = ["derive"] } diff --git a/crates/python_extractor/Cargo.toml b/crates/python_extractor/Cargo.toml index 433641b..22b2317 100644 --- a/crates/python_extractor/Cargo.toml +++ b/crates/python_extractor/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" tokio = { version = "1.42.0", features = ["full"] } clap = { version = "4.5.23", features = ["derive"] } serde = { version = "1.0.216", features = ["derive"] } diff --git a/crates/python_utilities/Cargo.toml b/crates/python_utilities/Cargo.toml index 4dec24a..5c238ad 100644 --- a/crates/python_utilities/Cargo.toml +++ b/crates/python_utilities/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.94" +anyhow = "1.0.95" rustpython-parser = { git = "https://github.com/bazeltools/rustpython-parser.git", rev = "6f98c334d5ed709e6aa1a03ec1e20bd37859b867" } rustpython-ast = { git = "https://github.com/bazeltools/rustpython-parser.git", rev = "6f98c334d5ed709e6aa1a03ec1e20bd37859b867", features = ["unparse"] } \ No newline at end of file diff --git a/crates/shared_types/Cargo.toml b/crates/shared_types/Cargo.toml index 08983fc..9913121 100644 --- a/crates/shared_types/Cargo.toml +++ b/crates/shared_types/Cargo.toml @@ -10,4 +10,4 @@ nom = "7.1.1" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.134" # Todo remove this and use a proper error for the library -anyhow = "1.0.94" +anyhow = "1.0.95"