Skip to content

Commit 4cd652d

Browse files
chore(deps): bump sysinfo from 0.36.1 to 0.38.4
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.36.1 to 0.38.4. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.36.1...v0.38.4) --- updated-dependencies: - dependency-name: sysinfo dependency-version: 0.38.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9712ea commit 4cd652d

4 files changed

Lines changed: 64 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 61 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/binaries/onsen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ futures-util = "0.3"
1717
tokio = { version = "1", features = ["full"] }
1818
actix-rt = "2.10"
1919
# read some hardware-information
20-
sysinfo = "0.36.1"
20+
sysinfo = "0.38.4"
2121
# serialize
2222
serde = { version = "1", features = ["derive"] }
2323
serde_json = "1"

src/binaries/sakura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ diesel = { version = "2.3", features = ["sqlite", "uuid"] }
3939
# threading
4040
core_affinity = "0.8.3"
4141
# read some hardware-information
42-
sysinfo = "0.36.1"
42+
sysinfo = "0.38.4"
4343
# common stuff
4444
rand = "0.9.2"
4545
lazy_static = "1.4"

src/libs/rust/ainari_hardware/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rust-version = "1.85.1"
66

77
[dependencies]
88
# read some hardware-information
9-
sysinfo = "0.36.1"
9+
sysinfo = "0.38.4"
1010
# json
1111
serde = { version = "1", features = ["derive"] }
1212
serde_json = "1"

0 commit comments

Comments
 (0)