Skip to content

Commit e5932b7

Browse files
Bump the cargo-updates group across 1 directory with 4 updates (#56)
Bumps the cargo-updates group with 4 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [strum](https://github.com/Peternator7/strum), [strum_macros](https://github.com/Peternator7/strum) and [libc](https://github.com/rust-lang/libc). Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `strum` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) Updates `strum_macros` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.2...v0.28.0) Updates `libc` from 0.2.181 to 0.2.182 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.181...0.2.182) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: strum_macros dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: libc dependency-version: 0.2.182 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>
1 parent 4d3ba8c commit e5932b7

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

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

Cargo.toml

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

1717
[dependencies]
18-
anyhow = "1.0.101"
19-
strum = "0.27"
20-
strum_macros = "0.27"
18+
anyhow = "1.0.102"
19+
strum = "0.28"
20+
strum_macros = "0.28"
2121

2222
[build-dependencies]
23-
anyhow = "1.0.101"
23+
anyhow = "1.0.102"
2424
bindgen = { version = "0.72", default-features = false, features = [
2525
"logging",
2626
"prettyplease",
@@ -32,7 +32,7 @@ sha256 = "1.6.0"
3232
tar = "0.4.44"
3333

3434
[dev-dependencies]
35-
libc = "0.2.181"
35+
libc = "0.2.182"
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)