Skip to content

Commit 24223c8

Browse files
Bump the cargo-updates group across 1 directory with 3 updates (#48)
Bumps the cargo-updates group with 3 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [libc](https://github.com/rust-lang/libc) and [flate2](https://github.com/rust-lang/flate2-rs). Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.101) Updates `libc` from 0.2.180 to 0.2.181 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.181/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.180...0.2.181) Updates `flate2` from 1.1.8 to 1.1.9 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.8...1.1.9) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: libc dependency-version: 0.2.181 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: flate2 dependency-version: 1.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Leggett <benjamin@edera.io>
1 parent a39b383 commit 24223c8

2 files changed

Lines changed: 12 additions & 22 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@ exclude = [
1515
]
1616

1717
[dependencies]
18-
anyhow = "1.0.99"
18+
anyhow = "1.0.101"
1919
strum = "0.27"
2020
strum_macros = "0.27"
2121

2222
[build-dependencies]
23-
anyhow = "1.0.99"
23+
anyhow = "1.0.101"
2424
bindgen = { version = "0.72", default-features = false, features = [
2525
"logging",
2626
"prettyplease",
2727
] }
2828
cmake = "0.1"
29-
flate2 = { version = "1.1.8", features = ["zlib-rs"], default-features = false }
29+
flate2 = { version = "1.1.9", features = ["zlib-rs"], default-features = false }
3030
reqwest = { version= "0.12.28", default-features = false, features = ["blocking", "rustls-tls"] }
3131
sha256 = "1.6.0"
3232
tar = "0.4.44"
3333

3434
[dev-dependencies]
35-
libc = "0.2.180"
35+
libc = "0.2.181"
3636

3737
[target.'cfg(target_env = "musl")'.build-dependencies]
3838
bindgen = { version = "0.72", default-features = false, features = ["logging", "prettyplease", "static"] }

0 commit comments

Comments
 (0)