diff options
Diffstat (limited to 'vendor/xshell/Cargo.lock')
-rw-r--r-- | vendor/xshell/Cargo.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vendor/xshell/Cargo.lock b/vendor/xshell/Cargo.lock index 1ea0d8ff2..bcea12812 100644 --- a/vendor/xshell/Cargo.lock +++ b/vendor/xshell/Cargo.lock @@ -4,13 +4,13 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.57" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "xshell" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "xshell-macros", @@ -18,6 +18,6 @@ dependencies = [ [[package]] name = "xshell-macros" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88301b56c26dd9bf5c43d858538f82d6f3f7764767defbc5d34e59459901c41a" +checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c" |