Skip to content

Commit

Permalink
Fixed clap dependency - downgraded to keep MSRV at 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Oct 15, 2024
1 parent 1767f3a commit a60ad3d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## 1.2.0 - 2024-10-08

* Updated/migrated clap to v4.5.
* Updated quinn-proto to latest to fix security vulnerability.
* Updated/migrated clap to v4.4.
* Updated dependency quinn-proto to latest to fix security vulnerability.
* BUGFIX- the alias "sv" was assigned to both "submit-vis" and "submit-volt". "st" has now been assigned for "submit-volt" to avoid the duplication.
* Changed some console output references to "ASVO" to be "MWA ASVO".

Expand Down
64 changes: 32 additions & 32 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ backoff = "~0.4"

# Dependencies only for the binary.
anyhow = { version = "~1.0", optional = true }
clap = { version = "~4.5", features = ["derive"], optional = true }
clap = { version = "~4.4", features = ["derive"], optional = true }
deranged = {version = "~0.3"}
reqwest-retry = { version = "~0.6", optional = true }
simplelog = { version = "~0.12", optional = true }
Expand Down

0 comments on commit a60ad3d

Please sign in to comment.