Skip to content

Commit

Permalink
Update most crate dependencies
Browse files Browse the repository at this point in the history
This commit updates all of the project's crate dependencies except for
`notify`.
  • Loading branch information
aag committed Nov 29, 2024
1 parent a090210 commit 30187c1
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 44 deletions.
125 changes: 86 additions & 39 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ edition = "2021"

[dependencies]
notify = "^2.4.1"
libc = "^0.2.88"
rand = "^0.8.3"
serde = "^1.0.124"
serde_derive = "^1.0.124"
toml = "^0.5.8"
libc = "^0.2.167"
rand = "^0.8.5"
serde = "^1.0.215"
serde_derive = "^1.0.215"
toml = "^0.8.19"
clap = { version = "4.5.21", features = ["derive"] }

0 comments on commit 30187c1

Please sign in to comment.