Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanthoren committed Sep 2, 2024
1 parent e44f145 commit cfb9bbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ name = "check_macos_updates"
path = "src/main.rs"

[dependencies]
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
nagios-range = "0.2.5"
plist = "1.4.3"
psutil = "3.2.2"
serde = { version = "1.0.162", features = ["derive"] }
plist = "1.7.0"
psutil = "3.3.0"
serde = { version = "1.0.209", features = ["derive"] }

[dev-dependencies]
pretty_assertions = "1.3.0"
assert_cmd = "2.0.11"
predicates = "3.0.3"
tempfile = "3.6.0"
pretty_assertions = "1.4.0"
assert_cmd = "2.0.16"
predicates = "3.1.2"
tempfile = "3.12.0"
3 changes: 0 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ allow = [
"MIT",
"Unicode-DFS-2016",
]

[advisories]
"unmaintained" = "allow"

0 comments on commit cfb9bbd

Please sign in to comment.