Skip to content

Commit 33bd898

Browse files
authored
Merge pull request #9724 from gitbutlerapp/dependabot/cargo/rust-updates-e6d8a0ebe5
Bump the rust-updates group across 1 directory with 18 updates
2 parents c8145e3 + 6b4d582 commit 33bd898

File tree

20 files changed

+220
-161
lines changed

20 files changed

+220
-161
lines changed

Cargo.lock

Lines changed: 182 additions & 125 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ git2 = { version = "0.20.0", features = [
1616
uuid = { version = "1.17.0", features = ["v4", "serde"] }
1717
serde = { version = "1.0", features = ["derive"] }
1818
thiserror = "2.0.9"
19-
tokio = { version = "1.45.1", default-features = false }
20-
keyring = { version = "3.6.1", features = [
19+
tokio = { version = "1.47.1", default-features = false }
20+
keyring = { version = "3.6.3", features = [
2121
"apple-native",
2222
"windows-native",
2323
"linux-native-sync-persistent",
@@ -30,7 +30,7 @@ toml = "0.8.13"
3030
tracing = "0.1.41"
3131
tracing-subscriber = "0.3.19"
3232
tempfile = "3.14"
33-
rand = "0.9.1"
33+
rand = "0.9.2"
3434

3535
gitbutler-id = { path = "crates/gitbutler-id" }
3636
gitbutler-git = { path = "crates/gitbutler-git" }
@@ -88,6 +88,8 @@ but-claude = { path = "crates/but-claude" }
8888
git2-hooks = { version = "0.5.0" }
8989
itertools = "0.14.0"
9090
dirs = "6.0.0"
91+
# TODO: needs update, but breaks from v0.2
92+
rmcp = { version = "0.1.5" }
9193

9294
[profile.release]
9395
codegen-units = 1 # Compile crates one after another so the compiler can optimize better

crates/but-action/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ serde-error = "0.1.3"
1515
async-openai = "0.29.0"
1616
tokio = { workspace = true, features = ["rt-multi-thread", "io-std"] }
1717
schemars = "0.9.0"
18-
serde_json = "1.0.138"
18+
serde_json = "1.0.142"
1919
anyhow = "1.0.98"
2020
chrono = "0.4.41"
2121
itertools = "0.14.0"
@@ -24,8 +24,8 @@ uuid = { workspace = true }
2424
strum = { version = "0.27", features = ["derive"] }
2525
reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
2626
gix.workspace = true
27-
rmcp = "0.1.5"
28-
tauri = { version = "^2.4.1", features = ["unstable"] }
27+
rmcp.workspace = true
28+
tauri = { version = "^2.7.0", features = ["unstable"] }
2929
futures = "0.3.31"
3030
gitbutler-command-context.workspace = true
3131
gitbutler-stack.workspace = true

crates/but-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish = false
1515
serde.workspace = true
1616
tokio = { workspace = true, features = ["full"] }
1717
anyhow.workspace = true
18-
serde_json = "1.0.140"
18+
serde_json = "1.0.142"
1919
tracing.workspace = true
2020

2121
but-settings.workspace = true

crates/but-claude/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
anyhow = "1.0.98"
1010
serde.workspace = true
11-
serde_json = "1.0.140"
11+
serde_json = "1.0.142"
1212
chrono = { version = "0.4.41" }
1313
gix.workspace = true
1414
but-core.workspace = true

crates/but-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doctest = false
1010
test = false
1111

1212
[dependencies]
13-
diesel = { version = "2.2.10", features = [
13+
diesel = { version = "2.2.12", features = [
1414
"sqlite",
1515
"returning_clauses_for_sqlite_3_35",
1616
"chrono",

crates/but-hunk-assignment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ but-workspace.workspace = true
1919
but-core.workspace = true
2020
but-hunk-dependency.workspace = true
2121
but-db.workspace = true
22-
serde_json = "1.0.138"
22+
serde_json = "1.0.142"
2323
uuid.workspace = true
2424
gitbutler-command-context.workspace = true
2525
gitbutler-stack.workspace = true

crates/but-hunk-dependency/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ gix-testtools.workspace = true
3131
gitbutler-testsupport.workspace = true
3232
gitbutler-oxidize.workspace = true
3333
insta.workspace = true
34-
serde_json = "1.0.138"
34+
serde_json = "1.0.142"

crates/but-rules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ serde.workspace = true
1616
regex = "1.11.1"
1717
chrono = { version = "0.4.41", features = [] }
1818
serde_regex = "1.1.0"
19-
serde_json = "1.0.138"
19+
serde_json = "1.0.142"
2020
gitbutler-command-context.workspace = true
2121
but-db.workspace = true
2222
but-core.workspace = true

crates/but-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ futures-util = { version = "0.3", default-features = false, features = [
2424
"std",
2525
] }
2626
tower = "0.5.2"
27-
tower-http = { version = "0.6.5", features = ["cors"] }
27+
tower-http = { version = "0.6.6", features = ["cors"] }
2828
tokio = { workspace = true, features = ["full"] }
2929
anyhow.workspace = true
30-
serde_json = "1.0.140"
30+
serde_json = "1.0.142"
3131
uuid.workspace = true
3232

3333
but-api.workspace = true

0 commit comments

Comments
 (0)