Skip to content

Commit 6aaf2d8

Browse files
Bump the rust-updates group with 3 updates
Bumps the rust-updates group with 3 updates: [tokio](https://github.com/tokio-rs/tokio), [sysinfo](https://github.com/GuillaumeGomez/sysinfo) and [rstest](https://github.com/la10736/rstest). Updates `tokio` from 1.39.3 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0) Updates `sysinfo` from 0.31.3 to 0.31.4 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.31.3...v0.31.4) Updates `rstest` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98c3f5d commit 6aaf2d8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ git2 = { version = "0.18.3", features = [
4545
uuid = { version = "1.8.0", features = ["serde"] }
4646
serde = { version = "1.0", features = ["derive"] }
4747
thiserror = "1.0.63"
48-
tokio = { version = "1.39.2", default-features = false }
48+
tokio = { version = "1.40.0", default-features = false }
4949
keyring = "2.3.3"
5050
anyhow = "1.0.86"
5151
fslock = "0.2.1"

crates/gitbutler-git/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tokio = { workspace = true, optional = true, features = [
4040
uuid = { workspace = true, features = ["v4", "fast-rng"] }
4141
rand = "0.8.5"
4242
futures.workspace = true
43-
sysinfo = "0.31.2"
43+
sysinfo = "0.31.4"
4444
gix-path = "0.10.9"
4545

4646
[target."cfg(unix)".dependencies]

crates/gitbutler-watcher/vendor/debouncer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mock_instant = { version = "0.5.1", optional = true }
2424
[dev-dependencies]
2525
gitbutler-notify-debouncer = { path = ".", features = ["mock_instant"] }
2626
pretty_assertions = "1.4.0"
27-
rstest = "0.21"
27+
rstest = "0.22"
2828
serde = { version = "1.0.204", features = ["derive"] }
2929
deser-hjson = "1.1.1"
3030

0 commit comments

Comments
 (0)