Skip to content

Commit

Permalink
chore: update version to 0.12.3
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Mar 17, 2024
1 parent d52bc87 commit cc5a799
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-trim"
version = "0.12.2"
version = "0.12.3"
authors = ["Saurav Sharma <[email protected]>"]
homepage = "https://github.com/iamsauravsharma/cargo-trim"
repository = "https://github.com/iamsauravsharma/cargo-trim"
Expand All @@ -12,14 +12,14 @@ keywords = ["cargo", "cache", "remove", "manage", "clean"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive", "cargo", "env"] }
anyhow = "1.0.81"
clap = { version = "4.5.3", features = ["derive", "cargo", "env"] }
dirs-next = "2.0.0"
owo-colors = "4.0.0"
semver = "1.0.21"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.112"
toml = "0.8.8"
semver = "1.0.22"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
toml = "0.8.11"
url = { version = "2.5.0", features = ["serde"] }

[lints.rust]
Expand Down

0 comments on commit cc5a799

Please sign in to comment.