Skip to content

Commit 0591af2

Browse files
Bump the cargo-minor group across 1 directory with 4 updates
Bumps the cargo-minor group with 4 updates in the / directory: [bitflags](https://github.com/bitflags/bitflags), [clap](https://github.com/clap-rs/clap), [tempfile](https://github.com/Stebalien/tempfile) and [serial_test](https://github.com/palfrey/serial_test). Updates `bitflags` from 2.10.0 to 2.11.0 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.10.0...2.11.0) Updates `clap` from 4.5.57 to 4.6.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.57...clap_complete-v4.6.0) Updates `tempfile` from 3.24.0 to 3.25.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) Updates `serial_test` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.3.1...v3.4.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: serial_test dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d67313 commit 0591af2

3 files changed

Lines changed: 67 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 64 additions & 40 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
@@ -38,12 +38,12 @@ anyhow = "1.0"
3838
asyncgit = { path = "./asyncgit", version = "0.28.0", default-features = false }
3939
backtrace = "0.3"
4040
base64 = "0.22"
41-
bitflags = "2.10"
41+
bitflags = "2.11"
4242
bugreport = "0.5.1"
4343
bwrap = { version = "1.3", features = ["use_std"] }
4444
bytesize = { version = "2.3", default-features = false }
4545
chrono = { version = "0.4", default-features = false, features = ["clock"] }
46-
clap = { version = "4.5", features = ["cargo", "env"] }
46+
clap = { version = "4.6", features = ["cargo", "env"] }
4747
crossbeam-channel = "0.5"
4848
crossterm = { version = "0.28", features = ["serde"] }
4949
dirs = "6.0"

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ url = "2.5"
4848
env_logger = "0.11"
4949
invalidstring = { path = "../invalidstring", version = "0.1" }
5050
pretty_assertions = "1.4"
51-
serial_test = "3.3"
51+
serial_test = "3.4"
5252
tempfile = "3"

0 commit comments

Comments
 (0)