Skip to content

Commit 299d291

Browse files
Bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [addr2line](https://github.com/gimli-rs/addr2line), [anyhow](https://github.com/dtolnay/anyhow), [anchor-lang-idl](https://github.com/solana-foundation/anchor) and [cargo_toml](https://gitlab.com/lib.rs/cargo_toml). Updates `addr2line` from 0.26.1 to 0.27.0 - [Changelog](https://github.com/gimli-rs/addr2line/blob/main/CHANGELOG.md) - [Commits](gimli-rs/addr2line@v0.26.1...v0.27.0) Updates `anyhow` from 1.0.102 to 1.0.103 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.102...1.0.103) Updates `anchor-lang-idl` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/solana-foundation/anchor/releases) - [Changelog](https://github.com/otter-sec/anchor/blob/master/CHANGELOG.md) - [Commits](https://github.com/solana-foundation/anchor/commits) Updates `cargo_toml` from 0.22.3 to 1.0.0 - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.22.3...v1.0.0) --- updated-dependencies: - dependency-name: addr2line dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: anyhow dependency-version: 1.0.103 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: anchor-lang-idl dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cargo_toml dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e3a4552 commit 299d291

2 files changed

Lines changed: 14 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "AGPL-3.0"
88
repository = "https://github.com/trailofbits/anchor-coverage"
99

1010
[dependencies]
11-
addr2line = "0.26"
11+
addr2line = "0.27"
1212
anyhow = "1.0"
1313
byteorder = "1.5"
1414
cargo_metadata = "0.23"
@@ -21,7 +21,7 @@ anchor-lang-idl = { version = "0.1", features = [
2121
"build",
2222
"convert",
2323
], optional = true }
24-
cargo_toml = { version = "0.22", optional = true }
24+
cargo_toml = { version = "1.0", optional = true }
2525
clap = { version = "4.6", features = ["derive"], optional = true }
2626
dirs = { version = "6.0", optional = true }
2727
heck = { version = "0.5", optional = true }

0 commit comments

Comments
 (0)