Browse Source

chore(deps) Update Rust crate heck to 0.5 (dev) (#9555)

* chore(deps) Update Rust crate heck to 0.5

* let's help renovate out :)

* remove unicode feature

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de>
renovate[bot] 1 năm trước cách đây
mục cha
commit
380c507d38
5 tập tin đã thay đổi với 7 bổ sung10 xóa
  1. 2 2
      Cargo.lock
  2. 1 1
      core/tauri-macros/Cargo.toml
  3. 2 2
      core/tauri/Cargo.toml
  4. 1 4
      tooling/cli/Cargo.lock
  5. 1 1
      tooling/cli/Cargo.toml

+ 2 - 2
Cargo.lock

@@ -3541,7 +3541,7 @@ dependencies = [
  "getrandom 0.2.12",
  "glob",
  "gtk",
- "heck 0.4.1",
+ "heck 0.5.0",
  "http",
  "http-range",
  "image",
@@ -3646,7 +3646,7 @@ dependencies = [
 name = "tauri-macros"
 version = "2.0.0-beta.13"
 dependencies = [
- "heck 0.4.1",
+ "heck 0.5.0",
  "proc-macro2",
  "quote",
  "syn 2.0.57",

+ 1 - 1
core/tauri-macros/Cargo.toml

@@ -19,7 +19,7 @@ proc-macro = true
 proc-macro2 = { version = "1", features = [ "span-locations" ] }
 quote = "1"
 syn = { version = "2", features = [ "full" ] }
-heck = "0.4"
+heck = "0.5"
 tauri-codegen = { version = "2.0.0-beta.13", default-features = false, path = "../tauri-codegen" }
 tauri-utils = { version = "2.0.0-beta.13", path = "../tauri-utils" }
 

+ 2 - 2
core/tauri/Cargo.toml

@@ -72,7 +72,7 @@ serialize-to-javascript = "=0.1.1"
 image = { version = "0.24", default-features = false, optional = true }
 http-range = { version = "0.1.5", optional = true }
 tracing = { version = "0.1", optional = true }
-heck = "0.4"
+heck = "0.5"
 log = "0.4"
 dunce = "1"
 specta = { version = "^2.0.0-rc.9", optional = true,  default-features = false, features = ["function"] }
@@ -109,7 +109,7 @@ cocoa = "0.25"
 swift-rs = "1.0.6"
 
 [build-dependencies]
-heck = "0.4"
+heck = "0.5"
 tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-beta.13" }
 tauri-utils = { path = "../tauri-utils/", version = "2.0.0-beta.13", features = [ "build" ] }
 

+ 1 - 4
tooling/cli/Cargo.lock

@@ -1840,9 +1840,6 @@ name = "heck"
 version = "0.4.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
-dependencies = [
- "unicode-segmentation",
-]
 
 [[package]]
 name = "heck"
@@ -4916,7 +4913,7 @@ dependencies = [
  "env_logger",
  "glob",
  "handlebars 5.1.0",
- "heck 0.4.1",
+ "heck 0.5.0",
  "html5ever",
  "ignore",
  "image",

+ 1 - 1
tooling/cli/Cargo.toml

@@ -73,7 +73,7 @@ semver = "1.0"
 regex = "1.10.3"
 unicode-width = "0.1"
 zeroize = "1.7"
-heck = { version = "0.4", features = [ "unicode" ] }
+heck = "0.5"
 dialoguer = "0.11"
 url = { version = "2.5", features = [ "serde" ] }
 os_pipe = "1"