Merge pull request #170 from djmitche/dependabot/cargo/ureq-2.1.0

Bump ureq from 1.5.2 to 2.1.0
This commit is contained in:
Dustin J. Mitchell 2021-03-29 19:51:16 -04:00 committed by GitHub
commit 3fc07c9e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 49 additions and 112 deletions

View file

@ -19,7 +19,7 @@ anyhow = "1.0"
thiserror = "1.0"
kv = {version = "^0.10.0", features = ["msgpack-value"]}
lmdb-rkv = {version = "^0.12.3"}
ureq = "^1.5.2"
ureq = "^2.1.0"
log = "^0.4.14"
tindercrypt = { version = "^0.2.2", default-features = false }