fix(deps): update rust crate config to 0.15.19
This commit is contained in:
committed by
Jeremiah Russell
parent
c5d64b8ae5
commit
ebca739baa
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -358,9 +358,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "config"
|
||||
version = "0.15.18"
|
||||
version = "0.15.19"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "180e549344080374f9b32ed41bf3b6b57885ff6a289367b3dbc10eea8acc1918"
|
||||
checksum = "b30fa8254caad766fc03cb0ccae691e14bf3bd72bfff27f72802ce729551b3d6"
|
||||
dependencies = [
|
||||
"pathdiff",
|
||||
"serde_core",
|
||||
|
||||
@@ -24,7 +24,7 @@ include = [
|
||||
chrono = "0.4.42"
|
||||
clap = { version = "4.5.53", features = ["derive"] }
|
||||
clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] }
|
||||
config = { version = "0.15.18", default-features = false, features = [
|
||||
config = { version = "0.15.19", default-features = false, features = [
|
||||
"json",
|
||||
"toml",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user