diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9dd31ea..94bf88c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -impl_trait = "0.1.3" +impl_trait = "0.1.6" +url = "2.2.2" +arcstr = "1.1.1" [dev-dependencies] assert_fs = "1.0.1" |