mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Bump log from 0.4.17 to 0.4.18 (#1103)
Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f3c665a313
commit
02ca4b6e12
2 changed files with 3 additions and 6 deletions
|
@ -30,7 +30,7 @@ dirs = "5.0.1"
|
|||
file-format = { version = "0.16.0", default-features = false }
|
||||
fs-lock = { version = "0.1.0", path = "../fs-lock" }
|
||||
gh-token = "0.1.2"
|
||||
log = { version = "0.4.17", features = ["std"] }
|
||||
log = { version = "0.4.18", features = ["std"] }
|
||||
miette = "5.9.0"
|
||||
mimalloc = { version = "0.1.37", default-features = false, optional = true }
|
||||
once_cell = "1.17.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue