chore: commit Cargo.lock with fix-path-env dependency

This commit is contained in:
Danila Poyarkov 2026-04-23 20:07:12 +03:00
parent 44f24fa72e
commit d5b63682c4

38
desktop/Cargo.lock generated
View file

@ -1006,6 +1006,16 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
[[package]]
name = "fix-path-env"
version = "0.0.0"
source = "git+https://github.com/tauri-apps/fix-path-env-rs?branch=dev#c4c45d503ea115a839aae718d02f79e7c7f0f673"
dependencies = [
"home",
"strip-ansi-escapes",
"thiserror 1.0.69",
]
[[package]]
name = "flate2"
version = "1.1.9"
@ -1567,6 +1577,15 @@ version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "home"
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "html5ever"
version = "0.29.1"
@ -2577,6 +2596,7 @@ dependencies = [
name = "open_pencil"
version = "0.2.2"
dependencies = [
"fix-path-env",
"font-kit",
"serde",
"serde_json",
@ -3708,6 +3728,15 @@ dependencies = [
"quote",
]
[[package]]
name = "strip-ansi-escapes"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025"
dependencies = [
"vte",
]
[[package]]
name = "strsim"
version = "0.11.1"
@ -4649,6 +4678,15 @@ dependencies = [
"libc",
]
[[package]]
name = "vte"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
dependencies = [
"memchr",
]
[[package]]
name = "walkdir"
version = "2.5.0"