chore(deps): Bump dotenvy from 0.15.5 to 0.15.6 (#5881)

Bumps [dotenvy](https://github.com/allan2/dotenvy) from 0.15.5 to 0.15.6.
- [Release notes](https://github.com/allan2/dotenvy/releases)
- [Changelog](https://github.com/allan2/dotenvy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/allan2/dotenvy/compare/v0.15.5...v0.15.6)

---
updated-dependencies:
- dependency-name: dotenvy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-10-18 07:06:40 +00:00 committed by GitHub
parent b3b22cff37
commit f3c27c5c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 11 deletions

7
Cargo.lock generated
View File

@ -1422,12 +1422,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dotenvy"
version = "0.15.5"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9155c8f4dc55c7470ae9da3f63c6785245093b3f6aeb0f5bf2e968efbba314"
dependencies = [
"dirs",
]
checksum = "03d8c417d7a8cb362e0c37e5d815f5eb7c37f79ff93707329d5a194e42e54ca0"
[[package]]
name = "either"

View File

@ -45,7 +45,7 @@ backtrace = "0.3"
bytes = "1.2"
clap = { version = "4", features = ["derive", "env"] }
console-subscriber = { version = "0.1.8", optional = true, features = ["parking_lot"] }
dotenvy = "0.15.5"
dotenvy = "0.15.6"
futures = "0.3"
futures-util = { version = "0.3" }
flate2 = "1.0"

View File

@ -23,7 +23,7 @@ workspace-hack = { path = "../workspace-hack"}
[dev-dependencies] # In alphabetical order
assert_matches = "1.5.0"
dotenvy = "0.15.5"
dotenvy = "0.15.6"
mutable_batch_lp = { path = "../mutable_batch_lp" }
paste = "1.0.9"
pretty_assertions = "1.3.0"

View File

@ -16,6 +16,6 @@ tokio = { version = "1.21", features = ["io-util"] }
workspace-hack = { path = "../workspace-hack" }
[dev-dependencies] # In alphabetical order
dotenvy = "0.15.5"
dotenvy = "0.15.6"
snafu = "0.7"
tokio = { version = "1.21", features = ["macros", "io-util"] }

View File

@ -16,5 +16,5 @@ futures = "0.3"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
dotenvy = "0.15.5"
dotenvy = "0.15.6"
rand = { version = "0.8", features = ["small_rng"] }

View File

@ -5,7 +5,7 @@ authors = ["Paul Dix <paul@pauldix.net>"]
edition = "2021"
[dependencies] # In alphabetical order
dotenvy = "0.15.5"
dotenvy = "0.15.6"
parking_lot = "0.12"
tempfile = "3.1.0"
tracing-log = "0.1"

View File

@ -7,7 +7,7 @@ edition = "2021"
async-trait = "0.1"
data_types = { path = "../data_types" }
dml = { path = "../dml" }
dotenvy = "0.15.5"
dotenvy = "0.15.6"
futures = "0.3"
generated_types = { path = "../generated_types" }
hashbrown = "0.12"