Skip to content

Commit

Permalink
bump dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed May 15, 2024
1 parent 9ac9097 commit fd60781
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 46 deletions.
87 changes: 47 additions & 40 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ edition = "2021"
[dependencies]
copypasta = "=0.10.1"
linkify = "=0.10.0"
url = "=2.4.1"
rustop = "=1.1.2"
url = "=2.5.0"
rustop = "=1.1.4"
rand = "=0.8.5"
confy = "=0.5.1"
serde = { version = "=1.0.188", features = ["derive", "rc"] }
chrono = "=0.4.31"
confy = "=0.6.1"
serde = { version = "=1.0.202", features = ["derive", "rc"] }
chrono = "=0.4.38"
dirs-next = "=2.0.0"
toml = "=0.8.0"
toml = "=0.8.13"

0 comments on commit fd60781

Please sign in to comment.