Skip to content

Commit

Permalink
Merge pull request #4409 from gitbutlerapp/dependabot/cargo/rust-upda…
Browse files Browse the repository at this point in the history
…tes-9e51e1549e

Bump the rust-updates group across 1 directory with 8 updates
  • Loading branch information
krlvi authored Jul 16, 2024
2 parents eed5643 + cdafe5b commit 3ad6b3f
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 38 deletions.
72 changes: 41 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ git2 = { version = "0.18.3", features = [
] }
uuid = { version = "1.8.0", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0.61"
thiserror = "1.0.62"
tokio = { version = "1.38.0", default-features = false }
keyring = "2.3.3"
anyhow = "1.0.86"
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-branch-actions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gitbutler-url.workspace = true
gitbutler-fs.workspace = true
serde = { workspace = true, features = ["std"] }
bstr = "1.9.1"
diffy = "0.3.0"
diffy = "0.4.0"
hex = "0.4.3"
regex = "1.10"
git2-hooks = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"
[dependencies]
gitbutler-oplog.workspace = true
gitbutler-project.workspace = true
clap = "4.5.4"
clap = "4.5.9"
anyhow = "1.0.86"
chrono = "0.4.10"

Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tokio = { workspace = true, optional = true, features = [
uuid = { workspace = true, features = ["v4", "fast-rng"] }
rand = "0.8.5"
futures = "0.3.30"
sysinfo = "0.30.12"
sysinfo = "0.30.13"
gix-path = "0.10.7"

[target."cfg(unix)".dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/gitbutler-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gitbutler-testsupport.workspace = true
[dependencies]
anyhow = "1.0.86"
backtrace = { version = "0.3.72", optional = true }
console-subscriber = "0.2.0"
console-subscriber = "0.3.0"
dirs = "5.0.1"
fslock.workspace = true
futures = "0.3"
Expand Down
4 changes: 2 additions & 2 deletions crates/gitbutler-watcher/vendor/debouncer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ mock_instant = { version = "0.5.1", optional = true }
[dev-dependencies]
gitbutler-notify-debouncer = { path = ".", features = ["mock_instant"] }
pretty_assertions = "1.4.0"
rstest = "0.20"
serde = { version = "1.0.203", features = ["derive"] }
rstest = "0.21"
serde = { version = "1.0.204", features = ["derive"] }
deser-hjson = "1.1.1"

[lints.clippy]
Expand Down

0 comments on commit 3ad6b3f

Please sign in to comment.