From 842dfbf24f59503986061b11b9de9466b9735165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:37:40 +0000 Subject: [PATCH] build(deps): bump the patch group across 1 directory with 9 updates Bumps the patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` | | [time](https://github.com/time-rs/time) | `0.3.47` | `0.3.49` | | [http](https://github.com/hyperium/http) | `1.4.1` | `1.4.2` | | [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `3.0.0-pre.6` | `3.0.0-pre.7` | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.9.0` | `0.9.1` | | [aes-kw](https://github.com/RustCrypto/key-wraps) | `0.3.0` | `0.3.1` | | [aead](https://github.com/RustCrypto/traits) | `0.6.0-rc.10` | `0.6.0` | | [ecdsa](https://github.com/RustCrypto/signatures) | `0.17.0-rc.17` | `0.17.0-rc.18` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.3` | Updates `chrono` from 0.4.44 to 0.4.45 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.44...v0.4.45) Updates `time` from 0.3.47 to 0.3.49 - [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.47...v0.3.49) Updates `http` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v1.4.1...v1.4.2) Updates `ed25519-dalek` from 3.0.0-pre.6 to 3.0.0-pre.7 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/x25519-3.0.0-pre.6...ed25519-3.0.0-pre.7) Updates `aes` from 0.9.0 to 0.9.1 - [Commits](https://github.com/RustCrypto/block-ciphers/compare/aes-v0.9.0...aes-v0.9.1) Updates `aes-kw` from 0.3.0 to 0.3.1 - [Commits](https://github.com/RustCrypto/key-wraps/compare/aes-kw-v0.3.0...aes-kw-v0.3.1) Updates `aead` from 0.6.0-rc.10 to 0.6.0 - [Commits](https://github.com/RustCrypto/traits/compare/aead-v0.6.0-rc.10...aead-v0.6.0) Updates `ecdsa` from 0.17.0-rc.17 to 0.17.0-rc.18 - [Commits](https://github.com/RustCrypto/signatures/compare/ecdsa/v0.17.0-rc.17...ecdsa/v0.17.0-rc.18) Updates `uuid` from 1.23.1 to 1.23.3 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.23.1...v1.23.3) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: time dependency-version: 0.3.49 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: http dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: ed25519-dalek dependency-version: 3.0.0-pre.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: aes dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: aes-kw dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: aead dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: ecdsa dependency-version: 0.17.0-rc.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: uuid dependency-version: 1.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 47 ++++++++++++++++++++++------------------------- picky/Cargo.toml | 6 +++--- 2 files changed, 25 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dce94446..0ce56356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "aead" -version = "0.6.0-rc.10" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b657e772794c6b04730ea897b66a058ccd866c16d1967da05eeeecec39043fe" +checksum = "ef60ac202874e574ce7a7158cc8bca7313dd344322482e4fadee288bf4a306b8" dependencies = [ "crypto-common", "inout", @@ -31,9 +31,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66bd29a732b644c0431c6140f370d097879203d79b80c94a6747ba0872adaef8" +checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138" dependencies = [ "cipher", "cpubits", @@ -56,9 +56,9 @@ dependencies = [ [[package]] name = "aes-kw" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40e4645e6ea320665abf87e13821f9a37ab204b34bcb18e34e7d1dcf2366516e" +checksum = "41ac571010bd60765c56085a4f1d412012a9be2663b1a2f2b19b49318653fd0d" dependencies = [ "aes", "const-oid", @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.44" +version = "0.4.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" +checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" dependencies = [ "iana-time-zone", "num-traits", @@ -442,9 +442,6 @@ name = "deranged" version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" -dependencies = [ - "powerfmt", -] [[package]] name = "des" @@ -523,9 +520,9 @@ checksum = "aeda16ab4059c5fd2a83f2b9c9e9c981327b18aa8e3b313f7e6563799d4f093e" [[package]] name = "ecdsa" -version = "0.17.0-rc.17" +version = "0.17.0-rc.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc4bf51f0534ed6e59a0f2f26272b64ba55c470133f8424c2adfd1c4d59d9988" +checksum = "54fb064faabbee66e1fc8e5c5a9458d4269dc2d8b638fe86a425adb2510d1a96" dependencies = [ "der", "digest", @@ -548,9 +545,9 @@ dependencies = [ [[package]] name = "ed25519-dalek" -version = "3.0.0-pre.6" +version = "3.0.0-pre.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053618a4c3d3bc24f188aa660ae75a46eeab74ef07fb415c61431e5e7cd4749b" +checksum = "20449acd54b660981ae5caa2bcb56d1fe7f25f2e37a38ec507400fab034d4bb6" dependencies = [ "curve25519-dalek", "ed25519", @@ -849,9 +846,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" +checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" dependencies = [ "bytes", "itoa", @@ -1246,9 +1243,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" +checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" [[package]] name = "num-integer" @@ -2222,9 +2219,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.47" +version = "0.3.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" +checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469" dependencies = [ "deranged", "num-conv", @@ -2235,9 +2232,9 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" +checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" [[package]] name = "tinystr" @@ -2437,9 +2434,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.23.1" +version = "1.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" +checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" dependencies = [ "serde_core", ] diff --git a/picky/Cargo.toml b/picky/Cargo.toml index 2583e7f3..a5f7856b 100644 --- a/picky/Cargo.toml +++ b/picky/Cargo.toml @@ -49,7 +49,7 @@ rand = "0.10" rand_core = "0.10" crypto-bigint = "0.7" -ed25519-dalek = { version = "=3.0.0-pre.6", features = ["hazmat", "rand_core"] } +ed25519-dalek = { version = "=3.0.0-pre.7", features = ["hazmat", "rand_core"] } x25519-dalek = { version = "=3.0.0-pre.6", features = ["static_secrets"] } p256 = { version = "=0.14.0-rc.9", features = ["ecdh"] } @@ -80,10 +80,10 @@ inout = "0.2.2" # Pin transitive dependencies versions. # TODO: Remove when stable versions will be released. -aead = { version = "=0.6.0-rc.10", optional = true } +aead = { version = "=0.6.0", optional = true } blake2 = { version = "=0.11.0-rc.6", optional = true } ed25519 = "=3.0.0" -ecdsa = "=0.17.0-rc.17" +ecdsa = "=0.17.0-rc.18" elliptic-curve = "=0.14.0-rc.32" pkcs1 = "=0.8.0-rc.4" primefield = "=0.14.0-rc.9"