Skip to content

Commit

Permalink
Bump the cli group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the cli group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.10` | `4.5.13` |
| [mockito](https://github.com/lipanski/mockito) | `1.4.0` | `1.5.0` |
| [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.122` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.1` | `1.39.2` |
| [which](https://github.com/harryfei/which-rs) | `6.0.1` | `6.0.2` |



Updates `clap` from 4.5.10 to 4.5.13
- [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.10...v4.5.13)

Updates `mockito` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@1.4.0...1.5.0)

Updates `regex` from 1.10.5 to 1.10.6
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.5...1.10.6)

Updates `serde_json` from 1.0.120 to 1.0.122
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...v1.0.122)

Updates `tokio` from 1.39.1 to 1.39.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.1...tokio-1.39.2)

Updates `which` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@6.0.1...6.0.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cli
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cli
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cli
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cli
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cli
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cli
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 3264c8b commit fba6b83
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
44 changes: 25 additions & 19 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ axum = "0.7.5"
base64 = "0.22.1"
cached = { version = "0.53.1", default-features = false, features = ["async", "proc_macro"] }
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.10", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
csv = "1.3.0"
deadpool = "0.12.1"
dirs = "5.0.1"
Expand All @@ -43,24 +43,24 @@ markdown = "1.0.0-alpha.18"
md-5 = "0.10.6"
mime_guess = "2.0.5"
mockall = "0.13.0"
mockito = "1.4.0"
mockito = "1.5.0"
num_cpus = "1.16.0"
octorust = "0.7.0"
parse_link_header = "0.3.3"
pretty_assertions = "1.4.0"
qrcode = "0.14.1"
rand = "0.8.5"
regex = "1.10.5"
regex = "1.10.6"
reqwest = { version = "0.12.5", features = ["json", "native-tls-vendored"] }
reqwest_octorust = { package = "reqwest", version = "0.11.14", default-features = false, features = ["json", "multipart"] }
reqwest-middleware = "0.2.2"
rust-embed = "8.5.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_json = "1.0.122"
serde-wasm-bindgen = "0.6.5"
serde_yaml = "0.9.34"
sha2 = "0.10.8"
tokio = { version = "1.39.1", features = [
tokio = { version = "1.39.2", features = [
"macros",
"process",
"rt-multi-thread",
Expand All @@ -77,7 +77,7 @@ walkdir = "2.5.0"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
web-sys = { version = "0.3.69", features = ["console"] }
which = "6.0.1"
which = "6.0.2"

[profile.release]
lto = true
Expand Down

0 comments on commit fba6b83

Please sign in to comment.