Skip to content

Commit bf7e70d

Browse files
chore(deps): bump sysinfo from 0.34.2 to 0.35.0 (#41)
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.34.2 to 0.35.0. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 491e519 commit bf7e70d

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

Cargo.lock

Lines changed: 44 additions & 44 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
@@ -54,7 +54,7 @@ tempfile = { version = "3", optional = true }
5454
tokio = { version = "1.0", features = ["full"], optional = true }
5555
uuid = { version = "1.16", optional = true, features = ["v4"] }
5656
reqwest = { version = "0.12", features = ["json"], optional = true }
57-
sysinfo = { version = "0.34", optional = true }
57+
sysinfo = { version = "0.35", optional = true }
5858
async-trait = { version = "0.1", optional = true }
5959
futures = { version = "0.3", optional = true }
6060
walkdir = { version = "2", optional = true }

0 commit comments

Comments
 (0)