aboutsummaryrefslogtreecommitdiff
path: root/src/apple_silicon/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-01-15 11:24:56 -0800
committerGitHub <noreply@github.com>2025-01-15 11:24:56 -0800
commit4bb1312e02b6a1e610d64a2665dac7a6fdaea34b (patch)
treea2127b0140f9a02fb5f03ff167a9a6a1652af00d /src/apple_silicon/Cargo.toml
parentMerge pull request #2 from fcuny/fcuny/e_and_p_cores (diff)
parentBump thiserror from 2.0.9 to 2.0.11 (diff)
downloadx-4bb1312e02b6a1e610d64a2665dac7a6fdaea34b.tar.gz
Merge pull request #3 from fcuny/dependabot/cargo/thiserror-2.0.11
Bump thiserror from 2.0.9 to 2.0.11
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 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"