forked from mirrors/jj
cargo: bump the cargo-dependencies group with 1 update
Bumps the cargo-dependencies group with 1 update: [config](https://github.com/mehcode/config-rs). - [Changelog](https://github.com/mehcode/config-rs/blob/v0.13.4/CHANGELOG.md) - [Commits](https://github.com/mehcode/config-rs/compare/0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: config dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8fac33afdb
commit
49170b7c75
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -431,9 +431,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|||
|
||||
[[package]]
|
||||
name = "config"
|
||||
version = "0.13.3"
|
||||
version = "0.13.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
|
||||
checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"lazy_static",
|
||||
|
|
|
@ -33,7 +33,7 @@ chrono = { version = "0.4.31", default-features = false, features = [
|
|||
"std",
|
||||
"clock",
|
||||
] }
|
||||
config = { version = "0.13.2", default-features = false, features = ["toml"] }
|
||||
config = { version = "0.13.4", default-features = false, features = ["toml"] }
|
||||
criterion = "0.5.1"
|
||||
crossterm = { version = "0.26", default-features = false }
|
||||
digest = "0.10.7"
|
||||
|
|
Loading…
Reference in a new issue