Skip to content

Commit fc9f7a9

Browse files
Bump the rust-updates group across 1 directory with 18 updates
Bumps the rust-updates group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.1` | | [keyring](https://github.com/hwchen/keyring-rs) | `3.6.2` | `3.6.3` | | [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` | | [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.42` | | [tracing-forest](https://github.com/QnnOkabayashi/tracing-forest) | `0.1.6` | `0.2.0` | | [notify](https://github.com/notify-rs/notify) | `8.0.0` | `8.2.0` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.35.2` | `0.36.0` | | [strum](https://github.com/Peternator7/strum) | `0.27.1` | `0.27.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` | | [tauri](https://github.com/tauri-apps/tauri) | `2.6.2` | `2.7.0` | | [tauri-plugin-fs](https://github.com/tauri-apps/plugins-workspace) | `2.4.0` | `2.4.1` | | [tauri-plugin-http](https://github.com/tauri-apps/plugins-workspace) | `2.5.0` | `2.5.1` | | [tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace) | `2.3.0` | `2.3.2` | | [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) | `2.3.0` | `2.4.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `0.1.5` | `0.4.0` | | [diesel](https://github.com/diesel-rs/diesel) | `2.2.11` | `2.2.12` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.6.5` | `0.6.6` | Updates `tokio` from 1.45.1 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.47.1) Updates `keyring` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/hwchen/keyring-rs/releases) - [Changelog](https://github.com/open-source-cooperative/keyring-rs/blob/main/CHANGELOG.md) - [Commits](open-source-cooperative/keyring-rs@v3.6.2...v3.6.3) Updates `rand` from 0.9.1 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2) Updates `clap` from 4.5.40 to 4.5.42 - [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.40...clap_complete-v4.5.42) Updates `tracing-forest` from 0.1.6 to 0.2.0 - [Commits](https://github.com/QnnOkabayashi/tracing-forest/commits) Updates `notify` from 8.0.0 to 8.2.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](notify-rs/notify@notify-8.0.0...notify-8.2.0) Updates `sysinfo` from 0.35.2 to 0.36.0 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.35.2...v0.36.0) Updates `strum` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.1...v0.27.2) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `tauri` from 2.6.2 to 2.7.0 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-v2.6.2...tauri-v2.7.0) Updates `tauri-plugin-fs` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](tauri-apps/plugins-workspace@fs-v2.4.0...fs-v2.4.1) Updates `tauri-plugin-http` from 2.5.0 to 2.5.1 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](tauri-apps/plugins-workspace@log-v2.5.0...log-v2.5.1) Updates `tauri-plugin-single-instance` from 2.3.0 to 2.3.2 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](tauri-apps/plugins-workspace@os-v2.3.0...dialog-v2.3.2) Updates `tauri-plugin-window-state` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](tauri-apps/plugins-workspace@os-v2.3.0...fs-v2.4.0) Updates `tokio-util` from 0.7.15 to 0.7.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.15...tokio-util-0.7.16) Updates `rmcp` from 0.1.5 to 0.4.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/commits/rmcp-v0.4.0) Updates `diesel` from 2.2.11 to 2.2.12 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.12/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.2.11...v2.2.12) Updates `tower-http` from 0.6.5 to 0.6.6 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.6.5...tower-http-0.6.6) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: keyring dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: tracing-forest dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: sysinfo dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: strum dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: tauri dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: tauri-plugin-fs dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: tauri-plugin-http dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: tauri-plugin-single-instance dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: tauri-plugin-window-state dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: rmcp dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-updates - dependency-name: diesel dependency-version: 2.2.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8145e3 commit fc9f7a9

File tree

20 files changed

+206
-134
lines changed

20 files changed

+206
-134
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 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" }

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 = "0.4.0"
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)