Skip to content

Commit 6718975

Browse files
authored
Merge pull request #10522 from gitbutlerapp/dependabot/cargo/rust-updates-3e479d6d8b
Bump the rust-updates group with 27 updates
2 parents d5e98c9 + 93ab927 commit 6718975

File tree

60 files changed

+662
-596
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+662
-596
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ bstr = "1.11.1"
88
gix = { version = "0.73.0", git = "https://github.com/GitoxideLabs/gitoxide", branch = "main", default-features = false, features = [
99
] }
1010
gix-testtools = "0.16.1"
11-
insta = "1.43.1"
11+
insta = "1.43.2"
1212
git2 = { version = "0.20.0", features = [
1313
"vendored-openssl",
1414
"vendored-libgit2",
1515
] }
16-
uuid = { version = "1.18.0", features = ["v4", "serde"] }
16+
uuid = { version = "1.18.1", features = ["v4", "serde"] }
1717
serde = { version = "1.0", features = ["derive"] }
18-
serde_json = "1.0.143"
19-
thiserror = "2.0.16"
18+
serde_json = "1.0.145"
19+
thiserror = "2.0.17"
2020
tokio = { version = "1.47.1", default-features = false }
2121
keyring = { version = "3.6.3", features = [
2222
"apple-native",
2323
"windows-native",
2424
"linux-native-sync-persistent",
2525
"crypto-rust",
2626
] }
27-
anyhow = "1.0.99"
27+
anyhow = "1.0.100"
2828
parking_lot = "0.12.4"
2929
futures = "0.3.31"
30-
toml = "0.8.13"
30+
toml = "0.9.5"
3131
tracing = "0.1.41"
3232
tracing-subscriber = "0.3.20"
33-
tempfile = "3.21"
33+
tempfile = "3.23"
3434
rand = "0.9.2"
3535
notify-rust = "4.11.7"
3636

@@ -101,15 +101,16 @@ serde_json_lenient = "0.2.3"
101101
codegen-units = 1 # Compile crates one after another so the compiler can optimize better
102102
lto = true # Enables link to optimizations
103103
opt-level = "s" # Optimize for binary size
104-
debug = true # Enable debug symbols, for profiling
105104

106105
[profile.bench]
107106
codegen-units = 256
108107
lto = false
109108
opt-level = 3
109+
debug = "line-tables-only"
110110

111111
[profile.dev]
112112
incremental = false
113+
debug = "line-tables-only"
113114

114115
[profile.test]
115116
incremental = false

crates/but-action/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ test = false
1212
[dependencies]
1313
serde = { workspace = true, features = ["std"] }
1414
serde-error = "0.1.3"
15-
async-openai = "0.29.2"
15+
async-openai = "0.29.3"
1616
tokio = { workspace = true, features = ["rt-multi-thread", "io-std"] }
1717
schemars = "0.9.0"
18-
serde_json = "1.0.143"
19-
anyhow = "1.0.99"
20-
chrono = "0.4.41"
18+
serde_json = "1.0.145"
19+
anyhow = "1.0.100"
20+
chrono = "0.4.42"
2121
itertools = "0.14.0"
2222
secrecy = "0.10.3"
2323
uuid = { workspace = true }

crates/but-action/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ mod grouping;
2727
mod openai;
2828
pub mod rename_branch;
2929
pub mod reword;
30-
mod serialize;
3130
mod simple;
3231
mod workflow;
3332
pub use action::ActionListing;

crates/but-action/src/serialize.rs

Lines changed: 0 additions & 74 deletions
This file was deleted.

crates/but-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.143"
18+
serde_json = "1.0.145"
1919
tracing.workspace = true
2020
tauri = { version = "^2.7.0", features = ["unstable"] } # For the #[tauri::command(async)] macro only
2121

@@ -63,4 +63,4 @@ gitbutler-id.workspace = true
6363
uuid.workspace = true
6464

6565
[dev-dependencies]
66-
insta = { version = "1.43.1", features = ["json"] }
66+
insta = { version = "1.43.2", features = ["json"] }

crates/but-bot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ test = false
1212
[dependencies]
1313
schemars = "0.9.0"
1414
serde = { workspace = true, features = ["std"] }
15-
serde_json = "1.0.143"
16-
anyhow = "1.0.99"
15+
serde_json = "1.0.145"
16+
anyhow = "1.0.100"
1717
uuid.workspace = true
1818
gix.workspace = true
1919
but-tools.workspace = true

crates/but-claude/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ authors = ["GitButler <[email protected]>"]
66
publish = false
77

88
[dependencies]
9-
anyhow = "1.0.99"
9+
anyhow = "1.0.100"
1010
serde.workspace = true
11-
serde_json = "1.0.143"
11+
serde_json = "1.0.145"
1212
serde_json_lenient.workspace = true
1313
strum = { version = "0.27", features = ["derive"] }
14-
chrono = { version = "0.4.41" }
14+
chrono = { version = "0.4.42" }
1515
uuid.workspace = true
1616
gix.workspace = true
1717
but-core.workspace = true

crates/but-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ testing = []
1616
serde = { workspace = true, features = ["std"] }
1717
bstr.workspace = true
1818
tracing.workspace = true
19-
anyhow = "1.0.99"
19+
anyhow = "1.0.100"
2020
gix = { workspace = true, features = [
2121
"dirwalk",
2222
"credentials",

crates/but-cursor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ rand = "0.9.0"
2121
diesel = { version = "2.2.12", features = ["sqlite"] }
2222
but-core.workspace = true
2323
gitbutler-stack.workspace = true
24-
serde_json = "1.0.143"
24+
serde_json = "1.0.145"
2525
gix = { workspace = true, features = [] }

0 commit comments

Comments
 (0)