From d28e8d1838a9f14a8ad6362ba6b5aa7c4aabc142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:55:08 +0000 Subject: [PATCH] build(deps): bump the patch group with 4 updates Bumps the patch group with 4 updates: [thiserror](https://github.com/dtolnay/thiserror), [chrono](https://github.com/chronotope/chrono), [tokio-postgres](https://github.com/rust-postgres/rust-postgres) and [aws-lc-rs](https://github.com/aws/aws-lc-rs). Updates `thiserror` from 2.0.17 to 2.0.18 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.17...2.0.18) Updates `chrono` from 0.4.42 to 0.4.43 - [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.42...v0.4.43) Updates `tokio-postgres` from 0.7.15 to 0.7.16 - [Release notes](https://github.com/rust-postgres/rust-postgres/releases) - [Commits](https://github.com/rust-postgres/rust-postgres/compare/tokio-postgres-v0.7.15...tokio-postgres-v0.7.16) Updates `aws-lc-rs` from 1.15.2 to 1.15.3 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](https://github.com/aws/aws-lc-rs/compare/v1.15.2...v1.15.3) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: chrono dependency-version: 0.4.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: tokio-postgres dependency-version: 0.7.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: aws-lc-rs dependency-version: 1.15.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 114 ++++++++++++++++++----------------- devolutions-agent/Cargo.toml | 2 +- 2 files changed, 59 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd6ef5ffe..b1f47e440 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,7 +101,7 @@ dependencies = [ "serde", "serde_json", "serde_qs", - "thiserror 2.0.17", + "thiserror 2.0.18", "tower-layer", "tower-service", "tracing", @@ -170,7 +170,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -320,9 +320,9 @@ dependencies = [ [[package]] name = "aws-lc-rs" -version = "1.15.2" +version = "1.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88aab2464f1f25453baa7a07c84c5b7684e274054ba06817f382357f77a288" +checksum = "e84ce723ab67259cfeb9877c6a639ee9eb7a27b28123abd71db7f0d5d0cc9d86" dependencies = [ "aws-lc-sys", "untrusted 0.7.1", @@ -331,9 +331,9 @@ dependencies = [ [[package]] name = "aws-lc-sys" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b45afffdee1e7c9126814751f88dddc747f41d91da16c9551a0f1e8a11e788a1" +checksum = "43a442ece363113bd4bd4c8b18977a7798dd4d3c3383f34fb61936960e8f4ad8" dependencies = [ "cc", "cmake", @@ -848,9 +848,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "js-sys", @@ -1293,7 +1293,7 @@ dependencies = [ "serde_json", "sha2 0.10.9", "tap", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio 1.48.0", "tokio-rustls", "tracing", @@ -1311,7 +1311,7 @@ dependencies = [ "cfg-if", "serde", "serde_json", - "thiserror 2.0.17", + "thiserror 2.0.18", "uuid", "windows-registry 0.5.3", "windows-result 0.3.4", @@ -1389,7 +1389,7 @@ dependencies = [ "sysinfo", "tap", "terminal-streamer", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tokio 1.48.0", "tokio-rustls", @@ -1567,7 +1567,7 @@ dependencies = [ "serde_json", "tap", "tempfile", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio 1.48.0", "tracing", "win-api-wrappers", @@ -2170,7 +2170,7 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi", + "wasi 0.11.1+wasi-snapshot-preview1", "wasm-bindgen", ] @@ -2371,7 +2371,7 @@ dependencies = [ "once_cell", "rand 0.9.2", "ring 0.17.14", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tokio 1.48.0", "tracing", @@ -2394,7 +2394,7 @@ dependencies = [ "rand 0.9.2", "resolv-conf", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio 1.48.0", "tracing", ] @@ -3086,7 +3086,7 @@ dependencies = [ "pkcs1 0.7.5", "sha1 0.10.6", "tap", - "thiserror 2.0.17", + "thiserror 2.0.18", "x509-cert", ] @@ -3343,7 +3343,7 @@ dependencies = [ "picky-asn1-der", "picky-asn1-x509", "picky-krb", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tracing", "zeroize", @@ -3480,13 +3480,12 @@ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libredox" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50" +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" dependencies = [ "bitflags 2.10.0", "libc", - "redox_syscall 0.6.0", ] [[package]] @@ -3836,7 +3835,7 @@ checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" dependencies = [ "libc", "log", - "wasi", + "wasi 0.11.1+wasi-snapshot-preview1", "windows-sys 0.61.2", ] @@ -3955,7 +3954,7 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -3979,7 +3978,7 @@ checksum = "4ddcb8865ad3d9950f22f42ffa0ef0aecbfbf191867b3122413602b0a360b2a6" dependencies = [ "cc", "libc", - "thiserror 2.0.17", + "thiserror 2.0.18", "winapi", ] @@ -3990,7 +3989,7 @@ dependencies = [ "anyhow", "network-scanner", "network-scanner-net", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "tokio 1.48.0", "tokio-util", @@ -4014,7 +4013,7 @@ dependencies = [ "parking_lot", "rtnetlink", "socket2 0.5.10", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio 1.48.0", "tracing", "tracing-subscriber", @@ -4030,7 +4029,7 @@ dependencies = [ "parking_lot", "polling 3.11.0", "socket2 0.5.10", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio 1.48.0", "tracing", "tracing-cov-mark", @@ -4394,7 +4393,7 @@ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.18", + "redox_syscall", "smallvec", "windows-link 0.2.1", ] @@ -4597,7 +4596,7 @@ dependencies = [ "sha3", "signature", "spki 0.8.0-rc.4", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", "universal-hash", "x25519-dalek", @@ -4670,7 +4669,7 @@ dependencies = [ "rand 0.9.2", "serde", "sha1 0.11.0-rc.2", - "thiserror 2.0.17", + "thiserror 2.0.18", "uuid", ] @@ -5126,7 +5125,7 @@ dependencies = [ "rustc-hash 2.1.1", "rustls 0.23.36", "socket2 0.6.1", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio 1.48.0", "tracing", "web-time", @@ -5147,7 +5146,7 @@ dependencies = [ "rustls 0.23.36", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -5303,15 +5302,6 @@ dependencies = [ "bitflags 2.10.0", ] -[[package]] -name = "redox_syscall" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5" -dependencies = [ - "bitflags 2.10.0", -] - [[package]] name = "redox_users" version = "0.4.6" @@ -5964,7 +5954,7 @@ dependencies = [ "futures", "percent-encoding", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -6517,11 +6507,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.17", + "thiserror-impl 2.0.18", ] [[package]] @@ -6537,9 +6527,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2 1.0.103", "quote 1.0.42", @@ -6713,9 +6703,9 @@ dependencies = [ [[package]] name = "tokio-postgres" -version = "0.7.15" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b40d66d9b2cfe04b628173409368e58247e8eddbbd3b0e6c6ba1d09f20f6c9e" +checksum = "dcea47c8f71744367793f16c2db1f11cb859d28f436bdb4ca9193eb1f787ee42" dependencies = [ "async-trait", "byteorder", @@ -7299,7 +7289,7 @@ dependencies = [ "rustls 0.23.36", "rustls-pki-types", "sha1 0.10.6", - "thiserror 2.0.17", + "thiserror 2.0.18", "utf-8", ] @@ -7316,7 +7306,7 @@ dependencies = [ "log", "rand 0.9.2", "sha1 0.10.6", - "thiserror 2.0.17", + "thiserror 2.0.18", "utf-8", ] @@ -7548,7 +7538,7 @@ dependencies = [ "futures", "futures-util", "num_cpus", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio 1.48.0", "tokio-tungstenite 0.26.2", "tokio-util", @@ -7612,6 +7602,15 @@ version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" +[[package]] +name = "wasi" +version = "0.14.7+wasi-0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" +dependencies = [ + "wasip2", +] + [[package]] name = "wasip2" version = "1.0.1+wasi-0.2.4" @@ -7623,9 +7622,12 @@ dependencies = [ [[package]] name = "wasite" -version = "0.1.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" +checksum = "66fe902b4a6b8028a753d5424909b764ccf79b7a209eac9bf97e59cda9f71a42" +dependencies = [ + "wasi 0.14.7+wasi-0.2.4", +] [[package]] name = "wasm-bindgen" @@ -7769,9 +7771,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.6.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" +checksum = "ace4d5c7b5ab3d99629156d4e0997edbe98a4beb6d5ba99e2cae830207a81983" dependencies = [ "libredox", "wasite", @@ -7797,7 +7799,7 @@ dependencies = [ "anyhow", "base16ct 0.2.0", "rstest", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "uuid", "widestring 1.2.1", diff --git a/devolutions-agent/Cargo.toml b/devolutions-agent/Cargo.toml index 4a9a34b2f..9be7d841a 100644 --- a/devolutions-agent/Cargo.toml +++ b/devolutions-agent/Cargo.toml @@ -56,7 +56,7 @@ features = [ ] [target.'cfg(windows)'.dependencies] -aws-lc-rs = "1.14" +aws-lc-rs = "1.15" devolutions-pedm = { path = "../crates/devolutions-pedm" } hex = "0.4" notify-debouncer-mini = "0.6"