Skip to content

Commit

Permalink
build(deps): bump the deps group with 5 updates (#1482)
Browse files Browse the repository at this point in the history
Bumps the deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.4.7` | `4.4.8` |
| [file-format](https://github.com/mmalecot/file-format) | `0.21.0` | `0.22.0` |
| [command-group](https://github.com/watchexec/command-group) | `3.0.0` | `4.1.0` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.20.7` | `0.21.0` |
| [default-net](https://github.com/shellrow/default-net) | `0.19.0` | `0.20.0` |


Updates `clap` from 4.4.7 to 4.4.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@v4.4.7...v4.4.8)

Updates `file-format` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/mmalecot/file-format/releases)
- [Changelog](https://github.com/mmalecot/file-format/blob/main/CHANGELOG.md)
- [Commits](mmalecot/file-format@v0.21.0...v0.22.0)

Updates `command-group` from 3.0.0 to 4.1.0
- [Changelog](https://github.com/watchexec/command-group/blob/main/CHANGELOG.md)
- [Commits](watchexec/command-group@v3.0.0...v4.1.0)

Updates `toml_edit` from 0.20.7 to 0.21.0
- [Commits](toml-rs/toml@v0.20.7...v0.21.0)

Updates `default-net` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/shellrow/default-net/releases)
- [Commits](shellrow/netdev@v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: file-format
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: command-group
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: toml_edit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: default-net
  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 Nov 11, 2023
1 parent 70afd84 commit 8dff97a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 32 deletions.
37 changes: 12 additions & 25 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 crates/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ pkg-fmt = "zip"
[dependencies]
binstalk = { path = "../binstalk", version = "0.17.1", default-features = false }
binstalk-manifests = { path = "../binstalk-manifests", version = "0.10.0" }
clap = { version = "4.4.3", features = ["derive", "env"] }
clap = { version = "4.4.8", features = ["derive", "env"] }
compact_str = "0.7.0"
dirs = "5.0.1"
file-format = { version = "0.21.0", default-features = false }
file-format = { version = "0.22.0", default-features = false }
home = "0.5.5"
log = { version = "0.4.18", features = ["std"] }
miette = "5.9.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ gh-api-client = ["json"]
json = ["serde", "serde_json"]

[target."cfg(windows)".dependencies]
default-net = { version = "0.19.0", optional = true }
default-net = { version = "0.20.0", optional = true }
ipconfig = { version = "0.3.2", optional = true, default-features = false }

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-manifests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.163", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = "1.0.107"
thiserror = "1.0.40"
toml_edit = { version = "0.20.7", features = ["serde"] }
toml_edit = { version = "0.21.0", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ url = "2.3.1"

[dev-dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
toml_edit = { version = "0.20.7", features = ["serde"] }
toml_edit = { version = "0.21.0", features = ["serde"] }
binstalk-downloader = { version = "0.9.3", path = "../binstalk-downloader", default-features = false, features = ["rustls"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ binstalk-fetchers = { version = "0.2.1", path = "../binstalk-fetchers", features
binstalk-registry = { version = "0.2.0", path = "../binstalk-registry" }
binstalk-types = { version = "0.6.1", path = "../binstalk-types" }
cargo-toml-workspace = { version = "2.0.0", path = "../cargo-toml-workspace" }
command-group = { version = "3.0.0", features = ["with-tokio"] }
command-group = { version = "4.1.0", features = ["with-tokio"] }
compact_str = { version = "0.7.0", features = ["serde"] }
detect-targets = { version = "0.1.13", path = "../detect-targets", features = ["tracing"] }
either = "1.8.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/leon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT"
exclude = ["fuzz", "benches"]

[dependencies]
clap = { version = "4.4.3", features = ["derive"], optional = true }
clap = { version = "4.4.8", features = ["derive"], optional = true }
miette = { version = "5.9.0", default-features = false, optional = true }
thiserror = "1.0.38"

Expand Down

0 comments on commit 8dff97a

Please sign in to comment.