Skip to content

Commit 9f6bf65

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

3 files changed

Lines changed: 35 additions & 11 deletions

File tree

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
@@ -135,7 +135,7 @@ shlex = "1.3.0"
135135
similar = "2.7.0"
136136
spinners = "4.1.0"
137137
strum = { version = "0.27.1", features = ["derive"] }
138-
sysinfo = "0.33.1"
138+
sysinfo = "0.35.0"
139139
thiserror = "2.0.12"
140140
tempfile = "3.18.0"
141141
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
@@ -121,7 +121,7 @@ spinners = "4.1.0"
121121
strip-ansi-escapes = "0.2.1"
122122
strum = { version = "0.27.1", features = ["derive"] }
123123
syntect = "5.2.0"
124-
sysinfo = "0.33.1"
124+
sysinfo = "0.35.0"
125125
tempfile = "3.18.0"
126126
thiserror = "2.0.12"
127127
time = { version = "0.3.39", features = [

0 commit comments

Comments
 (0)