1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

Merge pull request #1040 from JakeStanger/dependabot/cargo/sysinfo-0.35.2

build(deps): bump sysinfo from 0.35.1 to 0.35.2
This commit is contained in:
Jake Stanger 2025-06-10 22:21:05 +01:00 committed by GitHub
commit 1b40bf6450
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3320,9 +3320,9 @@ dependencies = [
[[package]] [[package]]
name = "sysinfo" name = "sysinfo"
version = "0.35.1" version = "0.35.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79251336d17c72d9762b8b54be4befe38d2db56fbbc0241396d70f173c39d47a" checksum = "3c3ffa3e4ff2b324a57f7aeb3c349656c7b127c3c189520251a648102a92496e"
dependencies = [ dependencies = [
"libc", "libc",
"memchr", "memchr",

View file

@ -174,7 +174,7 @@ regex = { version = "1.11.1", default-features = false, features = [
futures-signals = { version = "0.3.34", optional = true } futures-signals = { version = "0.3.34", optional = true }
# sys_info # sys_info
sysinfo = { version = "0.35.1", optional = true } sysinfo = { version = "0.35.2", optional = true }
# tray # tray
system-tray = { version = "0.7.0", features = ["dbusmenu-gtk3"], optional = true } system-tray = { version = "0.7.0", features = ["dbusmenu-gtk3"], optional = true }