Merge pull request #494 from vbrandl/dependabot/cargo/dotenvy-0.15.5

chore(deps): Bump dotenvy from 0.15.3 to 0.15.5
This commit is contained in:
Valentin Brandl 2022-09-20 19:20:57 +02:00 committed by GitHub
commit 8fec5b457f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -587,9 +587,9 @@ checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
[[package]]
name = "dotenvy"
version = "0.15.3"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3db6fcad7c1fc4abdd99bf5276a4db30d6a819127903a709ed41e5ff016e84"
checksum = "ed9155c8f4dc55c7470ae9da3f63c6785245093b3f6aeb0f5bf2e968efbba314"
dependencies = [
"dirs",
]

View File

@ -18,7 +18,7 @@ actix-web = "4.2.1"
badge = "0.3.0"
bytes = "1.2.1"
config = { version = "0.13.2", features = ["toml"] }
dotenvy = "0.15.3"
dotenvy = "0.15.5"
futures = "0.3.24"
git2 = "0.15.0"
lazy_static = "1.4.0"