From 21bdfcb1633f9ca50103b445faaa85123c06d99a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:14:56 +0000 Subject: [PATCH] build(deps): Bump sadness-generator from 0.5.0 to 0.6.0 in /rust (#6869) Bumps [sadness-generator](https://github.com/EmbarkStudios/crash-handling) from 0.5.0 to 0.6.0.
Release notes

Sourced from sadness-generator's releases.

sadness-generator-0.6.0

Changed

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sadness-generator&package-manager=cargo&previous-version=0.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Reactor Scram --- rust/Cargo.lock | 4 ++-- rust/gui-client/src-common/Cargo.toml | 2 +- rust/gui-client/src-tauri/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 38df98a54..7e6995553 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -6357,9 +6357,9 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "sadness-generator" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cdaf5eed5d14ebb5d32d864b419e760c9ddf123bcde880a30a90063494592d7" +checksum = "40d20a4f9571c8ea84f81041395e9e129b02f1a6789913004f12f528e71ea1ba" dependencies = [ "libc", ] diff --git a/rust/gui-client/src-common/Cargo.toml b/rust/gui-client/src-common/Cargo.toml index 54d3b8733..a2365c1f5 100644 --- a/rust/gui-client/src-common/Cargo.toml +++ b/rust/gui-client/src-common/Cargo.toml @@ -20,7 +20,7 @@ output_vt100 = "0.1" png = "0.17.13" # `png` is mostly free since we already need it for Tauri rand = "0.8.5" reqwest = { version = "0.12.5", default-features = false, features = ["stream", "rustls-tls"] } -sadness-generator = "0.5.0" +sadness-generator = "0.6.0" secrecy = { workspace = true } semver = { version = "1.0.22", features = ["serde"] } serde = { version = "1.0", features = ["derive"] } diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index 59686d2f8..4e5cc2be5 100644 --- a/rust/gui-client/src-tauri/Cargo.toml +++ b/rust/gui-client/src-tauri/Cargo.toml @@ -26,7 +26,7 @@ firezone-telemetry = { workspace = true } native-dialog = "0.7.0" rand = "0.8.5" rustls = { workspace = true } -sadness-generator = "0.5.0" +sadness-generator = "0.6.0" secrecy = { workspace = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"