From f4d394faa85411d11c7a2034f6dd5deb4331ef45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:37:18 +0000 Subject: [PATCH] fix(deps): bump the minor-and-patch group with 4 updates Bumps the minor-and-patch group with 4 updates: [thiserror](https://github.com/dtolnay/thiserror), [async-trait](https://github.com/dtolnay/async-trait), [base64](https://github.com/marshallpierce/rust-base64) and [open](https://github.com/Byron/open-rs). Updates `thiserror` from 2.0.19 to 2.0.20 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.19...2.0.20) Updates `async-trait` from 0.1.91 to 0.1.92 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.91...0.1.92) Updates `base64` from 0.23.0 to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.23.0...v0.23.1) Updates `open` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v5.4.0...v5.4.1) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: async-trait dependency-version: 0.1.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: open dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 78 +++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f032869..3297403 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,9 +212,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.91" +version = "0.1.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec" +checksum = "82f6aeea286b8eb4dd3431a1be1b59d290ace00f5bfd8e2a159bc2a05e2c1667" dependencies = [ "proc-macro2", "quote", @@ -263,9 +263,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" [[package]] name = "bincode" @@ -1746,7 +1746,7 @@ dependencies = [ "regex", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -2127,7 +2127,7 @@ dependencies = [ "jni-sys", "log", "simd_cesu8", - "thiserror 2.0.19", + "thiserror 2.0.20", "walkdir", "windows-link", ] @@ -2700,9 +2700,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "open" -version = "5.4.0" +version = "5.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0b3d059e795d52b8a72fef45658620edd4d9c359b338564aa14391ffa511ed5" +checksum = "f9cfef937e9c486488c7e3d949ae31c0f1d06bdacd75b99c086cb35356e30408" dependencies = [ "is-wsl", "libc", @@ -3160,7 +3160,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tracing", "web-time", @@ -3183,7 +3183,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.19", + "thiserror 2.0.20", "tinyvec", "tracing", "web-time", @@ -3322,7 +3322,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" dependencies = [ "getrandom 0.2.17", "libredox", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -3447,7 +3447,7 @@ dependencies = [ "schemars", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -3473,7 +3473,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8a1f2315036ef6b1fbacd1972e8ee7688030b0a2121edfc2a6550febd41574d" dependencies = [ "hashbrown 0.16.1", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -4129,11 +4129,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" +checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f" dependencies = [ - "thiserror-impl 2.0.19", + "thiserror-impl 2.0.20", ] [[package]] @@ -4149,9 +4149,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.19" +version = "2.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" +checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af" dependencies = [ "proc-macro2", "quote", @@ -4516,7 +4516,7 @@ dependencies = [ "native-tls", "rand 0.9.4", "sha1 0.10.6", - "thiserror 2.0.19", + "thiserror 2.0.20", ] [[package]] @@ -4710,7 +4710,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -4775,7 +4775,7 @@ dependencies = [ "serde_json", "sysinfo", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "toml 1.1.4+spec-1.1.0", @@ -4807,7 +4807,7 @@ version = "0.11.0" dependencies = [ "anyhow", "async-trait", - "base64 0.23.0", + "base64 0.23.1", "chrono", "html-to-markdown-rs", "open", @@ -4815,7 +4815,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -4838,7 +4838,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -4858,7 +4858,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -4872,12 +4872,12 @@ version = "0.11.0" dependencies = [ "anyhow", "async-trait", - "base64 0.23.0", + "base64 0.23.1", "chrono", "reqwest", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -4892,13 +4892,13 @@ version = "0.11.0" dependencies = [ "anyhow", "async-trait", - "base64 0.23.0", + "base64 0.23.1", "chrono", "reqwest", "serde", "serde_json", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -4919,7 +4919,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-tungstenite", "tokio-util", @@ -4934,7 +4934,7 @@ version = "0.11.0" dependencies = [ "anyhow", "async-trait", - "base64 0.23.0", + "base64 0.23.1", "chrono", "grammers-client", "grammers-mtsender", @@ -4944,7 +4944,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -4957,12 +4957,12 @@ version = "0.11.0" dependencies = [ "anyhow", "async-trait", - "base64 0.23.0", + "base64 0.23.1", "chrono", "qr2term", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "tokio-util", "tracing", @@ -5000,7 +5000,7 @@ dependencies = [ "scopeguard", "serde", "serde_json", - "thiserror 2.0.19", + "thiserror 2.0.20", "tokio", "wa-rs-binary", "wa-rs-core", @@ -5026,7 +5026,7 @@ dependencies = [ "serde-big-array", "serde_json", "sha2 0.10.9", - "thiserror 2.0.19", + "thiserror 2.0.20", "wa-rs-binary", "wa-rs-libsignal", "wa-rs-proto", @@ -5076,7 +5076,7 @@ dependencies = [ "serde-big-array", "serde_json", "sha2 0.10.9", - "thiserror 2.0.19", + "thiserror 2.0.20", "typed-builder", "wa-rs-appstate", "wa-rs-binary", @@ -5125,7 +5125,7 @@ dependencies = [ "sha1 0.10.6", "sha2 0.10.9", "subtle", - "thiserror 2.0.19", + "thiserror 2.0.20", "uuid", "wa-rs-proto", "x25519-dalek", @@ -5146,7 +5146,7 @@ dependencies = [ "rand 0.9.4", "rand_core 0.10.1", "sha2 0.10.9", - "thiserror 2.0.19", + "thiserror 2.0.20", "wa-rs-binary", "wa-rs-libsignal", "wa-rs-proto",