Skip to content

Commit

Permalink
build(deps): bump the all group across 1 directory with 9 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.6` | `4.5.7` |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | `1.4.0` | `1.5.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.4` | `0.12.5` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.0.99` | `1.0.100` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.5` | `4.5.6` |
| [url](https://github.com/servo/rust-url) | `2.5.0` | `2.5.2` |
| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.0` | `1.16.1` |
| [mlua](https://github.com/khvzak/mlua) | `0.9.8` | `0.9.9` |
| [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.5` |



Updates `clap` from 4.5.6 to 4.5.7
- [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.6...v4.5.7)

Updates `lazy_static` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](rust-lang-nursery/lazy-static.rs@1.4.0...1.5.0)

Updates `reqwest` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.4...v0.12.5)

Updates `cc` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@1.0.99...cc-v1.0.100)

Updates `clap_complete` from 4.5.5 to 4.5.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@clap_complete-v4.5.5...clap_complete-v4.5.6)

Updates `url` from 2.5.0 to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.2)

Updates `bytemuck` from 1.16.0 to 1.16.1
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.16.0...v1.16.1)

Updates `mlua` from 0.9.8 to 0.9.9
- [Release notes](https://github.com/khvzak/mlua/releases)
- [Changelog](https://github.com/mlua-rs/mlua/blob/master/CHANGELOG.md)
- [Commits](mlua-rs/mlua@v0.9.8...v0.9.9)

Updates `regex` from 1.10.4 to 1.10.5
- [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.4...1.10.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lazy_static
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mlua
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 4daab4d commit caf3712
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 38 deletions.
129 changes: 100 additions & 29 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 strip-ansi-escapes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = {version="4.0", features=["derive"]}
clap = {version="4.5", features=["derive"]}
termwiz = { path = "../termwiz" }
2 changes: 1 addition & 1 deletion sync-color-schemes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ color-funcs = { path = "../lua-api-crates/color-funcs" }
config = { path = "../config" }
env_logger = "0.11"
futures = "0.3"
lazy_static = "1.4"
lazy_static = "1.5"
libflate = "2"
log = "0.4"
reqwest = "0.12"
Expand Down
6 changes: 3 additions & 3 deletions wezterm-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ cc = "1.0"
[dependencies]
anyhow = "1.0"
bitflags = "1.3"
bytemuck = { version="1.4", features=["derive"]}
bytemuck = { version="1.16", features=["derive"]}
chrono = {version="0.4", default-features=false}
clap = {version="4.0", features=["derive"]}
clap = {version="4.5", features=["derive"]}
codec = { path = "../codec" }
colorgrad = "0.6"
config = { path = "../config" }
Expand All @@ -57,7 +57,7 @@ fuzzy-matcher = "0.3"
hdrhistogram = "7.1"
http_req = "0.10"
image = "0.25"
lazy_static = "1.4"
lazy_static = "1.5"
libc = "0.2"
lfucache = { path = "../lfucache" }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion wezterm-mux-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
[dependencies]
anyhow = "1.0"
async_ossl = { path = "../async_ossl" }
clap = {version="4.0", features=["derive"]}
clap = {version="4.5", features=["derive"]}
config = { path = "../config" }
env-bootstrap = { path = "../env-bootstrap" }
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion wezterm-ssh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async_ossl = { path = "../async_ossl" }

[dev-dependencies]
assert_fs = "1.0.4"
clap = {version="4.0", features=["derive"]}
clap = {version="4.5", features=["derive"]}
k9 = "0.12.0"
once_cell = "1.8"
predicates = "3.0"
Expand Down
4 changes: 2 additions & 2 deletions wezterm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ publish = false
[dependencies]
anyhow = "1.0"
chrono = {version="0.4", default-features=false}
clap = {version="4.0", features=["derive", "wrap_help"]}
clap_complete = "4.4"
clap = {version="4.5", features=["derive", "wrap_help"]}
clap_complete = "4.5"
clap_complete_fig = "4.0"
codec = { path = "../codec" }
config = { path = "../config" }
Expand Down

0 comments on commit caf3712

Please sign in to comment.