Skip to content

Commit

Permalink
Merge pull request #276 from athenavm/dependabot/cargo/anyhow-1.0.95
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.94 to 1.0.95
  • Loading branch information
poszu authored Dec 23, 2024
2 parents 6a0c29d + 3aa82c0 commit f79e134
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ repository = { workspace = true }

[dependencies]
cargo_metadata = "0.19.1"
anyhow = { version = "1.0.94" }
anyhow = { version = "1.0.95" }
clap = { version = "4.5.21", features = ["derive", "env"] }
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ license.workspace = true
edition.workspace = true

[build-dependencies]
anyhow = { version = "1.0.94", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
vergen-git2 = { version = "1.0.2", default-features = false, features = [
"build",
] }

[dependencies]
anyhow = { version = "1.0.94", features = ["backtrace"] }
anyhow = { version = "1.0.95", features = ["backtrace"] }
athena-sdk = { path = "../sdk" }
athena-builder = { path = "../builder" }
cargo_metadata = "0.19.1"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tracing = "0.1.41"
strum_macros = "0.26"
strum = "0.26"
thiserror = "2.0.9"
anyhow = "1.0.94"
anyhow = "1.0.95"
mockall = "0.13.1"
gdbstub = "0.7.3"

Expand Down
4 changes: 2 additions & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ license.workspace = true
edition.workspace = true

[dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
athena-core = { path = "../core" }
athena-interface = { path = "../interface" }

[build-dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
vergen-git2 = { version = "1.0.2", default-features = false, features = [
"build",
] }
Expand Down

0 comments on commit f79e134

Please sign in to comment.