From dc9d77ae7e57a78be0b852cadfc90e676c7f964f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:37:11 +0000 Subject: 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] --- src/apple_silicon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apple_silicon/Cargo.toml') diff --git a/src/apple_silicon/Cargo.toml b/src/apple_silicon/Cargo.toml index ea7f910..65dcf5e 100644 --- a/src/apple_silicon/Cargo.toml +++ b/src/apple_silicon/Cargo.toml @@ -15,4 +15,4 @@ name = "apple_silicon" path = "src/bin/apple_silicon.rs" [dependencies] -thiserror = "2.0.9" +thiserror = "2.0.11" -- cgit v1.2.3