diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-13 19:37:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-13 19:37:11 +0000 |
| commit | dc9d77ae7e57a78be0b852cadfc90e676c7f964f (patch) | |
| tree | a2127b0140f9a02fb5f03ff167a9a6a1652af00d /src/apple_silicon/Cargo.toml | |
| parent | Merge pull request #2 from fcuny/fcuny/e_and_p_cores (diff) | |
| download | x-dc9d77ae7e57a78be0b852cadfc90e676c7f964f.tar.gz | |
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] <support@github.com>
Diffstat (limited to '')
| -rw-r--r-- | src/apple_silicon/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
