mirror of
https://github.com/danbulant/lucide
synced 2026-07-08 20:51:09 +00:00
Update Rust crate convert_case to 0.8.0 (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
00d779f5a3
commit
abcfe58b52
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -416,9 +416,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "convert_case"
|
name = "convert_case"
|
||||||
version = "0.7.1"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
|
checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"unicode-segmentation",
|
"unicode-segmentation",
|
||||||
]
|
]
|
||||||
|
|
@ -2888,7 +2888,7 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||||||
name = "scripts"
|
name = "scripts"
|
||||||
version = "1.1.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"convert_case 0.7.1",
|
"convert_case 0.8.0",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"git2",
|
"git2",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ repository.workspace = true
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
convert_case = "0.7.0"
|
convert_case = "0.8.0"
|
||||||
env_logger = "0.11.5"
|
env_logger = "0.11.5"
|
||||||
git2 = "0.20.0"
|
git2 = "0.20.0"
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue