bump whoami

This commit is contained in:
mpostma 2020-12-09 13:44:35 +01:00
parent ed11dd62da
commit a6e08a83a7
2 changed files with 7 additions and 3 deletions

8
Cargo.lock generated
View File

@ -3407,9 +3407,13 @@ dependencies = [
[[package]]
name = "whoami"
version = "0.9.0"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7884773ab69074615cb8f8425d0e53f11710786158704fca70f53e71b0e05504"
checksum = "e0b81b8c1996f45197d8aad89b388f0a419afb4c5c876a23006d2d1435cb82d8"
dependencies = [
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "widestring"

View File

@ -53,7 +53,7 @@ tempfile = "3.1.0"
tokio = { version = "0.2.18", features = ["macros"] }
ureq = { version = "1.5.1", features = ["tls"], default-features = false }
walkdir = "2.3.1"
whoami = "0.9.0"
whoami = "1.0.0"
[dependencies.sentry]
version = "0.18.1"