Bump xshell
This commit is contained in:
parent
83e6d7938c
commit
b18ce4f8ea
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -2368,18 +2368,18 @@ checksum = "f58e7b3ca8977093aae6b87b6a7730216fc4c53a6530bab5c43a783cd810c1a8"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xshell"
|
name = "xshell"
|
||||||
version = "0.2.3"
|
version = "0.2.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "962c039b3a7b16cf4e9a4248397c6585c07547412e7d6a6e035389a802dcfe90"
|
checksum = "ce2107fe03e558353b4c71ad7626d58ed82efaf56c54134228608893c77023ad"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"xshell-macros",
|
"xshell-macros",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xshell-macros"
|
name = "xshell-macros"
|
||||||
version = "0.2.3"
|
version = "0.2.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c"
|
checksum = "7e2c411759b501fb9501aac2b1b2d287a6e93e5bdcf13c25306b23e1b716dd0e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xtask"
|
name = "xtask"
|
||||||
|
@ -117,3 +117,4 @@ triomphe = { version = "0.1.8", default-features = false, features = ["std"] }
|
|||||||
hashbrown = { version = "0.12.3", features = [
|
hashbrown = { version = "0.12.3", features = [
|
||||||
"inline-more",
|
"inline-more",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
|
xshell = "0.2.5"
|
||||||
|
@ -43,7 +43,7 @@ line-index.workspace = true
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
expect-test = "1.4.0"
|
expect-test = "1.4.0"
|
||||||
oorandom = "11.1.3"
|
oorandom = "11.1.3"
|
||||||
xshell = "0.2.2"
|
xshell.workspace = true
|
||||||
|
|
||||||
# local deps
|
# local deps
|
||||||
test-utils.workspace = true
|
test-utils.workspace = true
|
||||||
|
@ -77,7 +77,7 @@ jemallocator = { version = "0.5.0", package = "tikv-jemallocator", optional = tr
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
expect-test = "1.4.0"
|
expect-test = "1.4.0"
|
||||||
xshell = "0.2.2"
|
xshell.workspace = true
|
||||||
|
|
||||||
test-utils.workspace = true
|
test-utils.workspace = true
|
||||||
sourcegen.workspace = true
|
sourcegen.workspace = true
|
||||||
|
@ -12,4 +12,4 @@ rust-version.workspace = true
|
|||||||
doctest = false
|
doctest = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
xshell = "0.2.2"
|
xshell.workspace = true
|
||||||
|
@ -10,7 +10,7 @@ rust-version.workspace = true
|
|||||||
anyhow.workspace = true
|
anyhow.workspace = true
|
||||||
flate2 = "1.0.24"
|
flate2 = "1.0.24"
|
||||||
write-json = "0.1.2"
|
write-json = "0.1.2"
|
||||||
xshell = "0.2.2"
|
xshell.workspace = true
|
||||||
xflags = "0.3.0"
|
xflags = "0.3.0"
|
||||||
time = { version = "0.3", default-features = false }
|
time = { version = "0.3", default-features = false }
|
||||||
zip = { version = "0.6", default-features = false, features = ["deflate", "time"] }
|
zip = { version = "0.6", default-features = false, features = ["deflate", "time"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user