From 38c9632e4bc26375bf0eb3a349aa8fc88cb8e215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 07:33:16 +0000 Subject: [PATCH 1/2] [cargo](deps): Bump the deps group with 12 updates Bumps the deps group with 12 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.76` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.61` | `0.10.62` | | [rustls-pki-types](https://github.com/rustls/pki-types) | `1.0.1` | `1.1.0` | | [time](https://github.com/time-rs/time) | `0.3.30` | `0.3.31` | | [tokio](https://github.com/tokio-rs/tokio) | `1.35.0` | `1.35.1` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.17` | `0.8.18` | | [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.29` | `0.3.30` | | [object](https://github.com/gimli-rs/object) | `0.32.1` | `0.32.2` | | [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.27` | `0.3.28` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.70` | `1.0.71` | | [syn](https://github.com/dtolnay/syn) | `2.0.41` | `2.0.43` | Updates `anyhow` from 1.0.75 to 1.0.76 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.76) Updates `futures-util` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30) Updates `openssl` from 0.10.61 to 0.10.62 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62) Updates `rustls-pki-types` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](https://github.com/rustls/pki-types/commits) Updates `time` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.3.30...v0.3.31) Updates `tokio` from 1.35.0 to 1.35.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.0...tokio-1.35.1) Updates `crossbeam-utils` from 0.8.17 to 0.8.18 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.17...crossbeam-utils-0.8.18) Updates `futures-channel` from 0.3.29 to 0.3.30 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30) Updates `object` from 0.32.1 to 0.32.2 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/commits) Updates `pkg-config` from 0.3.27 to 0.3.28 - [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.27...0.3.28) Updates `proc-macro2` from 1.0.70 to 1.0.71 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.70...1.0.71) Updates `syn` from 2.0.41 to 2.0.43 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.41...2.0.43) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rustls-pki-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: crossbeam-utils dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: futures-channel dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: object dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: pkg-config dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps - dependency-name: syn dependency-type: indirect update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 76 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 20 +++++++------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dce8f18..6336bca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,9 +34,9 @@ checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" [[package]] name = "assert_matches" @@ -352,9 +352,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "crossbeam-utils" -version = "0.8.17" +version = "0.8.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d96137f14f244c37f989d9fff8f95e6c18b918e71f36638f8c49112e4c78f" +checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c" dependencies = [ "cfg-if", ] @@ -486,24 +486,24 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "futures-channel" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" +checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ "futures-core", ] [[package]] name = "futures-core" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] name = "futures-io" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-lite" @@ -532,9 +532,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" +checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", @@ -543,15 +543,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] name = "futures-task" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] name = "futures-timer" @@ -561,9 +561,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" +checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ "futures-core", "futures-io", @@ -764,9 +764,9 @@ dependencies = [ [[package]] name = "object" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" +checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ "memchr", ] @@ -779,9 +779,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "openssl" -version = "0.10.61" +version = "0.10.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b8419dc8cc6d866deb801274bba2e6f8f6108c1bb7fcc10ee5ab864931dbb45" +checksum = "8cde4d2d9200ad5909f8dac647e29482e07c3a35de8a13fce7c9c7747ad9f671" dependencies = [ "bitflags 2.4.1", "cfg-if", @@ -820,9 +820,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.97" +version = "0.9.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3eaad34cdd97d81de97964fc7f29e2d104f483840d906ef56daa1912338460b" +checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7" dependencies = [ "cc", "libc", @@ -905,9 +905,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.27" +version = "0.3.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" +checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a" [[package]] name = "polling" @@ -933,9 +933,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "proc-macro2" -version = "1.0.70" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" +checksum = "75cb1540fadbd5b8fbccc4dddad2734eba435053f725621c070711a14bb5f4b8" dependencies = [ "unicode-ident", ] @@ -1124,9 +1124,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7673e0aa20ee4937c6aacfc12bb8341cfbf054cdd21df6bec5fd0629fe9339b" +checksum = "9e9d979b3ce68192e42760c7810125eb6cf2ea10efae545a156063e61f314e2a" [[package]] name = "rustls-webpki" @@ -1334,9 +1334,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "syn" -version = "2.0.41" +version = "2.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269" +checksum = "ee659fb5f3d355364e1f3e5bc10fb82068efbf824a1e9d1c9504244a6469ad53" dependencies = [ "proc-macro2", "quote", @@ -1398,9 +1398,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5" +checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" dependencies = [ "deranged", "itoa", @@ -1420,18 +1420,18 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" +checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" dependencies = [ "time-core", ] [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3edbad9..b921b95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,22 +13,22 @@ categories = ["command-line-utilities", "network-programming"] exclude = ["/.*"] [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.76" async-stream = "0.3.5" bytes = "1.5.0" cfg-if = "1.0.0" clap = { version = "4.4.10", default-features = false, features = ["derive", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] } crossterm = "0.27.0" -futures-util = { version = "0.3.29", default-features = false, features = ["sink"] } +futures-util = { version = "0.3.30", default-features = false, features = ["sink"] } itertools = "0.12.0" -openssl = { version = "0.10.60", optional = true } +openssl = { version = "0.10.62", optional = true } pin-project-lite = "0.2.13" rustls-native-certs = { version = "0.7.0", optional = true } -rustls-pki-types = { version = "1.0.1", optional = true } +rustls-pki-types = { version = "1.1.0", optional = true } rustyline-async = "0.4.1" thiserror = "1.0.51" -time = { version = "0.3.30", default-features = false, features = ["std", "local-offset", "macros", "formatting"] } -tokio = { version = "1.35.0", features = ["fs", "io-util", "macros", "net", "rt", "time"] } +time = { version = "0.3.31", default-features = false, features = ["std", "local-offset", "macros", "formatting"] } +tokio = { version = "1.35.1", features = ["fs", "io-util", "macros", "net", "rt", "time"] } tokio-native-tls = { version = "0.3.1", optional = true } tokio-rustls = { version = "0.25.0", optional = true } tokio-util = { version = "0.7.10", features = ["codec"] } @@ -43,15 +43,15 @@ serde = { version = "1.0.193", features = ["derive"] } serde-jsonlines = "0.5.0" serde_json = "1.0.108" tempfile = "3.8.1" -time = { version = "0.3.30", default-features = false, features = ["serde", "parsing"] } -tokio = { version = "1.35.0", features = ["sync"] } +time = { version = "0.3.31", default-features = false, features = ["serde", "parsing"] } +tokio = { version = "1.35.1", features = ["sync"] } tokio-stream = { version = "0.1.14", features = ["time"] } [build-dependencies] -anyhow = "1.0.75" +anyhow = "1.0.76" cargo_metadata = "0.18.1" semver = "1.0.20" -time = { version = "0.3.30", default-features = false, features = ["std", "formatting"] } +time = { version = "0.3.31", default-features = false, features = ["std", "formatting"] } [features] default = ["rustls"] From b41753cdbda48f79b4f075a26f3e8ff529d3478d Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 25 Dec 2023 06:37:41 -0500 Subject: [PATCH 2/2] Update THIRDPARTY.toml --- THIRDPARTY.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/THIRDPARTY.toml b/THIRDPARTY.toml index 09ab16f..3d70010 100644 --- a/THIRDPARTY.toml +++ b/THIRDPARTY.toml @@ -735,7 +735,7 @@ text = """ [[third_party_libraries]] package_name = "anyhow" -package_version = "1.0.75" +package_version = "1.0.76" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -4516,7 +4516,7 @@ limitations under the License. [[third_party_libraries]] package_name = "futures-channel" -package_version = "0.3.29" +package_version = "0.3.30" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -4759,7 +4759,7 @@ limitations under the License. [[third_party_libraries]] package_name = "futures-core" -package_version = "0.3.29" +package_version = "0.3.30" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -5002,7 +5002,7 @@ limitations under the License. [[third_party_libraries]] package_name = "futures-io" -package_version = "0.3.29" +package_version = "0.3.30" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -5245,7 +5245,7 @@ limitations under the License. [[third_party_libraries]] package_name = "futures-macro" -package_version = "0.3.29" +package_version = "0.3.30" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -5488,7 +5488,7 @@ limitations under the License. [[third_party_libraries]] package_name = "futures-sink" -package_version = "0.3.29" +package_version = "0.3.30" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -5731,7 +5731,7 @@ limitations under the License. [[third_party_libraries]] package_name = "futures-task" -package_version = "0.3.29" +package_version = "0.3.30" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -5974,7 +5974,7 @@ limitations under the License. [[third_party_libraries]] package_name = "futures-util" -package_version = "0.3.29" +package_version = "0.3.30" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -9112,7 +9112,7 @@ text = """ [[third_party_libraries]] package_name = "object" -package_version = "0.32.1" +package_version = "0.32.2" license = "Apache-2.0 OR MIT" [[third_party_libraries.licenses]] @@ -11437,7 +11437,7 @@ text = """ [[third_party_libraries]] package_name = "proc-macro2" -package_version = "1.0.70" +package_version = "1.0.71" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -13599,7 +13599,7 @@ DEALINGS IN THE SOFTWARE. [[third_party_libraries]] package_name = "rustls-pki-types" -package_version = "1.0.1" +package_version = "1.1.0" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -16402,7 +16402,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [[third_party_libraries]] package_name = "syn" -package_version = "2.0.41" +package_version = "2.0.43" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -17311,7 +17311,7 @@ END OF TERMS AND CONDITIONS [[third_party_libraries]] package_name = "time" -package_version = "0.3.30" +package_version = "0.3.31" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -17783,7 +17783,7 @@ text = """ [[third_party_libraries]] package_name = "time-macros" -package_version = "0.2.15" +package_version = "0.2.16" license = "MIT OR Apache-2.0" [[third_party_libraries.licenses]] @@ -18019,7 +18019,7 @@ text = """ [[third_party_libraries]] package_name = "tokio" -package_version = "1.35.0" +package_version = "1.35.1" license = "MIT" [[third_party_libraries.licenses]]