Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [clap](https://github.com/clap-rs/clap), [ecm](https://github.com/skyf0l/ecm-rs), [ssh-key](https://github.com/RustCrypto/SSH) and [discrete-logarithm](https://github.com/skyf0l/discrete-logarithm).


Updates `clap` from 4.5.7 to 4.5.8
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.7...v4.5.8)

Updates `ecm` from 0.4.2 to 1.0.1
- [Release notes](https://github.com/skyf0l/ecm-rs/releases)
- [Commits](https://github.com/skyf0l/ecm-rs/commits/v1.0.1)

Updates `ssh-key` from 0.6.4 to 0.6.6
- [Commits](RustCrypto/SSH@ssh-key/v0.6.4...ssh-key/v0.6.6)

Updates `discrete-logarithm` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/skyf0l/discrete-logarithm/releases)
- [Commits](https://github.com/skyf0l/discrete-logarithm/commits/v1.0.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ecm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ssh-key
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: discrete-logarithm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 29, 2024
1 parent e540060 commit 946904b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lazy_static = "1"
clap = { version = "4", features = ["derive", "env"] }
main_error = "0.1"
primal = "0.3"
ecm = { version = "0.4", features = ["progress-bar"] }
ecm = { version = "1.0", features = ["progress-bar"] }
openssl = "0.10"
base-x = "0.2"
display_bytes = "0.2"
Expand All @@ -52,7 +52,7 @@ num_cpus = { version = "1.15", optional = true }
update-informer = "1"
indicatif = "0.17"
itertools = "0.13"
discrete-logarithm = "0.1"
discrete-logarithm = "1.0"
base64 = "0.22"

[dependencies.rug]
Expand Down

0 comments on commit 946904b

Please sign in to comment.