I created a new tauri project then, followed the instructions on the readme file, but it fails to build due to outdated dependencies
full error:
Updating git repository `https://github.com/tauri-apps/verso`
error: failed to select a version for `tauri-utils`.
... required by package `tauri-runtime-verso v0.1.0 (https://github.com/versotile-org/tauri-runtime-verso.git#ad4815ef)`
... which satisfies git dependency `tauri-runtime-verso` of package `testo v0.1.0 (/src/testo/src-tauri)`
versions that meet the requirements `=2.6.0` are: 2.6.0
all possible versions conflict with previously selected packages.
previously selected package `tauri-utils v2.7.0`
... which satisfies dependency `tauri-utils = "^2.7.0"` (locked to 2.7.0) of package `tauri v2.8.5`
... which satisfies dependency `tauri = "^2"` (locked to 2.8.5) of package `testo v0.1.0 (/src/testo/src-tauri)`
failed to select a version for `tauri-utils` which could resolve this conflict
error: script "tauri" exited with code 101
I created a new tauri project then, followed the instructions on the readme file, but it fails to build due to outdated dependencies
full error: