From 0c84ab64e2e18e803504c0efef6b268b27f6eef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:26:46 +0000 Subject: [PATCH] Bump thiserror from 2.0.9 to 2.0.11 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.9...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7c3329..fe43f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1719,7 +1719,7 @@ dependencies = [ "reqwest", "rusqlite", "sourceview5", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "ureq", "url", @@ -1766,7 +1766,7 @@ dependencies = [ "serde_derive", "serde_json", "testing_logger", - "thiserror 2.0.9", + "thiserror 2.0.11", "ureq", "url", "wildmatch", @@ -1790,7 +1790,7 @@ dependencies = [ "serde", "serde_json", "simple_logger", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -1851,7 +1851,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.11", "ureq", "url", ] @@ -1896,7 +1896,7 @@ dependencies = [ "http", "js-sys", "log", - "thiserror 2.0.9", + "thiserror 2.0.11", "ureq", "url", "wasm-bindgen-futures", @@ -1955,7 +1955,7 @@ dependencies = [ "rand 0.9.0-beta.1", "raw-window-handle", "smallvec", - "thiserror 2.0.9", + "thiserror 2.0.11", "url", "uuid", "wasm-bindgen", @@ -2002,7 +2002,7 @@ dependencies = [ "gosub_shared", "gosub_webexecutor", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.11", "v8", ] @@ -2033,7 +2033,7 @@ checksum = "d4fb15c422b83606e3979d97368c027741c42f57b953d4e3569ba40dd3afdd24" dependencies = [ "gosub_shared", "paste", - "thiserror 2.0.9", + "thiserror 2.0.11", ] [[package]] @@ -3651,7 +3651,7 @@ dependencies = [ "rustc-hash 2.1.0", "rustls", "socket2", - "thiserror 2.0.9", + "thiserror 2.0.11", "tokio", "tracing", ] @@ -3670,7 +3670,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.9", + "thiserror 2.0.11", "tinyvec", "tracing", "web-time", @@ -4641,11 +4641,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.11", ] [[package]] @@ -4661,9 +4661,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index ea8ec31..5b65c87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rusqlite = "0.32.1" cookie = "0.18.1" sourceview5 = { version = "0.9.1", features = ["gtk_v4_6"] } anyhow = "1.0.95" -thiserror = "2.0.9" +thiserror = "2.0.11" futures-core = "0.3.31" bytes = "1.9.0" futures = "0.3.31"