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
parent
b3b22cff37
commit
f3c27c5c71
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue