Skip to content

Commit 7d0e4ca

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] <[email protected]>
1 parent cb90e38 commit 7d0e4ca

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
@@ -134,7 +134,7 @@ shlex = "1.3.0"
134134
similar = "2.7.0"
135135
spinners = "4.1.0"
136136
strum = { version = "0.27.1", features = ["derive"] }
137-
sysinfo = "0.33.1"
137+
sysinfo = "0.35.1"
138138
thiserror = "2.0.12"
139139
tempfile = "3.18.0"
140140
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)