mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 11:43:06 +03:00
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>
This commit is contained in:
parent
128c580009
commit
380c507d38
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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" }
|
||||
|
||||
|
@ -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" ] }
|
||||
|
||||
|
5
tooling/cli/Cargo.lock
generated
5
tooling/cli/Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user