Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunarequest committed Jun 2, 2024
1 parent 118f099 commit c13b735
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 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 @@ -11,16 +11,16 @@ clap = { version = "4.5.4", features = ["derive"] }
dirs = "5.0.1"
git2 = "0.18.3"
gpgme = { version = "0.11.0", features = ["v1_18"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
owo-colors = { version = "4.0.0", features = [
"alloc",
"supports-color",
"supports-colors",
] }
tabled = "0.15.0"
platform-info = "2.0.3"
anyhow = "1.0.83"
anyhow = "1.0.86"
git2_credentials = "0.13.0"

[profile.release]
Expand Down

0 comments on commit c13b735

Please sign in to comment.