mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-10 09:12:56 +08:00
Bump russh from 0.34.0-beta.16 to 0.34.0-beta.17
Bumps [russh](https://github.com/warp-tech/russh) from 0.34.0-beta.16 to 0.34.0-beta.17. - [Release notes](https://github.com/warp-tech/russh/releases) - [Commits](https://github.com/warp-tech/russh/commits) --- updated-dependencies: - dependency-name: russh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c236da5e5c
commit
96d0d95e80
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3254,9 +3254,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "russh"
|
name = "russh"
|
||||||
version = "0.34.0-beta.16"
|
version = "0.34.0-beta.17"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "43a47850d2711f53330077c1ca72f7f326ec1658b68add7dbc22c384731b6adb"
|
checksum = "7491163e38d39b0bf2af5e1ace821d7d531a9472495739ca6d408d8209606d5e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aes",
|
"aes",
|
||||||
"aes-gcm",
|
"aes-gcm",
|
||||||
|
|
|
@ -12,7 +12,7 @@ bimap = "0.6"
|
||||||
bytes = "1.2"
|
bytes = "1.2"
|
||||||
dialoguer = "0.10"
|
dialoguer = "0.10"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
russh = { version = "0.34.0-beta.16", features = ["vendored-openssl"] }
|
russh = { version = "0.34.0-beta.17", features = ["vendored-openssl"] }
|
||||||
russh-keys = { version = "0.22.0-beta.5", features = ["vendored-openssl"] }
|
russh-keys = { version = "0.22.0-beta.5", features = ["vendored-openssl"] }
|
||||||
sea-orm = { version = "^0.9", features = [
|
sea-orm = { version = "^0.9", features = [
|
||||||
"runtime-tokio-native-tls",
|
"runtime-tokio-native-tls",
|
||||||
|
|
Loading…
Reference in a new issue