Skip to content

Commit

Permalink
chore(deps): update rust crate clap to v4.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2025
1 parent 4d37aae commit 07750ea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.4.1"
version = "0.4.0"
description = "Virtual Harness Toolkit"
repository = "https://github.com/arkedge/kble"
license = "MIT"
Expand Down Expand Up @@ -33,7 +33,7 @@ clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"]}
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
kble-socket = "0.4"
notalawyer = "0.2"
notalawyer-clap = "0.2"
notalawyer-build = "0.2"
kble-socket = "0.4.0"
notalawyer = "0.2.0"
notalawyer-clap = "0.2.0"
notalawyer-build = "0.2.0"

0 comments on commit 07750ea

Please sign in to comment.