Skip to content

Commit

Permalink
Bump the deps group with 3 updates (#42)
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [num-traits](https://github.com/rust-num/num-traits), [num-derive](https://github.com/rust-num/num-derive) and [clap](https://github.com/clap-rs/clap).


Updates `num-traits` from 0.2.16 to 0.2.17
- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)
- [Commits](rust-num/num-traits@num-traits-0.2.16...num-traits-0.2.17)

Updates `num-derive` from 0.4.0 to 0.4.1
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](rust-num/num-derive@num-derive-0.4.0...num-derive-0.4.1)

Updates `clap` from 4.4.4 to 4.4.6
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.4...v4.4.6)

---
updated-dependencies:
- dependency-name: num-traits
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: num-derive
  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
...

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 Oct 10, 2023
1 parent 2d9ba4a commit 180b7b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ num-traits = { version = "0.2", default-features = false }
num-derive = "0.4"
bitflags = { version = "2.4.0", default-features = false }
chrono = { version = "0.4.31", default-features = false }
clap = { version = "4.4.4", features = ["cargo"], optional = true }
clap = { version = "4.4.6", features = ["cargo"], optional = true }

[dev-dependencies]
datatest-stable = "0.2.3"
Expand Down

0 comments on commit 180b7b3

Please sign in to comment.