0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 14:08:23 -05:00

Update Cargo.toml

This commit is contained in:
alamin655 2023-09-11 11:43:09 +05:30 committed by GitHub
parent 2790eefba8
commit 0c0442da25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@ once_cell = {version="1.18.0"}
error-stack = {version="0.4.0"} error-stack = {version="0.4.0"}
async-trait = {version="0.1.73"} async-trait = {version="0.1.73"}
regex = {version="1.9.5", features=["perf"]} regex = {version="1.9.5", features=["perf"]}
dhat = {version="0.3.2", optional = true}
[dev-dependencies] [dev-dependencies]
rusty-hook = "^0.11.2" rusty-hook = "^0.11.2"