From 9d285fa661af47b74036cf9114283ada88bb0faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:40:59 +0000 Subject: [PATCH] build(deps): bump the all group with 8 updates Bumps the all group with 8 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.13` | | [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.122` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.1` | `3.11.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.17` | `0.8.19` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.11` | `4.5.12` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.16.1` | `1.16.3` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` | | [rstest](https://github.com/la10736/rstest) | `0.21.0` | `0.22.0` | Updates `clap` from 4.5.11 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](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.11...v4.5.13) Updates `serde_json` from 1.0.121 to 1.0.122 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122) Updates `tempfile` from 3.10.1 to 3.11.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.0) Updates `toml` from 0.8.17 to 0.8.19 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.17...toml-v0.8.19) Updates `clap_complete` from 4.5.11 to 4.5.12 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.11...clap_complete-v4.5.12) Updates `bytemuck` from 1.16.1 to 1.16.3 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](https://github.com/Lokathor/bytemuck/compare/v1.16.1...v1.16.3) 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](https://github.com/rust-lang/regex/compare/1.10.5...1.10.6) Updates `rstest` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: toml 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: bytemuck 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 - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 65 +++++++++++++++++----------------- strip-ansi-escapes/Cargo.toml | 2 +- sync-color-schemes/Cargo.toml | 2 +- wezterm-blob-leases/Cargo.toml | 2 +- wezterm-gui/Cargo.toml | 6 ++-- wezterm-mux-server/Cargo.toml | 2 +- wezterm-ssh/Cargo.toml | 4 +-- wezterm/Cargo.toml | 6 ++-- 8 files changed, 45 insertions(+), 44 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6535a2f229b..bd31043225a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,9 +558,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytemuck" -version = "1.16.1" +version = "1.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" +checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83" dependencies = [ "bytemuck_derive", ] @@ -723,9 +723,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.11" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35723e6a11662c2afb578bcf0b88bf6ea8e21282a953428f240574fcc3a2b5b3" +checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" dependencies = [ "clap_builder", "clap_derive", @@ -733,9 +733,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.11" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49eb96cbfa7cfa35017b7cd548c75b14c3118c98b423041d70562665e07fb0fa" +checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" dependencies = [ "anstream", "anstyle", @@ -746,9 +746,9 @@ dependencies = [ [[package]] name = "clap_complete" -version = "4.5.11" +version = "4.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6ae69fbb0833c6fcd5a8d4b8609f108c7ad95fc11e248d853ff2c42a90df26a" +checksum = "a8670053e87c316345e384ca1f3eba3006fc6355ed8b8a1140d104e109e3df34" dependencies = [ "clap", ] @@ -765,9 +765,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.11" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d029b67f89d30bbb547c89fd5161293c0aec155fc691d7924b64550662db93e" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ "heck", "proc-macro2", @@ -946,7 +946,7 @@ dependencies = [ "shlex", "smol", "termwiz", - "toml 0.8.17", + "toml 0.8.19", "umask", "wezterm-bidi", "wezterm-config-derive", @@ -4299,9 +4299,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", @@ -4422,9 +4422,9 @@ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" [[package]] name = "rstest" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682" +checksum = "7b423f0e62bdd61734b67cd21ff50871dfaeb9cc74f869dcd6af974fbcb19936" dependencies = [ "futures", "futures-timer", @@ -4434,9 +4434,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d" +checksum = "c5e1711e7d14f74b12a58411c542185ef7fb7f2e7f8ee6e2940a883628522b42" dependencies = [ "cfg-if", "glob", @@ -4641,7 +4641,7 @@ dependencies = [ "luahelper", "serde_json", "serde_yaml", - "toml 0.8.17", + "toml 0.8.19", "wezterm-dynamic", ] @@ -4658,9 +4658,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" +checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" dependencies = [ "itoa", "memchr", @@ -5133,7 +5133,7 @@ dependencies = [ "tar", "tempfile", "tokio", - "toml 0.8.17", + "toml 0.8.19", "wezterm-dynamic", ] @@ -5173,7 +5173,7 @@ dependencies = [ "cfg-expr", "heck", "pkg-config", - "toml 0.8.17", + "toml 0.8.19", "version-compare", ] @@ -5209,12 +5209,13 @@ checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" [[package]] name = "tempfile" -version = "3.10.1" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "b8fcd239983515c23a32fb82099f97d0b11b8c72f654ed659363a95c3dad7a53" dependencies = [ "cfg-if", "fastrand", + "once_cell", "rustix 0.38.34", "windows-sys 0.52.0", ] @@ -5565,14 +5566,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.17" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a44eede9b727419af8095cb2d72fab15487a541f54647ad4414b34096ee4631" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.18", + "toml_edit 0.22.20", ] [[package]] @@ -5597,15 +5598,15 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.18" +version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1490595c74d930da779e944f5ba2ecdf538af67df1a9848cbd156af43c1b7cf0" +checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ "indexmap 2.2.6", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.16", + "winnow 0.6.18", ] [[package]] @@ -7089,9 +7090,9 @@ dependencies = [ [[package]] name = "winnow" -version = "0.6.16" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b480ae9340fc261e6be3e95a1ba86d54ae3f9171132a73ce8d4bbaf68339507c" +checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" dependencies = [ "memchr", ] diff --git a/strip-ansi-escapes/Cargo.toml b/strip-ansi-escapes/Cargo.toml index 787b98f1f3e..1c47faa2d7f 100644 --- a/strip-ansi-escapes/Cargo.toml +++ b/strip-ansi-escapes/Cargo.toml @@ -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" } diff --git a/sync-color-schemes/Cargo.toml b/sync-color-schemes/Cargo.toml index 31e228e05a7..dcd7e74bb91 100644 --- a/sync-color-schemes/Cargo.toml +++ b/sync-color-schemes/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0" serde_yaml = "0.9" sqlite-cache = {git="https://github.com/losfair/sqlite-cache", rev="0961b50385ff189bb12742716331c05ed0bf7805" } tar = "0.4" -tempfile = "3.3" +tempfile = "3.11" tokio = { version = "1.19", features = ["rt-multi-thread", "sync", "macros"] } toml = "0.8" wezterm-dynamic = { path = "../wezterm-dynamic" } diff --git a/wezterm-blob-leases/Cargo.toml b/wezterm-blob-leases/Cargo.toml index 7e3d70b2ec8..5b50295732d 100644 --- a/wezterm-blob-leases/Cargo.toml +++ b/wezterm-blob-leases/Cargo.toml @@ -14,7 +14,7 @@ once_cell = "1.8" mac_address = "1.1" serde = {version="1.0", features=["derive"], optional=true} sha2 = "0.10" -tempfile = {version="3.4", optional=true} +tempfile = {version="3.11", optional=true} thiserror = "1.0" uuid = {version="1.3", features=["v1", "rng"]} diff --git a/wezterm-gui/Cargo.toml b/wezterm-gui/Cargo.toml index e4be8916871..a7657e3dd79 100644 --- a/wezterm-gui/Cargo.toml +++ b/wezterm-gui/Cargo.toml @@ -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" } @@ -80,7 +80,7 @@ serde_json = "1.0" shlex = "1.1" smol = "2.0" tabout = { path = "../tabout" } -tempfile = "3.4" +tempfile = "3.11" terminfo = "0.9" termwiz = { path = "../termwiz" } termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" } diff --git a/wezterm-mux-server/Cargo.toml b/wezterm-mux-server/Cargo.toml index 4befffab909..14a04d0cb0a 100644 --- a/wezterm-mux-server/Cargo.toml +++ b/wezterm-mux-server/Cargo.toml @@ -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" diff --git a/wezterm-ssh/Cargo.toml b/wezterm-ssh/Cargo.toml index bea299af985..acd2a8195ca 100644 --- a/wezterm-ssh/Cargo.toml +++ b/wezterm-ssh/Cargo.toml @@ -42,12 +42,12 @@ 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" env_logger = "0.11" -rstest = "0.21" +rstest = "0.22" shell-words = "1.1" termwiz = { version = "0.22", path = "../termwiz" } whoami = "1.5" diff --git a/wezterm/Cargo.toml b/wezterm/Cargo.toml index 4ebe6d762f9..3e23aeae3fa 100644 --- a/wezterm/Cargo.toml +++ b/wezterm/Cargo.toml @@ -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" } @@ -30,7 +30,7 @@ serde_json = "1.0" shell-words = "1.1" smol = "2.0" tabout = { path = "../tabout" } -tempfile = "3.3" +tempfile = "3.11" termwiz = { path = "../termwiz" } termwiz-funcs = { path = "../lua-api-crates/termwiz-funcs" } textwrap = "0.16"