Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timglabisch committed Jul 5, 2023
1 parent f219749 commit 83ced46
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 18 deletions.
111 changes: 96 additions & 15 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
Expand Up @@ -5,13 +5,13 @@ authors = ["timglabisch <[email protected]>"]

[dependencies]
openssl = {version = "0.10.*", features = ["vendored"]}
toml = "0.5.*"
toml = "0.*"
serde_derive = "*"
serde = "*"
clap = "4.*"
regex = "1.7.*"
regex = "1.*"
anyhow = "1.0.*"
byteorder = "1.4.*"
dirs = "4.0.*"
dirs = "5.*"
globset = "0.4.*"
self_update = "0.*"

0 comments on commit 83ced46

Please sign in to comment.