mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
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:
parent
726c042b12
commit
2deb2f5e71
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -295,9 +295,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "config"
|
name = "config"
|
||||||
version = "0.13.2"
|
version = "0.13.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d"
|
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|
|
@ -38,7 +38,7 @@ chrono = { version = "0.4.23", default-features = false, features = ["std", "clo
|
||||||
clap = { version = "4.0.29", features = ["derive", "deprecated"] }
|
clap = { version = "4.0.29", features = ["derive", "deprecated"] }
|
||||||
clap_complete = "4.0.6"
|
clap_complete = "4.0.6"
|
||||||
clap_mangen = "0.2.5"
|
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 }
|
crossterm = { version = "0.25", default-features = false }
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
git2 = "0.15.0"
|
git2 = "0.15.0"
|
||||||
|
|
|
@ -23,7 +23,7 @@ blake2 = "0.10.5"
|
||||||
bytes = "1.3.0"
|
bytes = "1.3.0"
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
chrono = { version = "0.4.23", default-features = false, features = ["std", "clock"] }
|
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"
|
digest = "0.10.6"
|
||||||
git2 = "0.15.0"
|
git2 = "0.15.0"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
|
Loading…
Reference in a new issue