chore(deps) Update Rust crate heck to 0.4 (#3073)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
renovate[bot]
2021-12-15 16:02:56 -03:00
committed by GitHub
parent 66ca8af977
commit 383cb6d4db
3 changed files with 11 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ chrono = "0.4"
dirs-next = "2.0"
[target."cfg(target_os = \"linux\")".dependencies]
heck = "0.3"
heck = "0.4"
[lib]
name = "tauri_bundler"

View File

@@ -26,7 +26,7 @@ use super::super::common;
use crate::Settings;
use anyhow::Context;
use heck::KebabCase;
use heck::ToKebabCase;
use image::{self, png::PngDecoder, GenericImageView, ImageDecoder};
use libflate::gzip;
use std::process::{Command, Stdio};

View File

@@ -250,7 +250,7 @@ version = "3.0.0-rc.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe8c0f28022faaef0387fa54f8e33fee22b804a88bbd91303197da2ff8ca6a5d"
dependencies = [
"heck",
"heck 0.3.3",
"proc-macro-error",
"proc-macro2",
"quote",
@@ -703,6 +703,12 @@ dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
version = "0.1.19"
@@ -1951,7 +1957,7 @@ dependencies = [
"dirs-next",
"glob",
"handlebars",
"heck",
"heck 0.4.0",
"hex",
"icns",
"image",
@@ -1985,7 +1991,7 @@ dependencies = [
"encode_unicode",
"glob",
"handlebars",
"heck",
"heck 0.3.3",
"include_dir",
"json-patch",
"lazy_static",