diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56c8f811f3..671932e38a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ on: env: CARGO_TERM_COLOR: always GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - MSRV: "1.65.0" + MSRV: "1.67.0" # Cancel any currently running workflows from the same PR, branch, or # tag when a new workflow is triggered. diff --git a/README.md b/README.md index e2dee8201b..6772c251de 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,8 @@ Prior to opening a pull request, we ask that you please: The **M**inimum **S**upported **R**ust **V**ersions are: -- `1.65.0` for RISC-V devices (**ESP32-C2/C3/C6**, **ESP32-H2**, **ESP32-S2/S3 RISC-V ULP coprocessors**) -- `1.65.0` for Xtensa devices (**ESP32**, **ESP32-S2/S3**, **ESP8266**) +- `1.67.0` for RISC-V devices (**ESP32-C2/C3/C6**, **ESP32-H2**, **ESP32-S2/S3 RISC-V ULP coprocessors**) +- `1.67.0` for Xtensa devices (**ESP32**, **ESP32-S2/S3**, **ESP8266**) Note that targeting the Xtensa ISA currently requires the use of the [esp-rs/rust] compiler fork, which can be installed using [esp-rs/espup]. diff --git a/esp32/Cargo.toml b/esp32/Cargo.toml index 73809df95b..ffe25569ed 100644 --- a/esp32/Cargo.toml +++ b/esp32/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32" version = "0.26.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32c2/Cargo.toml b/esp32c2/Cargo.toml index 8926fa80d8..ade8a8b5d8 100644 --- a/esp32c2/Cargo.toml +++ b/esp32c2/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32c2" version = "0.14.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-C2" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32c3/Cargo.toml b/esp32c3/Cargo.toml index fa1bd05a7a..517ffd5f0e 100644 --- a/esp32c3/Cargo.toml +++ b/esp32c3/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32c3" version = "0.17.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-C3" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32c6-lp/Cargo.toml b/esp32c6-lp/Cargo.toml index eadb110890..589a414a5a 100644 --- a/esp32c6-lp/Cargo.toml +++ b/esp32c6-lp/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32c6-lp" version = "0.1.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-C6's LP coprocessor" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32c6/Cargo.toml b/esp32c6/Cargo.toml index e0fca87caf..e9afab2b21 100644 --- a/esp32c6/Cargo.toml +++ b/esp32c6/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32c6" version = "0.7.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-C6" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32h2/Cargo.toml b/esp32h2/Cargo.toml index 78053e8118..ae87403d2d 100644 --- a/esp32h2/Cargo.toml +++ b/esp32h2/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32h2" version = "0.3.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-H2" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32s2-ulp/Cargo.toml b/esp32s2-ulp/Cargo.toml index 858c97fa4d..cd0da9f8c8 100644 --- a/esp32s2-ulp/Cargo.toml +++ b/esp32s2-ulp/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32s2-ulp" version = "0.1.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-S2's RISC-V ULP coprocessor" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32s2/Cargo.toml b/esp32s2/Cargo.toml index 460a03cb79..ee7beba62f 100644 --- a/esp32s2/Cargo.toml +++ b/esp32s2/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32s2" version = "0.17.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-S2" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32s3-ulp/Cargo.toml b/esp32s3-ulp/Cargo.toml index 9f3c695d23..d0cd6fd114 100644 --- a/esp32s3-ulp/Cargo.toml +++ b/esp32s3-ulp/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32s3-ulp" version = "0.1.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-S3's RISC-V ULP coprocessor" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp32s3/Cargo.toml b/esp32s3/Cargo.toml index 130cb303db..bce31247c3 100644 --- a/esp32s3/Cargo.toml +++ b/esp32s3/Cargo.toml @@ -2,7 +2,7 @@ name = "esp32s3" version = "0.21.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP32-S3" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/esp8266/Cargo.toml b/esp8266/Cargo.toml index b429d082e8..44dfe0daa9 100644 --- a/esp8266/Cargo.toml +++ b/esp8266/Cargo.toml @@ -2,7 +2,7 @@ name = "esp8266" version = "0.7.0" edition = "2021" -rust-version = "1.65" +rust-version = "1.67" description = "Peripheral access crate for the ESP8266" repository = "https://github.com/esp-rs/esp-pacs" license = "MIT OR Apache-2.0" diff --git a/xtask/Cargo.lock b/xtask/Cargo.lock index 5fdc7cb827..951868c85e 100644 --- a/xtask/Cargo.lock +++ b/xtask/Cargo.lock @@ -4,18 +4,18 @@ version = 3 [[package]] name = "aho-corasick" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" +checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0" dependencies = [ "memchr", ] [[package]] name = "anstream" -version = "0.5.0" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" +checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" dependencies = [ "anstyle", "anstyle-parse", @@ -27,15 +27,15 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" +checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" [[package]] name = "anstyle-parse" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" +checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" dependencies = [ "utf8parse", ] @@ -51,9 +51,9 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "2.1.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" +checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" dependencies = [ "anstyle", "windows-sys", @@ -90,9 +90,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "bitflags" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" +checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "block-buffer" @@ -105,23 +105,14 @@ dependencies = [ [[package]] name = "bstr" -version = "1.6.2" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" +checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019" dependencies = [ "memchr", "serde", ] -[[package]] -name = "cc" -version = "1.0.83" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" -dependencies = [ - "libc", -] - [[package]] name = "cfg-if" version = "1.0.0" @@ -130,9 +121,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.5" +version = "4.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "824956d0dca8334758a5b7f7e50518d66ea319330cbceedcf76905c2f6ab30e3" +checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" dependencies = [ "clap_builder", "clap_derive", @@ -140,9 +131,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.5" +version = "4.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "122ec64120a49b4563ccaedcbea7818d069ed8e9aa6d829b82d8a4128936b2ab" +checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" dependencies = [ "anstream", "anstyle", @@ -159,7 +150,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -243,9 +234,12 @@ dependencies = [ [[package]] name = "deranged" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" +checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3" +dependencies = [ + "powerfmt", +] [[package]] name = "digest" @@ -303,25 +297,14 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd" +checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" dependencies = [ - "errno-dragonfly", "libc", "windows-sys", ] -[[package]] -name = "errno-dragonfly" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" -dependencies = [ - "cc", - "libc", -] - [[package]] name = "fnv" version = "1.0.7" @@ -383,9 +366,9 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" [[package]] name = "heck" @@ -435,12 +418,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.0" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" dependencies = [ "equivalent", - "hashbrown 0.14.0", + "hashbrown 0.14.1", ] [[package]] @@ -487,9 +470,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.148" +version = "0.2.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" [[package]] name = "linked-hash-map" @@ -499,9 +482,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linux-raw-sys" -version = "0.4.7" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" +checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "liquid" @@ -542,7 +525,7 @@ checksum = "fc2fb41a9bb4257a3803154bdf7e2df7d45197d1941c9b1a90ad815231630721" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -568,9 +551,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "memchr" -version = "2.6.3" +version = "2.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" +checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" [[package]] name = "memoffset" @@ -592,9 +575,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" dependencies = [ "autocfg", ] @@ -642,7 +625,7 @@ dependencies = [ "pest_meta", "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -656,11 +639,17 @@ dependencies = [ "sha2", ] +[[package]] +name = "powerfmt" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" + [[package]] name = "proc-macro2" -version = "1.0.67" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" +checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" dependencies = [ "unicode-ident", ] @@ -706,9 +695,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.9.5" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" +checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" dependencies = [ "aho-corasick", "memchr", @@ -718,9 +707,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.3.8" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" +checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" dependencies = [ "aho-corasick", "memchr", @@ -729,24 +718,24 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.7.5" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" +checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "roxmltree" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8" +checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302" dependencies = [ "xmlparser", ] [[package]] name = "rustix" -version = "0.38.14" +version = "0.38.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f" +checksum = "745ecfa778e66b2b63c88a61cb36e0eea109e803b0b86bf9879fbc77c70e86ed" dependencies = [ "bitflags", "errno", @@ -775,28 +764,28 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "semver" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0" +checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" [[package]] name = "serde" -version = "1.0.188" +version = "1.0.189" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" +checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.188" +version = "1.0.189" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" +checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -805,7 +794,7 @@ version = "1.0.107" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" dependencies = [ - "indexmap 2.0.0", + "indexmap 2.0.2", "itoa", "ryu", "serde", @@ -857,15 +846,15 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.25.2" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" +checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" dependencies = [ "heck", "proc-macro2", "quote", "rustversion", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] @@ -906,9 +895,9 @@ dependencies = [ [[package]] name = "svd2rust" -version = "0.30.0" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bca00dce98467aa5d6de01e5129cca79589ee3da76797be893a6f45ff5bb569a" +checksum = "c664b5f1dbdbf7bbd3d01aad5f942e698f052c067c7741c3c60deb78c359fd8b" dependencies = [ "anyhow", "html-escape", @@ -919,15 +908,15 @@ dependencies = [ "regex", "svd-parser", "svd-rs", - "syn 2.0.37", + "syn 2.0.38", "thiserror", ] [[package]] name = "svdtools" -version = "0.3.1" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f74bf0557922139a8966ff81cf9cebd7fdf8b6a40d0c73b104e191e780673c" +checksum = "896184bd21cf780e70c69c0632d557abfc6711593eb7214204b5e53ac15868d6" dependencies = [ "anyhow", "clap", @@ -965,9 +954,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.37" +version = "2.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" +checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" dependencies = [ "proc-macro2", "quote", @@ -985,32 +974,33 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7" +checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.48" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35" +checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.37", + "syn 2.0.38", ] [[package]] name = "time" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe" +checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5" dependencies = [ "deranged", "itoa", + "powerfmt", "serde", "time-core", "time-macros", @@ -1039,11 +1029,11 @@ checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" [[package]] name = "toml_edit" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff63e60a958cefbb518ae1fd6566af80d9d4be430a33f3723dfc47d1d411d95" +checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ - "indexmap 2.0.0", + "indexmap 2.0.2", "toml_datetime", "winnow", ] @@ -1195,9 +1185,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "winnow" -version = "0.5.15" +version = "0.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" +checksum = "a3b801d0e0a6726477cc207f60162da452f3a95adb368399bef20a946e06f65c" dependencies = [ "memchr", ] @@ -1210,9 +1200,9 @@ checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a" [[package]] name = "xmlparser" -version = "0.13.5" +version = "0.13.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd" +checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" [[package]] name = "xmltree" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index c88fa665dc..bcc2f50d33 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -6,12 +6,12 @@ publish = false [dependencies] anyhow = "1.0.75" -clap = { version = "4.4.5", features = ["derive"] } +clap = { version = "4.4.6", features = ["derive"] } env_logger = "0.10.0" form = "0.10.0" log = "0.4.20" -semver = "1.0.19" +semver = "1.0.20" strum = { version = "0.25.0", features = ["derive"] } -svd2rust = { version = "0.30.0", default-features = false } -svdtools = "0.3.1" -toml_edit = "0.20.0" +svd2rust = { version = "0.30.1", default-features = false } +svdtools = "0.3.4" +toml_edit = "0.20.2"