ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump config from 0.13.1 to 0.13.2

Bumps [config](https://github.com/mehcode/config-rs) from 0.13.1 to 0.13.2.
- [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.1...0.13.2)

---
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:
dependabot[bot] 2022-08-02 15:35:49 +00:00 committed by Martin von Zweigbergk
parent db4c1ba45e
commit e19f2e74c9
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -288,9 +288,9 @@ dependencies = [
[[package]]
name = "config"
version = "0.13.1"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea917b74b6edfb5024e3b55d3c8f710b5f4ed92646429601a42e96f0812b31b"
checksum = "11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d"
dependencies = [
"async-trait",
"json5",

View file

@ -39,7 +39,7 @@ chrono = "0.4.19"
clap = { version = "3.2.16", features = ["derive"] }
clap_complete = "3.2.3"
clap_mangen = "0.1"
config = { version = "0.13.1", features = ["toml"] }
config = { version = "0.13.2", features = ["toml"] }
criterion = "0.3.6"
dirs = "4.0.0"
git2 = "0.15.0"

View file

@ -23,7 +23,7 @@ blake2 = "0.10.4"
bytes = "1.2.1"
byteorder = "1.4.3"
chrono = "0.4.19"
config = { version = "0.13.1", features = ["toml"] }
config = { version = "0.13.2", features = ["toml"] }
git2 = "0.15.0"
hex = "0.4.3"
itertools = "0.10.3"