From c43f8e07502ac599cadcf5ea454d104706e42121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 22:30:28 +0000 Subject: [PATCH 1/2] build(deps): update env_logger requirement from 0.9.0 to 0.11.8 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.11.8) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 143 ++++++++++++++++++++++++++++++++------ intel-mkl-tool/Cargo.toml | 2 +- 2 files changed, 123 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 779583a..0b381e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,6 +32,55 @@ dependencies = [ "libc", ] +[[package]] +name = "anstream" +version = "0.6.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "1.0.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" + +[[package]] +name = "anstyle-parse" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-query" +version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" +dependencies = [ + "windows-sys 0.59.0", +] + +[[package]] +name = "anstyle-wincon" +version = "3.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" +dependencies = [ + "anstyle", + "windows-sys 0.59.0", +] + [[package]] name = "anyhow" version = "1.0.97" @@ -149,6 +198,12 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "colorchoice" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" + [[package]] name = "core-foundation-sys" version = "0.8.7" @@ -380,16 +435,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] -name = "env_logger" -version = "0.9.3" +name = "env_filter" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" +checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" dependencies = [ - "atty", - "humantime", "log", "regex", - "termcolor", +] + +[[package]] +name = "env_logger" +version = "0.11.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" +dependencies = [ + "anstream", + "anstyle", + "env_filter", + "jiff", + "log", ] [[package]] @@ -517,12 +582,6 @@ dependencies = [ "libc", ] -[[package]] -name = "humantime" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" - [[package]] name = "iana-time-zone" version = "0.1.63" @@ -734,6 +793,12 @@ dependencies = [ "walkdir", ] +[[package]] +name = "is_terminal_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" + [[package]] name = "itertools" version = "0.10.5" @@ -749,6 +814,30 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" +[[package]] +name = "jiff" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488" +dependencies = [ + "jiff-static", + "log", + "portable-atomic", + "portable-atomic-util", + "serde", +] + +[[package]] +name = "jiff-static" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "js-sys" version = "0.3.77" @@ -928,6 +1017,21 @@ dependencies = [ "plotters-backend", ] +[[package]] +name = "portable-atomic" +version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" + +[[package]] +name = "portable-atomic-util" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" +dependencies = [ + "portable-atomic", +] + [[package]] name = "ppv-lite86" version = "0.2.21" @@ -1306,15 +1410,6 @@ dependencies = [ "xattr", ] -[[package]] -name = "termcolor" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" -dependencies = [ - "winapi-util", -] - [[package]] name = "textwrap" version = "0.11.0" @@ -1469,6 +1564,12 @@ version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" +[[package]] +name = "utf8parse" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" + [[package]] name = "uuid" version = "1.16.0" diff --git a/intel-mkl-tool/Cargo.toml b/intel-mkl-tool/Cargo.toml index 11356f8..3bc94c9 100644 --- a/intel-mkl-tool/Cargo.toml +++ b/intel-mkl-tool/Cargo.toml @@ -22,4 +22,4 @@ log = "0.4.17" walkdir = "2.3.2" [dev-dependencies] -env_logger = "0.9.0" +env_logger = "0.11.8" From 4d393f2a95a8a6d90192f4adee23afd34636e2dd Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Fri, 11 Apr 2025 15:49:27 -0700 Subject: [PATCH 2/2] Specify compatible versions in Cargo.toml --- intel-mkl-src/Cargo.toml | 12 ++++++------ intel-mkl-sys/Cargo.toml | 6 +++--- intel-mkl-tool/Cargo.toml | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/intel-mkl-src/Cargo.toml b/intel-mkl-src/Cargo.toml index 4b91d75..8f9e2fb 100644 --- a/intel-mkl-src/Cargo.toml +++ b/intel-mkl-src/Cargo.toml @@ -30,13 +30,13 @@ mkl-dynamic-ilp64-iomp = [] mkl-dynamic-ilp64-seq = [] [build-dependencies] -anyhow = "1.0.58" -ocipkg = "0.3.9" -flate2 = "1.0.28" -log = "0.4.21" -tar = "0.4.40" +anyhow = "1" +ocipkg = "0.3" +flate2 = "1" +log = "0.4" +tar = "0.4" [build-dependencies.intel-mkl-tool] path = "../intel-mkl-tool" -version = "0.8.0" +version = "0.8" default-features = false diff --git a/intel-mkl-sys/Cargo.toml b/intel-mkl-sys/Cargo.toml index 854fe14..84eeadd 100644 --- a/intel-mkl-sys/Cargo.toml +++ b/intel-mkl-sys/Cargo.toml @@ -33,9 +33,9 @@ version = "0.8.0" default-features = false [dev-dependencies] -criterion = "0.3.6" -rand = "0.8.5" -approx = "0.5.1" +criterion = "0.3" +rand = "0.8" +approx = "0.5" [[bench]] name = "cos" diff --git a/intel-mkl-tool/Cargo.toml b/intel-mkl-tool/Cargo.toml index 3bc94c9..8181c18 100644 --- a/intel-mkl-tool/Cargo.toml +++ b/intel-mkl-tool/Cargo.toml @@ -17,9 +17,9 @@ readme = "../README.md" openmp-strict-link-type = [] [dependencies] -anyhow = "1.0.58" -log = "0.4.17" -walkdir = "2.3.2" +anyhow = "1" +log = "0.4" +walkdir = "2" [dev-dependencies] -env_logger = "0.11.8" +env_logger = "0.11"