Skip to content

Commit 8f33e6e

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

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.2"
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
@@ -128,7 +128,7 @@ spinners = "4.1.0"
128128
strip-ansi-escapes = "0.2.1"
129129
strum = { version = "0.27.1", features = ["derive"] }
130130
syntect = "5.2.0"
131-
sysinfo = "0.33.1"
131+
sysinfo = "0.35.2"
132132
tempfile = "3.18.0"
133133
thiserror = "2.0.12"
134134
time = { version = "0.3.39", features = [

0 commit comments

Comments
 (0)