Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/tauri-macros/Cargo.toml
Expand Up @@ -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" }

Expand Down
4 changes: 2 additions & 2 deletions core/tauri/Cargo.toml
Expand Up @@ -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"] }
Expand Down Expand Up @@ -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" ] }

Expand Down
5 changes: 1 addition & 4 deletions tooling/cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/cli/Cargo.toml
Expand Up @@ -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"
Expand Down