update dependencies remove smolstr

This commit is contained in:
Robin Appelman 2021-03-25 21:54:56 +01:00
commit 4bb4e38432
3 changed files with 173 additions and 127 deletions

View file

@ -5,11 +5,10 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
ureq = { version = "1.3", features = ["json"] }
thiserror = "1.0"
serde = { version = "1", features = ["derive"] }
ureq = { version = "1", features = ["json"] }
thiserror = "1"
chrono = { version = "0.4", features = ["serde"] }
smol_str = { version = "0.1", features = ["serde"] }
md5 = "0.7"
hex = "0.4"
dotenv = "0.15"