Skip to content

Commit

Permalink
chore: update version to 0.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Jan 28, 2024
1 parent 470b29c commit 491a5ad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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.0"
version = "0.12.1"
authors = ["Saurav Sharma <[email protected]>"]
homepage = "https://github.com/iamsauravsharma/cargo-trim"
repository = "https://github.com/iamsauravsharma/cargo-trim"
Expand All @@ -12,15 +12,15 @@ keywords = ["cargo", "cache", "remove", "manage", "clean"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.72"
clap = { version = "4.3.21", features = ["derive", "cargo", "env"] }
anyhow = "1.0.79"
clap = { version = "4.4.18", features = ["derive", "cargo", "env"] }
dirs-next = "2.0.0"
owo-colors = "4.0.0"
semver = "1.0.18"
serde = { version = "1.0.185", features = ["derive"] }
serde_json = "1.0.104"
semver = "1.0.21"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.112"
toml = "0.8.8"
url = { version = "2.4.0", features = ["serde"] }
url = { version = "2.5.0", features = ["serde"] }

[lints.rust]
anonymous_parameters = "warn"
Expand Down

0 comments on commit 491a5ad

Please sign in to comment.