Skip to content

Commit

Permalink
chore(deps): update rust crate infer to 0.19 (dev) (#12599)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <[email protected]>
  • Loading branch information
renovate[bot] and FabianLars authored Feb 20, 2025
1 parent 70d8557 commit 0adeb4e
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 888 deletions.
11 changes: 10 additions & 1 deletion 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 crates/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ regex = "1"
walkdir = { version = "2", optional = true }
memchr = "2"
semver = "1"
infer = "0.16"
infer = "0.19"
dunce = "1"
log = "0.4.21"
cargo_metadata = { version = "0.19", optional = true }
Expand Down
10 changes: 5 additions & 5 deletions examples/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@tauri-apps/api": "../../packages/api/dist"
},
"devDependencies": {
"@iconify-json/codicon": "^1.2.8",
"@iconify-json/codicon": "^1.2.11",
"@iconify-json/ph": "^1.2.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@unocss/extractor-svelte": "^0.65.3",
"svelte": "^5.16.1",
"unocss": "^0.65.3",
"vite": "^6.0.9"
"@unocss/extractor-svelte": "^66.0.0",
"svelte": "^5.20.2",
"unocss": "^66.0.0",
"vite": "^6.1.1"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"pnpm": {
"overrides": {
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"cookie@<0.7.0": ">=0.7.0"
"cookie@<0.7.0": ">=0.7.0",
"esbuild@<0.25.0": ">=0.25.0"
}
}
}
Loading

0 comments on commit 0adeb4e

Please sign in to comment.