Skip to content

Commit

Permalink
Update russh monorepo to 0.40.0 (#4624)
Browse files Browse the repository at this point in the history
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
  • Loading branch information
oxide-renovate[bot] authored Dec 7, 2023
1 parent 7f9d64d commit 75cd901
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 11 deletions.
84 changes: 77 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions end-to-end-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ omicron-test-utils.workspace = true
oxide-client.workspace = true
rand.workspace = true
reqwest.workspace = true
russh = "0.39.0"
russh-keys = "0.38.0"
russh = "0.40.0"
russh-keys = "0.40.0"
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
toml.workspace = true
trust-dns-resolver.workspace = true
Expand Down
16 changes: 14 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ publish = false
### BEGIN HAKARI SECTION
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
bit-set = { version = "0.5.3" }
bit-vec = { version = "0.6.3" }
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
Expand All @@ -33,9 +34,12 @@ crossbeam-epoch = { version = "0.9.15" }
crossbeam-utils = { version = "0.8.16" }
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
diesel = { version = "2.1.4", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.9.0" }
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.0.28" }
futures = { version = "0.3.29" }
futures-channel = { version = "0.3.29", features = ["sink"] }
Expand All @@ -47,8 +51,10 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.13.2" }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.27", features = ["full"] }
indexmap = { version = "2.1.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
Expand All @@ -65,6 +71,7 @@ num-integer = { version = "0.1.45", features = ["i128"] }
num-iter = { version = "0.1.43", default-features = false, features = ["i128"] }
num-traits = { version = "0.2.16", features = ["i128", "libm"] }
openapiv3 = { version = "2.0.0-rc.1", default-features = false, features = ["skip_serializing_defaults"] }
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
petgraph = { version = "0.6.4", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
Expand All @@ -82,7 +89,6 @@ semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.108", features = ["raw_value"] }
sha2 = { version = "0.10.8", features = ["oid"] }
signature = { version = "2.1.0", default-features = false, features = ["digest", "rand_core", "std"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
snafu = { version = "0.7.5", features = ["futures"] }
Expand Down Expand Up @@ -110,6 +116,7 @@ zip = { version = "0.6.6", default-features = false, features = ["bzip2", "defla

[build-dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
base16ct = { version = "0.2.0", default-features = false, features = ["alloc"] }
bit-set = { version = "0.5.3" }
bit-vec = { version = "0.6.3" }
bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1.3.2" }
Expand All @@ -128,9 +135,12 @@ crossbeam-epoch = { version = "0.9.15" }
crossbeam-utils = { version = "0.8.16" }
crossterm = { version = "0.27.0", features = ["event-stream", "serde"] }
crypto-common = { version = "0.1.6", default-features = false, features = ["getrandom", "std"] }
der = { version = "0.7.8", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
diesel = { version = "2.1.4", features = ["chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "network-address", "postgres", "r2d2", "serde_json", "uuid"] }
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
either = { version = "1.9.0" }
elliptic-curve = { version = "0.13.8", features = ["ecdh", "hazmat", "pem", "std"] }
ff = { version = "0.13.0", default-features = false, features = ["alloc"] }
flate2 = { version = "1.0.28" }
futures = { version = "0.3.29" }
futures-channel = { version = "0.3.29", features = ["sink"] }
Expand All @@ -142,8 +152,10 @@ futures-util = { version = "0.3.29", features = ["channel", "io", "sink"] }
gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-service", rev = "2739c18e80697aa6bc235c935176d14b4d757ee9", features = ["std"] }
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
getrandom = { version = "0.2.10", default-features = false, features = ["js", "rdrand", "std"] }
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.13.2" }
hex = { version = "0.4.3", features = ["serde"] }
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
hyper = { version = "0.14.27", features = ["full"] }
indexmap = { version = "2.1.0", features = ["serde"] }
inout = { version = "0.1.3", default-features = false, features = ["std"] }
Expand All @@ -160,6 +172,7 @@ num-integer = { version = "0.1.45", features = ["i128"] }
num-iter = { version = "0.1.43", default-features = false, features = ["i128"] }
num-traits = { version = "0.2.16", features = ["i128", "libm"] }
openapiv3 = { version = "2.0.0-rc.1", default-features = false, features = ["skip_serializing_defaults"] }
pem-rfc7468 = { version = "0.7.0", default-features = false, features = ["std"] }
petgraph = { version = "0.6.4", features = ["serde-1"] }
postgres-types = { version = "0.2.6", default-features = false, features = ["with-chrono-0_4", "with-serde_json-1", "with-uuid-1"] }
ppv-lite86 = { version = "0.2.17", default-features = false, features = ["simd", "std"] }
Expand All @@ -177,7 +190,6 @@ semver = { version = "1.0.20", features = ["serde"] }
serde = { version = "1.0.192", features = ["alloc", "derive", "rc"] }
serde_json = { version = "1.0.108", features = ["raw_value"] }
sha2 = { version = "0.10.8", features = ["oid"] }
signature = { version = "2.1.0", default-features = false, features = ["digest", "rand_core", "std"] }
similar = { version = "2.2.1", features = ["inline", "unicode"] }
slog = { version = "2.7.0", features = ["dynamic-keys", "max_level_trace", "release_max_level_debug", "release_max_level_trace"] }
snafu = { version = "0.7.5", features = ["futures"] }
Expand Down

0 comments on commit 75cd901

Please sign in to comment.