1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-12-16 00:53:13 +03:00

chore(pull): merge #181

181: chore(deps): bump log from 0.4.17 to 0.4.18 r=orhun a=dependabot[bot]

Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18.


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
bors[bot] 2023-05-30 17:45:23 +00:00 committed by GitHub
commit 344c26735a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

7
Cargo.lock generated
View File

@ -842,12 +842,9 @@ checksum = "2e8776872cdc2f073ccaab02e336fa321328c1e02646ebcb9d2108d0baab480d"
[[package]]
name = "log"
version = "0.4.17"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
[[package]]
name = "memchr"

View File

@ -4,7 +4,7 @@ members = ["git-cliff-core", "git-cliff"]
[workspace.dependencies]
regex = "1.8.3"
glob = "0.3.1"
log = "0.4.17"
log = "0.4.18"
[profile.dev]
opt-level = 0