Closed John15321 closed 2 years ago
@John15321 thanks for this. actually duckscript doesn't use regex package directly and you are reading the tree wrong (i agree it is confusing). duckscript_cli is using duckscriptsdk which uses ftp which uses regex 0.1.8 I don't even have regex has one of the direct dependencies of duckscript.
Im not sure if that is the right place but when I run
cargo audit
on theduckscript
repo I get this error:https://github.com/sagiegurari/duckscript
So I'm not sure if that's the
rust-ftp
that has an oldregex
version orduckscript
if itsduckscript
I will move my issue there.