Skip to content

Commit

Permalink
chore(deps): bump patch version of dependencies (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm authored Aug 18, 2024
1 parent 45f7bb0 commit 9b75e55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ console_error_panic_hook = "0.1.7"
console_log = "1.0.0"
futures = "0.3.30"
icondata = "0.4.0"
js-sys = "0.3.69"
leptos = { version = "0.6.13", features = ["csr"] }
leptos_meta = { version = "0.6.13", features = ["csr"] }
js-sys = "0.3.70"
leptos = { version = "0.6.14", features = ["csr"] }
leptos_meta = { version = "0.6.14", features = ["csr"] }
log = "0.4.22"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
strsim = "0.11.1"
tauri-sys = { git = "https://github.com/JonasKruckenberg/tauri-sys", rev = "3e93a42", features = [
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tauri = { version = "1.7.1", features = [
"http-api",
"http-request",
] }
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.122"
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
log = "0.4.22"

Expand Down

0 comments on commit 9b75e55

Please sign in to comment.