Skip to content

Commit

Permalink
chore(deps): update rust crate serde-wasm-bindgen to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 16e49f5 commit f251949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/greet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde-wasm-bindgen = "0.4.3"
serde-wasm-bindgen = "0.6.4"
js-sys = "0.3.59"
serde = { version = "1.0.140", features = ["derive"] }
wasm-bindgen = { version = "0.2.82", features = ["serde-serialize"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tauri-bindgen-guest-rust = { path = "../../crates/guest-rust" }
wasm-logger = "0.2.0"
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys", features = ["tauri", "process"]}
wasm-bindgen = "0.2.86"
serde-wasm-bindgen = "0.5.0"
serde-wasm-bindgen = "0.6.4"
js-sys = "0.3.63"

[features]
Expand Down

0 comments on commit f251949

Please sign in to comment.