chore(deps) Update Rust crate heck to 0.4 (#3366)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
renovate[bot]
2022-02-09 13:44:28 -03:00
committed by GitHub
parent 391454d88a
commit d694027447
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = [ "full" ] }
heck = "0.3"
heck = "0.4"
tauri-codegen = { version = "1.0.0-beta.4", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "1.0.0-beta.3", path = "../tauri-utils" }

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
use heck::SnakeCase;
use heck::ToSnakeCase;
use proc_macro::TokenStream;
use proc_macro2::{Span, TokenStream as TokenStream2, TokenTree};