Skip to content

Commit 2daeeb8

Browse files
deps: bump the deps group with 7 updates
Bumps the deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.17` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.2` | | [detect-targets](https://github.com/cargo-bins/cargo-binstall) | `0.1.65` | `0.1.67` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.32.1` | `0.37.2` | | [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) | `0.80.0` | `0.91.0` | | [turso](https://github.com/tursodatabase/turso) | `0.3.1` | `0.3.2` | | [turso_core](https://github.com/tursodatabase/turso) | `0.3.1` | `0.3.2` | Updates `tokio-util` from 0.7.16 to 0.7.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.17) Updates `rand` from 0.8.5 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@0.8.5...rand_core-0.9.2) Updates `detect-targets` from 0.1.65 to 0.1.67 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1) - [Commits](cargo-bins/cargo-binstall@detect-targets-v0.1.65...detect-targets-v0.1.67) Updates `sysinfo` from 0.32.1 to 0.37.2 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.32.1...v0.37.2) Updates `rust_xlsxwriter` from 0.80.0 to 0.91.0 - [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md) - [Commits](jmcnamara/rust_xlsxwriter@v0.80.0...v0.91.0) Updates `turso` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/tursodatabase/turso/releases) - [Changelog](https://github.com/tursodatabase/turso/blob/v0.3.2/CHANGELOG.md) - [Commits](tursodatabase/turso@v0.3.1...v0.3.2) Updates `turso_core` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/tursodatabase/turso/releases) - [Changelog](https://github.com/tursodatabase/turso/blob/v0.3.2/CHANGELOG.md) - [Commits](tursodatabase/turso@v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: detect-targets dependency-version: 0.1.67 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: sysinfo dependency-version: 0.37.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: rust_xlsxwriter dependency-version: 0.91.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: turso dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: turso_core dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f7dae3 commit 2daeeb8

File tree

4 files changed

+49
-103
lines changed

4 files changed

+49
-103
lines changed

Cargo.lock

Lines changed: 42 additions & 96 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
@@ -15,7 +15,7 @@ itertools = "0.14.0"
1515
miette = "7.6.0"
1616
thiserror = "2.0.16"
1717
tokio = "1.47.1"
18-
tokio-util = "0.7.16"
18+
tokio-util = "0.7.17"
1919
tracing = { version = "0.1.41", features = ["attributes"] }
2020

2121
[profile.release]

crates/bestool/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ clap_complete = { version = "4.5.57", optional = true }
2424
clap_complete_nushell = { version = "4.5.8", optional = true }
2525
comfy-table = { version = "7.2.0", optional = true }
2626
ctrlc = { version = "3.5.0", optional = true }
27-
detect-targets = { version = "0.1.61", optional = true }
27+
detect-targets = { version = "0.1.67", optional = true }
2828
dirs = { version = "6.0.0", optional = true }
2929
duct = { version = "1.1.0", optional = true }
3030
dunce = { version = "1.0.5", optional = true }
@@ -57,7 +57,7 @@ serde = { version = "1.0.219", features = ["derive"] }
5757
serde_json = "1.0.143"
5858
serde_yaml = { version = "0.9.33", optional = true }
5959
ssh-key = { version = "0.6.6", optional = true }
60-
sysinfo = { version = "0.37.0", optional = true }
60+
sysinfo = { version = "0.37.2", optional = true }
6161
target-tuples = { version = "0.5.13", optional = true }
6262
tempfile = "3.21.0"
6363
tera = { version = "1.19.1", optional = true }

crates/psql/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@ miette = "7.6.0"
3232
mobc = "0.9.0"
3333
mobc-postgres = { version = "0.9.0", features = ["with-serde_json-1"] }
3434
indexmap = { version = "2.12.0", features = ["serde"] }
35-
rand = "0.8.5"
35+
rand = "0.9.2"
3636
redb = "3.1.0"
3737
reflink-copy = "0.1.20"
3838
rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] }
3939
rustls-native-certs = "0.8.2"
40-
rust_xlsxwriter = "0.80.0"
40+
rust_xlsxwriter = "0.91.0"
4141
rustyline = { version = "17.0.2", features = ["signal-hook"] }
4242
serde = { version = "1.0.228", features = ["derive"] }
4343
serde_json = "1.0.145"
4444
supports-unicode = "3.0.0"
4545
syntect = { version = "5.3.0", default-features = false, features = ["parsing", "regex-fancy", "default-themes", "default-syntaxes"] }
46-
sysinfo = "0.32.1"
46+
sysinfo = "0.37.2"
4747
tempfile = "3.21.0"
4848
fraction = { version = "0.15", features = ["with-postgres-support"] }
4949
thiserror = "2.0.17"
5050
tokio = { version = "1.47.1", features = ["full"] }
5151
tokio-postgres = { version = "0.7.15", features = ["with-jiff-0_2", "with-serde_json-1"] }
5252
tokio-postgres-rustls = "0.13.0"
5353
tracing = "0.1.41"
54-
turso = { version = "0.3.1", default-features = false }
54+
turso = { version = "0.3.2", default-features = false }
5555
turso_core = "0.3.1"
5656
uuid = { version = "1.11.0", features = ["v4", "serde"] }
5757
winnow = "0.7.13"

0 commit comments

Comments
 (0)