Skip to content

Commit a6e4a77

Browse files
Bump sysinfo from 0.34.2 to 0.35.1 (#66)
* Bump sysinfo from 0.34.2 to 0.35.1 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.34.2 to 0.35.1. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/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]> * Bump MSRV to 1.75 and minor version number to 1 * cargo update --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Johanna Sörngård <[email protected]>
1 parent c87399a commit a6e4a77

File tree

2 files changed

+94
-35
lines changed

2 files changed

+94
-35
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = "cosmic_ray_detection"
3-
version = "5.0.3"
3+
version = "5.1.0"
44
edition = "2021"
55
authors = ["Johanna Sörngård <[email protected]>"]
66
license = "MIT OR Apache-2.0"
7-
rust-version = "1.74.0"
7+
rust-version = "1.75.0"
88

99
[dependencies]
1010
clap = { version = "4.5", features = ["derive"] }
1111
humantime = "2.2.0"
1212
jiff = "0.2"
1313
rayon = { version = "1.10", optional = true }
14-
sysinfo = { version = "0.34", default-features = false, features = ["system"] }
14+
sysinfo = { version = "0.35", default-features = false, features = ["system"] }
1515

1616
[profile.release-lto]
1717
inherits = "release"

0 commit comments

Comments
 (0)