diff Cargo.toml @ 93:efc2b56c8928

Remove undefined behavior per MIRI. This replaces a bunch of raw pointers with NonNull and removes all the undefined behavior that we can find with MIRI. We also remove the `SecureString` dependency (since it doesn't work with MIRI, and because it's not really necessary).
author Paul Fisher <paul@pfish.zone>
date Mon, 23 Jun 2025 13:02:58 -0400
parents 5ddbcada30f2
children 8840fa6534f6
line wrap: on
line diff
--- a/Cargo.toml	Sun Jun 22 19:29:32 2025 -0400
+++ b/Cargo.toml	Mon Jun 23 13:02:58 2025 -0400
@@ -23,7 +23,6 @@
 libc = "0.2.97"
 num_enum = "0.7.3"
 regex = "1.11.1"
-secure-string = "0.3.0"
 
 [build-dependencies]
 bindgen = "0.72.0"