Skip to content

Commit 7715d69

Browse files
fix(deps): bump sysinfo from 0.33.1 to 0.35.1
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.33.1 to 0.35.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.33.1...v0.35.1) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7cf836 commit 7715d69

File tree

3 files changed

+35
-11
lines changed

3 files changed

+35
-11
lines changed

Cargo.lock

Lines changed: 33 additions & 9 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
@@ -137,7 +137,7 @@ shlex = "1.3.0"
137137
similar = "2.7.0"
138138
spinners = "4.1.0"
139139
strum = { version = "0.27.1", features = ["derive"] }
140-
sysinfo = "0.33.1"
140+
sysinfo = "0.35.1"
141141
thiserror = "2.0.12"
142142
tempfile = "3.18.0"
143143
time = { version = "0.3.39", features = [

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ spinners = "4.1.0"
127127
strip-ansi-escapes = "0.2.1"
128128
strum = { version = "0.27.1", features = ["derive"] }
129129
syntect = "5.2.0"
130-
sysinfo = "0.33.1"
130+
sysinfo = "0.35.1"
131131
tempfile = "3.18.0"
132132
thiserror = "2.0.12"
133133
time = { version = "0.3.39", features = [

0 commit comments

Comments
 (0)