Skip to content

Commit

Permalink
Bump the deps group with 3 updates (#36)
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [chrono](https://github.com/chronotope/chrono), [clap](https://github.com/clap-rs/clap) and [datatest-stable](https://github.com/nextest-rs/datatest-stable).


Updates `chrono` from 0.4.26 to 0.4.28
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.26...v0.4.28)

Updates `clap` from 4.4.0 to 4.4.2
- [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.4.0...v4.4.2)

Updates `datatest-stable` from 0.1.3 to 0.2.3
- [Release notes](https://github.com/nextest-rs/datatest-stable/releases)
- [Changelog](https://github.com/nextest-rs/datatest-stable/blob/main/CHANGELOG.md)
- [Commits](nextest-rs/datatest-stable@datatest-stable-0.1.3...datatest-stable-0.2.3)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: datatest-stable
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 5849942 commit 4d3ed3d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 158 deletions.
182 changes: 27 additions & 155 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ bytemuck = {version = "1.13.1", features = ["derive"]}
num-traits = { version = "0.2", default-features = false }
num-derive = "0.4"
bitflags = { version = "2.4.0", default-features = false }
chrono = { version = "0.4.26", default-features = false }
clap = { version = "4.4.0", features = ["cargo"], optional = true }
chrono = { version = "0.4.28", default-features = false }
clap = { version = "4.4.2", features = ["cargo"], optional = true }

[dev-dependencies]
datatest-stable = "0.1.3"
datatest-stable = "0.2.3"

[[test]]
name = "pe-parser"
Expand Down

0 comments on commit 4d3ed3d

Please sign in to comment.