Skip to content

Commit

Permalink
Merge pull request #250 from athenavm/dependabot/cargo/cargo_metadata…
Browse files Browse the repository at this point in the history
…-0.19.1

Bump cargo_metadata from 0.19.0 to 0.19.1
  • Loading branch information
poszu authored Dec 12, 2024
2 parents e7406dc + c5c2a67 commit d06e85e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 @@ -7,6 +7,6 @@ license = { workspace = true }
repository = { workspace = true }

[dependencies]
cargo_metadata = "0.19.0"
cargo_metadata = "0.19.1"
anyhow = { version = "1.0.93" }
clap = { version = "4.5.21", features = ["derive", "env"] }
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ vergen-git2 = { version = "1.0.2", default-features = false, features = [
anyhow = { version = "1.0.93", features = ["backtrace"] }
athena-sdk = { path = "../sdk" }
athena-builder = { path = "../builder" }
cargo_metadata = "0.19.0"
cargo_metadata = "0.19.1"
clap = { version = "4.5.21", features = ["derive", "env"] }
reqwest = { version = "0.12.9", features = [
"blocking",
Expand Down
2 changes: 1 addition & 1 deletion helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition.workspace = true

[dependencies]
athena-builder = { path = "../builder" }
cargo_metadata = "0.19.0"
cargo_metadata = "0.19.1"

0 comments on commit d06e85e

Please sign in to comment.