From 391c9095eaa38e9dfe6b10c0741875992a75ca6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:18:37 +0000 Subject: [PATCH] chore(deps): bump thiserror from 2.0.10 to 2.0.11 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.10...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 | 12 ++++++------ odbc-api/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f13ba89..42ab1330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1011,7 +1011,7 @@ dependencies = [ "stdext", "tempfile", "test-case", - "thiserror 2.0.10", + "thiserror 2.0.11", "tokio", "widestring", "winit", @@ -1387,11 +1387,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.10", + "thiserror-impl 2.0.11", ] [[package]] @@ -1407,9 +1407,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.10" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", diff --git a/odbc-api/Cargo.toml b/odbc-api/Cargo.toml index a68ee3ef..23a1df93 100644 --- a/odbc-api/Cargo.toml +++ b/odbc-api/Cargo.toml @@ -83,7 +83,7 @@ default=["odbc_version_3_80"] # Low level bindings to ODBC API calls into libodbc.so odbc-sys = { version = "0.25", default-features = false } # Used to generate code for the error type -thiserror = "2.0.10" +thiserror = "2.0.11" # Used as a log frontend to emit log messages for applications log = "0.4.22" # Interacting with UTF-16 texts for wide columns or wide function calls