aboutsummaryrefslogtreecommitdiff
path: root/src/apple_silicon/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-29 14:22:41 -0800
committerGitHub <noreply@github.com>2024-12-29 14:22:41 -0800
commite1207e2b06aa6f363fc5e1165ab7416de077524c (patch)
tree16cb407348c71784f1d0d091cff3027f99511e47 /src/apple_silicon/Cargo.toml
parentadd a few more useful files to the repo (diff)
parentBump thiserror from 1.0.61 to 2.0.9 (diff)
downloadx-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.toml2
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"