Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to v1.0.138
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent d896d24 commit 5bf9036
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 25 deletions.
80 changes: 58 additions & 22 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "usage-cli"
edition = "2021"
version = "2.0.3"
version = "1.7.4"
description = "CLI for working with usage-based CLIs"
license = { workspace = true }
authors = { workspace = true }
Expand All @@ -27,18 +27,21 @@ path = "src/lib.rs"
[dependencies]
clap = { version = "4", features = ["derive", "string", "env"] }
clap_usage = { workspace = true }
contracts = "0.6"
env_logger = "0.11"
exec = "0.3"
heck = "0.5"
indexmap = "2"
itertools = "0.14"
kdl = "6"
itertools = "0.13"
kdl = "= 4.7.0" # upgrade when it supports new miette
log = "0.4"
miette = { version = "7", features = ["fancy"] }
once_cell = "1"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
serde_with = "3.11"
strum = { version = "0.26", features = ["derive"] }
tera = "1"
thiserror = "2"
usage-lib = { workspace = true, features = ["clap", "docs"] }
Expand Down

0 comments on commit 5bf9036

Please sign in to comment.