Skip to content

Commit 9c0700b

Browse files
authored
Merge pull request #4809 from gitbutlerapp/dependabot/cargo/rust-updates-e51a9d5fb3
Bump the rust-updates group with 3 updates
2 parents 260e81a + 6aaf2d8 commit 9c0700b

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)