mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
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:
@@ -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"
|
||||
|
||||
@@ -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};
|
||||
|
||||
12
tooling/cli.rs/Cargo.lock
generated
12
tooling/cli.rs/Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user