summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-03-24 19:18:19 +0100
committermo8it <mo8it@proton.me>2024-03-24 19:18:19 +0100
commitc0c112985b531bbcf503a2b1a8c2764030a16c99 (patch)
tree68b8f71144c7ccf813a8c0b7a22e03c9a2dfde18 /Cargo.toml
parentf205ee3d4c6f259c82e4f1226acc6a5ae5e70031 (diff)
Replace regex with winnow
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 218b799..dd4c0c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,10 +15,10 @@ glob = "0.3.0"
home = "0.5.9"
indicatif = "0.17.8"
notify-debouncer-mini = "0.4.1"
-regex = "1.10.3"
serde_json = "1.0.114"
serde = { version = "1.0.197", features = ["derive"] }
toml = "0.8.10"
+winnow = "0.6.5"
[[bin]]
name = "rustlings"