Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [nanoserde](https://github.com/not-fl3/nanoserde) and [which](https://github.com/harryfei/which-rs).


Updates `clap` from 4.4.1 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@v4.4.1...v4.4.2)

Updates `nanoserde` from 0.1.33 to 0.1.35
- [Commits](https://github.com/not-fl3/nanoserde/commits)

Updates `which` from 4.4.0 to 4.4.1
- [Commits](harryfei/which-rs@4.4.0...4.4.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: nanoserde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and elasticdog committed Sep 5, 2023
1 parent a052500 commit 913821a
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 20 deletions.
149 changes: 132 additions & 17 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 crates/spellout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tag-prefix = ""

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.1", features = ["derive", "env", "wrap_help"] }
clap = { version = "4.4.2", features = ["derive", "env", "wrap_help"] }
clap_complete = "4.4.0"
clap_mangen = "0.2.13"
spellabet = { path = "../spellabet" }
4 changes: 2 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ release = false
anyhow = "1.0.75"
is_ci = "1.1.1"
lexopt = "0.3.0"
nanoserde = "0.1.33"
nanoserde = "0.1.35"
rustc_version = "0.4.0"
which = "4.4.0"
which = "4.4.1"
xshell = "0.2.5"

0 comments on commit 913821a

Please sign in to comment.