diff options
| author | mo8it <mo8it@proton.me> | 2024-03-24 19:18:19 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-03-24 19:18:19 +0100 |
| commit | c0c112985b531bbcf503a2b1a8c2764030a16c99 (patch) | |
| tree | 68b8f71144c7ccf813a8c0b7a22e03c9a2dfde18 /Cargo.toml | |
| parent | f205ee3d4c6f259c82e4f1226acc6a5ae5e70031 (diff) | |
Replace regex with winnow
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
