0578e9d2a1
Bump actions/upload-artifact from 2 to 3 ( #2260 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-25 21:00:59 -07:00
b413538e9e
fetch wasm bundle locally ( #2257 )
2024-04-25 23:59:10 +00:00
c4e7754fc5
fix for relative path ( #2252 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-25 22:53:44 +00:00
94515b5490
more speed up wasm build ( #2254 )
...
* more spped up wasm build
* try download again
* clean up
* rando change to rust to check it builds wasm
* make workflow more grokable/commented
* Revert "rando change to rust to check it builds wasm"
This reverts commit d2d9926b4b
.
2024-04-25 22:27:28 +00:00
aa52407fda
Cut release v0.19.3 ( #2251 )
v0.19.3
2024-04-25 13:28:42 -07:00
e45be831d0
Pass the ?pool query param through to the backend. ( #2246 )
...
Pass the ?pool query param through to the backend.
This will slice off the ?pool= param and pass it to the WebSocket
request, which requests that the Zoo API use a particular pool of
engines. This isn't something any users of the zoo api require; but it's
needed for the internal engine Zoo development workflow. This may be
used in the future, but for now this'll be always enabled. Passing any
value in the production servers will result in a "no backend" error for
now.
2024-04-25 19:51:33 +00:00
005944f3a3
fix the updater ( #2250 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-25 12:41:22 -07:00
755ef8ce7f
download-wasm if there's no rust changes ( #2234 )
...
* download-wasm if there's no rust changes
* typo
* typo
* artifact stuff
* add needs
* permissions
* hmm
* more logic
* same for ubuntu
2024-04-26 05:37:32 +10:00
005d1f0ca7
Filter files and folders that start with a .
( #2249 )
2024-04-25 19:01:50 +00:00
e158f6f513
Better rust parsing of route uris for files ( #2248 )
...
* refactors
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fiex;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fiex;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-25 18:55:11 +00:00
879d7ec4f4
Cut release v0.19.2 ( #2247 )
v0.19.2
2024-04-25 14:38:25 -04:00
f6838b9b14
always ensure the dirs exist ( #2245 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-25 17:07:24 +00:00
cb75c47631
fix env vars for lsp server to match other .env vars ( #2243 )
...
fix env vars for lsp
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-25 16:41:39 +00:00
9b95ec1083
fix relevant extensions ( #2241 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-25 08:36:45 -07:00
a3eeff65c8
Cut release v0.19.1 ( #2240 )
v0.19.1
2024-04-25 10:40:31 -04:00
fab3d2b130
Make FileTree a pane (desktop only) ( #2232 )
2024-04-25 09:56:55 -04:00
0a96dc6fd2
Project state improvements ( #2239 )
2024-04-25 12:52:08 +00:00
e123a00d4b
Cut release v0.19.0 ( #2206 )
...
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch >
v0.19.0
2024-04-25 07:30:49 -04:00
b950cc0583
able to go to and from app settings to executor settings for cli ( #2236 )
...
* settings from and into exefcutor settings
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* settings
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* ipdates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* ensure all have extrudes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-25 09:31:18 +00:00
c89780a489
upload artifact to same action ( #2235 )
2024-04-25 17:43:48 +10:00
1afed68dd7
Settings move to rust (for read/write from files) ( #2220 )
...
* start of settings types
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add validator
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* start of settings in rust
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix wasm
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix wasm
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* derive docs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* configuration
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* read and write functions with migration
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* make more dry
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more parsing of app settings
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more things
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* trim end
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* project settings
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup tauri commands
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* refactor
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* refactor
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* change to files
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* better
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup more
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* get rid of dead code
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixed
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup some more shit
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add validation
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* validation
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* validate
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* validate
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* clippuy
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* clippuy
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-25 07:13:09 +00:00
dcbed4f06f
build and store wasm ( #2233 )
2024-04-25 07:01:42 +00:00
379f154a5c
more parallel playw tests ( #2179 )
2024-04-25 07:00:41 +10:00
60c4969322
Adding dark edge lines in light mode + enabling SSAO ( #2219 )
...
* adding dark edge lines in light mode + enabling SSAO
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* Rerun CI
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Frank Noirot <frank@zoo.dev >
Co-authored-by: Frank Noirot <frank@kittycad.io >
2024-04-24 16:59:25 -04:00
cc6dee8ad4
Make it impossible to crash app while extruding ( #2224 )
...
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch >
2024-04-24 16:34:56 -04:00
2fc7c0d5fd
fix gizmo ( #2221 )
2024-04-24 20:09:39 +00:00
bf2dcd808f
Bump tauri-plugin-http from 2.0.0-beta.5 to 2.0.0-beta.6 in /src-tauri ( #2222 )
...
Bumps [tauri-plugin-http](https://github.com/tauri-apps/plugins-workspace ) from 2.0.0-beta.5 to 2.0.0-beta.6.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-beta.5...fs-v2.0.0-beta.6 )
---
updated-dependencies:
- dependency-name: tauri-plugin-http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 05:54:18 -04:00
ee21e486d4
math u32 fix ( #2218 )
...
* math fix
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* empty
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* empty
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-23 22:59:12 +00:00
b5a3eb9e9c
Bump tauri-build from 2.0.0-beta.12 to 2.0.0-beta.13 in /src-tauri ( #2204 )
...
Bumps [tauri-build](https://github.com/tauri-apps/tauri ) from 2.0.0-beta.12 to 2.0.0-beta.13.
- [Release notes](https://github.com/tauri-apps/tauri/releases )
- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v2.0.0-beta.12...tauri-build-v2.0.0-beta.13 )
---
updated-dependencies:
- dependency-name: tauri-build
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 20:57:23 +00:00
c85645c9f2
Bump tauri-plugin-dialog from 2.0.0-beta.5 to 2.0.0-beta.6 in /src-tauri ( #2203 )
...
Bumps [tauri-plugin-dialog](https://github.com/tauri-apps/plugins-workspace ) from 2.0.0-beta.5 to 2.0.0-beta.6.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-beta.5...fs-v2.0.0-beta.6 )
---
updated-dependencies:
- dependency-name: tauri-plugin-dialog
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 18:48:00 +00:00
cfa4dd2e33
Bump kittycad-modeling-cmds from 0.2.20 to 0.2.21 in /src/wasm-lib ( #2199 )
...
Bumps [kittycad-modeling-cmds](https://github.com/KittyCAD/modeling-api ) from 0.2.20 to 0.2.21.
- [Commits](https://github.com/KittyCAD/modeling-api/compare/kittycad-modeling-cmds-0.2.20...kittycad-modeling-cmds-0.2.21 )
---
updated-dependencies:
- dependency-name: kittycad-modeling-cmds
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 17:55:03 +00:00
c620f7269c
Patterns fixes (2d) ( #2197 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* patterns fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix docs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* better autocomplete
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-23 17:31:20 +00:00
2d8d29b345
Bump tauri-plugin-fs from 2.0.0-beta.5 to 2.0.0-beta.6 in /src-tauri ( #2205 )
...
Bumps [tauri-plugin-fs](https://github.com/tauri-apps/plugins-workspace ) from 2.0.0-beta.5 to 2.0.0-beta.6.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-beta.5...fs-v2.0.0-beta.6 )
---
updated-dependencies:
- dependency-name: tauri-plugin-fs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-23 16:56:00 +00:00
00da062586
bump kittycad.rs ( #2196 )
...
* update lib
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-23 03:46:54 +00:00
aafbaf6c50
human speed completions ( #2193 )
...
* human speed completions
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add slowness
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* empty
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-23 00:21:24 +00:00
2894c84a4e
fix recast ( #2194 )
...
* fix recast
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-22 17:14:20 -07:00
c01084feb0
Zoom to fit rust side ( #2195 )
...
* zoom to fit
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* zoom to fit
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* docs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-22 17:14:10 -07:00
c461db5f54
fix const completion ( #2192 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-22 21:53:49 +00:00
03fcb73aca
Bump kittycad-modeling-cmds from 0.2.19 to 0.2.20 in /src/wasm-lib ( #2186 )
...
Bumps [kittycad-modeling-cmds](https://github.com/KittyCAD/modeling-api ) from 0.2.19 to 0.2.20.
- [Commits](https://github.com/KittyCAD/modeling-api/compare/kittycad-modeling-cmds-0.2.19...kittycad-modeling-cmds-0.2.20 )
---
updated-dependencies:
- dependency-name: kittycad-modeling-cmds
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2024-04-22 20:09:53 +00:00
8065e7e51a
Bump thiserror from 1.0.58 to 1.0.59 in /src/wasm-lib ( #2187 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.58 to 1.0.59.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.59 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2024-04-22 18:46:00 +00:00
2d0ac249df
Cut release v0.18.1 ( #2189 )
...
* Cut release v0.18.1
* Fix release script
v0.18.1
2024-04-22 09:47:10 -07:00
3d73b82c23
project global origin for sketches and use engine animations ( #2113 )
...
* use engine animations for sketch on face, but not default planes
* massage things
* fix type issue
* small problem in playwright test<
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* some tests fixes
* more test tweaks
* more test tweaks
* clean up
* more tidy
* tests are a pain
* more test stuff
* test stuff again
* fix micro think axes in sketch mode
* more test shit
* more test shit more
* more test tweaks
* more test tweaks
* more test stuff
* trigger ci
* clean up
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-22 20:14:06 +10:00
0b235dc1cd
Cut release v0.18.0 ( #2177 )
...
* Cut release v0.18.0
* Update src-tauri/tauri.conf.json
* Update src-tauri/tauri.conf.json
* Update src-tauri/tauri.conf.json
* Dumb tauri.conf.json issue
---------
Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com >
v0.18.0
2024-04-22 10:12:06 +02:00
0857415793
turn back on test ( #2178 )
...
* turn back on test
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* format
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-20 01:16:33 +00:00
1da4fd03ef
Bump @headlessui/react from 1.7.18 to 1.7.19 ( #2172 )
...
Bumps [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react ) from 1.7.18 to 1.7.19.
- [Release notes](https://github.com/tailwindlabs/headlessui/releases )
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v1.7.19/packages/@headlessui-react )
---
updated-dependencies:
- dependency-name: "@headlessui/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 14:54:50 -07:00
39d84c12ab
generate new images ( #2176 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-19 21:27:40 +00:00
537d86c8ff
Editor singleton to prevent re-renders ( #2163 )
...
* move editor data into a singleton
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* debounce on update
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* make select on extrude work
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* highlight range
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* highlight range
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix errors
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* almost forgot the error pane
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* loint
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* call out to codemirror
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix tauri;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more efficient
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* create the modals in the hook
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* Revert "create the modals in the hook"
This reverts commit bbeba85030763cf7235a09fa24247dbf120f2a64.
* change todo
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-19 21:24:40 +00:00
f08d955d40
strongly type all websocket requests to the engine so we cant send a … ( #2153 )
...
* strongly type all websocket requests to the engine so we cant send a bad one
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* udpates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* use new lib
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates to lint
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-04-19 20:30:59 +00:00
7ea6722d2d
Bump tauri-plugin-http from 2.0.0-beta.4 to 2.0.0-beta.5 in /src-tauri ( #2169 )
...
Bumps [tauri-plugin-http](https://github.com/tauri-apps/plugins-workspace ) from 2.0.0-beta.4 to 2.0.0-beta.5.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-beta.4...fs-v2.0.0-beta.5 )
---
updated-dependencies:
- dependency-name: tauri-plugin-http
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 13:11:10 -07:00
39bd72fc83
Bump rustls from 0.21.10 to 0.21.11 in /src/wasm-lib ( #2174 )
...
Bumps [rustls](https://github.com/rustls/rustls ) from 0.21.10 to 0.21.11.
- [Release notes](https://github.com/rustls/rustls/releases )
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.10...v/0.21.11 )
---
updated-dependencies:
- dependency-name: rustls
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 13:10:39 -07:00