diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-12-29 14:22:41 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-29 14:22:41 -0800 |
| commit | e1207e2b06aa6f363fc5e1165ab7416de077524c (patch) | |
| tree | 16cb407348c71784f1d0d091cff3027f99511e47 /src/apple_silicon/Cargo.toml | |
| parent | add a few more useful files to the repo (diff) | |
| parent | Bump thiserror from 1.0.61 to 2.0.9 (diff) | |
| download | x-e1207e2b06aa6f363fc5e1165ab7416de077524c.tar.gz | |
Merge pull request #1 from fcuny/dependabot/cargo/thiserror-2.0.9
Bump thiserror from 1.0.61 to 2.0.9
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 ce33425..ea7f910 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 = "1.0.61" +thiserror = "2.0.9" |
