Compare commits

..

9 commits

Author SHA1 Message Date
86b8f9e40f
chore(deps): update rust crate glob to v0.3.2
All checks were successful
build/linux Build for the target platform: linux
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
2025-04-21 15:16:06 +00:00
435fc5fadb
Merge pull request 'chore(deps): update rust crate strip-ansi-escapes to v0.2.1' (#218) from renovate/strip-ansi-escapes-0.x-lockfile into master
Some checks are pending
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #218
2025-04-21 17:15:22 +02:00
9b21fbf493
Merge pull request 'chore(deps): update rust crate open to v5.3.2' (#215) from renovate/open-5.x-lockfile into master
Some checks failed
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #215
2025-04-21 17:03:12 +02:00
ab597505ae
Merge pull request 'chore(deps): update rust crate pin-project-lite to v0.2.16' (#216) from renovate/pin-project-lite-0.x-lockfile into master
Reviewed-on: #216
2025-04-21 17:02:52 +02:00
1e1fa54a57
Merge pull request 'chore(deps): update rust crate interprocess to v2.2.3' (#214) from renovate/interprocess-2.x-lockfile into master
Some checks are pending
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
Reviewed-on: #214
2025-04-21 17:00:39 +02:00
b19225c75a
chore(deps): update rust crate strip-ansi-escapes to v0.2.1
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 13:42:48 +00:00
f1291bdf33
chore(deps): update rust crate pin-project-lite to v0.2.16
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
2025-04-21 13:42:40 +00:00
9e209add0c
chore(deps): update rust crate open to v5.3.2
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
2025-04-21 13:42:36 +00:00
5fa6ecfd0d
chore(deps): update rust crate interprocess to v2.2.3
All checks were successful
lint/clippy Checking for common mistakes and opportunities for code improvement
build/msvc Build for the target platform: msvc
build/linux Build for the target platform: linux
2025-04-21 13:42:33 +00:00

33
Cargo.lock generated
View file

@ -1833,9 +1833,9 @@ dependencies = [
[[package]]
name = "interprocess"
version = "2.2.1"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2f4e4a06d42fab3e85ab1b419ad32b09eab58b901d40c57935ff92db3287a13"
checksum = "d941b405bd2322993887859a8ee6ac9134945a24ec5ec763a8a962fc64dfec2d"
dependencies = [
"doctest-file",
"libc",
@ -2361,9 +2361,9 @@ dependencies = [
[[package]]
name = "open"
version = "5.3.0"
version = "5.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
dependencies = [
"is-wsl",
"libc",
@ -2669,9 +2669,9 @@ dependencies = [
[[package]]
name = "pin-project-lite"
version = "0.2.14"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "pin-utils"
@ -3408,9 +3408,9 @@ dependencies = [
[[package]]
name = "strip-ansi-escapes"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa"
checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025"
dependencies = [
"vte",
]
@ -4170,22 +4170,11 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "vte"
version = "0.11.1"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077"
dependencies = [
"utf8parse",
"vte_generate_state_changes",
]
[[package]]
name = "vte_generate_state_changes"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e"
dependencies = [
"proc-macro2",
"quote",
"memchr",
]
[[package]]