mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
chore(deps): bump the cargo-prod group with 2 updates (#1070)
Bumps the cargo-prod group with 2 updates: [gungraun](https://github.com/gungraun/gungraun) and [shlex](https://github.com/comex/rust-shlex). Updates `gungraun` from 0.18.2 to 0.19.0 - [Release notes](https://github.com/gungraun/gungraun/releases) - [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md) - [Commits](https://github.com/gungraun/gungraun/compare/v0.18.2...v0.19.0) Updates `shlex` from 1.3.0 to 2.0.1 - [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md) - [Commits](https://github.com/comex/rust-shlex/commits) --- updated-dependencies: - dependency-name: gungraun dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-prod - dependency-name: shlex dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-prod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
32c1d105c9
commit
fd7e8ac101
37
Cargo.lock
generated
37
Cargo.lock
generated
|
|
@ -165,12 +165,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
||||
|
||||
[[package]]
|
||||
name = "bincode"
|
||||
version = "1.3.3"
|
||||
name = "bincode-next"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
||||
checksum = "dbe9e7e6d14aeb39557f226bff158a30e367fac279d0e69b8b42fb41999f9a86"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"unty-next",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -269,7 +270,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d"
|
||||
dependencies = [
|
||||
"find-msvc-tools",
|
||||
"shlex",
|
||||
"shlex 1.3.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -1055,11 +1056,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gungraun"
|
||||
version = "0.18.2"
|
||||
version = "0.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3bfa183cef2c88324b20de9727befd262c35592d9885ffd93b8b102536a81cf2"
|
||||
checksum = "a710656785d3ed71a73a1007956874d6ebfdbc2f8660c492bb8d838c91e3f085"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"bincode-next",
|
||||
"derive_more",
|
||||
"gungraun-macros",
|
||||
"gungraun-runner",
|
||||
|
|
@ -1067,9 +1068,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gungraun-macros"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e35c7fb6133421db1cf752b7a2838d9277a26810ccaeeca7aa449f96ad7c2b01"
|
||||
checksum = "4cc6269e89921872ec32af29af3a992618b9bd2ef47cbf3704af476066cb7182"
|
||||
dependencies = [
|
||||
"derive_more",
|
||||
"proc-macro-error2",
|
||||
|
|
@ -1083,9 +1084,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gungraun-runner"
|
||||
version = "0.18.2"
|
||||
version = "0.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2ebdac6d5fe0aa9d9623d690fbfdb759e0ed44115e0685b9abc4568fe47db364"
|
||||
checksum = "12016920cc6ba0a8aefe276c8f19421a3bf7a125385e25697658b9dd66bde024"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
@ -2278,6 +2279,12 @@ version = "1.3.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||||
|
||||
[[package]]
|
||||
name = "shlex"
|
||||
version = "2.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
|
||||
|
||||
[[package]]
|
||||
name = "signal-hook"
|
||||
version = "0.3.18"
|
||||
|
|
@ -2366,7 +2373,7 @@ dependencies = [
|
|||
"serde_json",
|
||||
"serial_test",
|
||||
"shell-quote",
|
||||
"shlex",
|
||||
"shlex 2.0.1",
|
||||
"tempfile",
|
||||
"thiserror 2.0.18",
|
||||
"thread_local",
|
||||
|
|
@ -2794,6 +2801,12 @@ version = "0.2.6"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
||||
|
||||
[[package]]
|
||||
name = "unty-next"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9fa66022bbd1ab992fad72bdedcfd07a0023b6f5ecc83d50121e39e3a3caed41"
|
||||
|
||||
[[package]]
|
||||
name = "utf8parse"
|
||||
version = "0.2.2"
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ derive_builder = "0.20.2"
|
|||
derive_more = { version = "2.1.1", features = ["debug", "eq"] }
|
||||
env_logger = { version = "0.11.10", optional = true, features = ["humantime"] }
|
||||
futures = "0.3.32"
|
||||
gungraun = { version = "0.18.1", optional = true }
|
||||
gungraun = { version = "0.19.0", optional = true }
|
||||
indexmap = "2.13.1"
|
||||
interprocess = { version = "2.4.2", features = ["tokio"] }
|
||||
kanal = "0.1.1"
|
||||
|
|
@ -76,7 +76,7 @@ roff = "1.1.1"
|
|||
ron = "0.12.1"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
shell-quote = "0.7.2"
|
||||
shlex = { version = "1.3.0", optional = true }
|
||||
shlex = { version = "2.0.1", optional = true }
|
||||
tempfile = "3.27.0"
|
||||
thiserror = "2.0.18"
|
||||
thread_local = "1.1.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue