Skip to content

Commit

Permalink
deps: bump deps as of 2023-07-06 (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang authored Jul 6, 2023
1 parent a10b912 commit 567ba37
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 39 deletions.
74 changes: 43 additions & 31 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ kstring = { version = "2.0.0", features = ["arc"] }
log = { version = "0.4.19", optional = true }
nvml-wrapper = { version = "0.9.0", optional = true }
once_cell = "1.18.0"
regex = "1.8.4"
serde = { version = "1.0.164", features = ["derive"] }
regex = "1.9.0"
serde = { version = "1.0.166", features = ["derive"] }
starship-battery = { version = "0.8.1", optional = true }
sysinfo = "0.29.3"
thiserror = "1.0.40"
thiserror = "1.0.41"
time = { version = "0.3.22", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.11", features = ["serde"] }
toml_edit = { version = "0.19.12", features = ["serde"] }
tui = { version = "0.21.0", package = "ratatui" }
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
Expand All @@ -108,7 +108,7 @@ unicode-width = "0.1.10"
libc = "0.2.147"

[target.'cfg(target_os = "linux")'.dependencies]
rustix = { version = "0.38.1", features = ["fs", "param", "process"] }
rustix = { version = "0.38.3", features = ["fs", "param", "process"] }

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.9.3"
Expand All @@ -126,7 +126,7 @@ windows = { version = "0.48.0", features = [
] }

[target.'cfg(target_os = "freebsd")'.dependencies]
serde_json = { version = "1.0.99" }
serde_json = { version = "1.0.100" }
sysctl = { version = "0.5.4" }
filedescriptor = "0.8.2"

Expand All @@ -136,8 +136,8 @@ cargo-husky = { version = "1.5.0", default-features = false, features = ["user-h
predicates = "3.0.3"

[build-dependencies]
clap = { version = "4.3.10", features = ["default", "cargo", "wrap_help"] }
clap_complete = "4.3.1"
clap = { version = "4.3.11", features = ["default", "cargo", "wrap_help"] }
clap_complete = "4.3.2"
clap_mangen = "0.2.12"

[package.metadata.deb]
Expand Down

0 comments on commit 567ba37

Please sign in to comment.