فهرست منبع

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>
renovate[bot] 3 سال پیش
والد
کامیت
383cb6d4db
3فایلهای تغییر یافته به همراه11 افزوده شده و 5 حذف شده
  1. 1 1
      tooling/bundler/Cargo.toml
  2. 1 1
      tooling/bundler/src/bundle/linux/debian.rs
  3. 9 3
      tooling/cli.rs/Cargo.lock

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -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"

+ 1 - 1
tooling/bundler/src/bundle/linux/debian.rs

@@ -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};

+ 9 - 3
tooling/cli.rs/Cargo.lock

@@ -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",