mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-26 12:38:04 +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",
|
"getrandom 0.2.12",
|
||||||
"glob",
|
"glob",
|
||||||
"gtk",
|
"gtk",
|
||||||
"heck 0.4.1",
|
"heck 0.5.0",
|
||||||
"http",
|
"http",
|
||||||
"http-range",
|
"http-range",
|
||||||
"image",
|
"image",
|
||||||
@ -3646,7 +3646,7 @@ dependencies = [
|
|||||||
name = "tauri-macros"
|
name = "tauri-macros"
|
||||||
version = "2.0.0-beta.13"
|
version = "2.0.0-beta.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"heck 0.4.1",
|
"heck 0.5.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.57",
|
"syn 2.0.57",
|
||||||
|
@ -19,7 +19,7 @@ proc-macro = true
|
|||||||
proc-macro2 = { version = "1", features = [ "span-locations" ] }
|
proc-macro2 = { version = "1", features = [ "span-locations" ] }
|
||||||
quote = "1"
|
quote = "1"
|
||||||
syn = { version = "2", features = [ "full" ] }
|
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-codegen = { version = "2.0.0-beta.13", default-features = false, path = "../tauri-codegen" }
|
||||||
tauri-utils = { version = "2.0.0-beta.13", path = "../tauri-utils" }
|
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 }
|
image = { version = "0.24", default-features = false, optional = true }
|
||||||
http-range = { version = "0.1.5", optional = true }
|
http-range = { version = "0.1.5", optional = true }
|
||||||
tracing = { version = "0.1", optional = true }
|
tracing = { version = "0.1", optional = true }
|
||||||
heck = "0.4"
|
heck = "0.5"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
dunce = "1"
|
dunce = "1"
|
||||||
specta = { version = "^2.0.0-rc.9", optional = true, default-features = false, features = ["function"] }
|
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"
|
swift-rs = "1.0.6"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
heck = "0.4"
|
heck = "0.5"
|
||||||
tauri-build = { path = "../tauri-build/", default-features = false, version = "2.0.0-beta.13" }
|
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" ] }
|
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"
|
version = "0.4.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
||||||
dependencies = [
|
|
||||||
"unicode-segmentation",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "heck"
|
name = "heck"
|
||||||
@ -4916,7 +4913,7 @@ dependencies = [
|
|||||||
"env_logger",
|
"env_logger",
|
||||||
"glob",
|
"glob",
|
||||||
"handlebars 5.1.0",
|
"handlebars 5.1.0",
|
||||||
"heck 0.4.1",
|
"heck 0.5.0",
|
||||||
"html5ever",
|
"html5ever",
|
||||||
"ignore",
|
"ignore",
|
||||||
"image",
|
"image",
|
||||||
|
@ -73,7 +73,7 @@ semver = "1.0"
|
|||||||
regex = "1.10.3"
|
regex = "1.10.3"
|
||||||
unicode-width = "0.1"
|
unicode-width = "0.1"
|
||||||
zeroize = "1.7"
|
zeroize = "1.7"
|
||||||
heck = { version = "0.4", features = [ "unicode" ] }
|
heck = "0.5"
|
||||||
dialoguer = "0.11"
|
dialoguer = "0.11"
|
||||||
url = { version = "2.5", features = [ "serde" ] }
|
url = { version = "2.5", features = [ "serde" ] }
|
||||||
os_pipe = "1"
|
os_pipe = "1"
|
||||||
|
Loading…
Reference in New Issue
Block a user