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

cargo: bump config from 0.13.2 to 0.13.3

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

---
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-12-05 15:15:29 +00:00 committed by Martin von Zweigbergk
parent 726c042b12
commit 2deb2f5e71
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -295,9 +295,9 @@ dependencies = [
[[package]]
name = "config"
version = "0.13.2"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d"
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
dependencies = [
"async-trait",
"lazy_static",

View file

@ -38,7 +38,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["std", "clo
clap = { version = "4.0.29", features = ["derive", "deprecated"] }
clap_complete = "4.0.6"
clap_mangen = "0.2.5"
config = { version = "0.13.2", default-features = false, features = ["toml"] }
config = { version = "0.13.3", default-features = false, features = ["toml"] }
crossterm = { version = "0.25", default-features = false }
dirs = "4.0.0"
git2 = "0.15.0"

View file

@ -23,7 +23,7 @@ blake2 = "0.10.5"
bytes = "1.3.0"
byteorder = "1.4.3"
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
config = { version = "0.13.2", default-features = false, features = ["toml"] }
config = { version = "0.13.3", default-features = false, features = ["toml"] }
digest = "0.10.6"
git2 = "0.15.0"
hex = "0.4.3"