forked from mirrors/jj
cargo: bump config from 0.13.0 to 0.13.1
Bumps [config](https://github.com/mehcode/config-rs) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/mehcode/config-rs/releases) - [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/mehcode/config-rs/compare/0.13.0...0.13.1) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7e79f25508
commit
0a68670c30
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -267,9 +267,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "config"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a623a46970097d353e2c8154fa527d8ce45cd0e02cc1812969b889c49b3728e8"
|
||||
checksum = "3ea917b74b6edfb5024e3b55d3c8f710b5f4ed92646429601a42e96f0812b31b"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"json5",
|
||||
|
|
|
@ -39,7 +39,7 @@ chrono = "0.4.19"
|
|||
clap = { version = "3.1.8", features = ["derive"] }
|
||||
clap_complete = "3.1.1"
|
||||
clap_mangen = "0.1"
|
||||
config = "0.13.0"
|
||||
config = "0.13.1"
|
||||
criterion = "0.3.5"
|
||||
dirs = "4.0.0"
|
||||
git2 = "0.14.2"
|
||||
|
|
|
@ -23,7 +23,7 @@ blake2 = "0.10.4"
|
|||
bytes = "1.1.0"
|
||||
byteorder = "1.4.3"
|
||||
chrono = "0.4.19"
|
||||
config = "0.13.0"
|
||||
config = "0.13.1"
|
||||
git2 = "0.14.2"
|
||||
hex = "0.4.3"
|
||||
itertools = "0.10.3"
|
||||
|
|
Loading…
Reference in a new issue