Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nokyan committed Jun 23, 2024
1 parent de1aea1 commit 49b0c92
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "resources"
version = "1.4.0"
version = "1.5.0"
authors = ["nokyan <[email protected]>"]
edition = "2021"

Expand All @@ -21,7 +21,7 @@ pretty_env_logger = "0.5"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gtk = { version = "0.8.2", features = ["v4_10"], package = "gtk4" }
adw = { version = "0.6.0", features = ["v1_5"], package = "libadwaita" }
regex = "1.10.4"
regex = "1.10.5"
sysconf = "0.3.4"
nvml-wrapper = "0.10.0"
nix = { version = "0.29.0", default-features = false, features = ["signal"] }
Expand All @@ -34,7 +34,7 @@ rmp-serde = "1.3.0"
rust-ini = "0.21.0"
gtk-macros = "0.3.0"
strum = "0.26.2"
strum_macros = "0.26.3"
strum_macros = "0.26.4"
once_cell = "1.19.0"
hashbrown = "0.14.5"
paste = "1.0.15"
Expand Down
10 changes: 5 additions & 5 deletions lib/process_data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "process-data"
version = "1.4.0"
version = "1.5.0"
authors = ["nokyan <[email protected]>"]
edition = "2021"

Expand All @@ -14,13 +14,13 @@ lto = true

[dependencies]
unescape = "0.1.0"
anyhow = "1.0.82"
anyhow = "1.0.86"
glob = "0.3.1"
once_cell = "1.19.0"
regex = "1.10.4"
regex = "1.10.5"
sysconf = "0.3.4"
serde = { version = "1.0.200", features = ["serde_derive"] }
serde = { version = "1.0.203", features = ["serde_derive"] }
nvml-wrapper = "0.10.0"
syscalls = { version = "0.6.18", features = ["all"] }
libc = "0.2.154"
libc = "0.2.155"
uzers = "0.12.0"

0 comments on commit 49b0c92

Please sign in to comment.