Skip to content

Commit

Permalink
Merge branch 'main' into dap/update-control-2
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Jan 17, 2024
2 parents 0ec1d8a + d23d2fc commit b49794a
Show file tree
Hide file tree
Showing 27 changed files with 591 additions and 318 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
toolchain: stable
- name: Install cargo-hakari
uses: taiki-e/install-action@a6173a9cbc8927eb1def26c72d123d297efb1b10 # v2
uses: taiki-e/install-action@681c09da0e1063a389bc0f4cfa913bfdfdaf0a4d # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-openapi-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ github.event.pull_request.head.sha }} # see omicron#4461
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: '18'
- name: Install our tools
Expand Down
103 changes: 26 additions & 77 deletions Cargo.lock

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

11 changes: 6 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ members = [
"wicket",
"wicketd",
"workspace-hack",
"zone-network-setup",
]

default-members = [
Expand Down Expand Up @@ -139,6 +140,7 @@ default-members = [
"wicket-dbg",
"wicket",
"wicketd",
"zone-network-setup",
]
resolver = "2"

Expand All @@ -153,7 +155,7 @@ async-trait = "0.1.77"
atomicwrites = "0.4.3"
authz-macros = { path = "nexus/authz-macros" }
backoff = { version = "0.4.0", features = [ "tokio" ] }
base64 = "0.21.6"
base64 = "0.21.7"
bb8 = "0.8.1"
bcs = "0.1.6"
bincode = "1.3.3"
Expand All @@ -169,7 +171,7 @@ chacha20poly1305 = "0.10.1"
ciborium = "0.2.1"
cfg-if = "1.0"
chrono = { version = "0.4", features = [ "serde" ] }
clap = { version = "4.4", features = ["derive", "env", "wrap_help"] }
clap = { version = "4.4", features = ["cargo", "derive", "env", "wrap_help"] }
cookie = "0.18"
criterion = { version = "0.5.1", features = [ "async_tokio" ] }
crossbeam = "0.8"
Expand Down Expand Up @@ -263,7 +265,7 @@ omicron-package = { path = "package" }
omicron-rpaths = { path = "rpaths" }
omicron-sled-agent = { path = "sled-agent" }
omicron-test-utils = { path = "test-utils" }
omicron-zone-package = "0.9.1"
omicron-zone-package = "0.10.1"
oxide-client = { path = "clients/oxide-client" }
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4", features = [ "api", "std" ] }
once_cell = "1.19.0"
Expand Down Expand Up @@ -307,7 +309,7 @@ quote = "1.0"
rand = "0.8.5"
ratatui = "0.23.0"
rayon = "1.8"
rcgen = "0.11.3"
rcgen = "0.12.0"
reedline = "0.22.0"
ref-cast = "1.0"
regex = "1.10.2"
Expand Down Expand Up @@ -382,7 +384,6 @@ tokio-tungstenite = "0.20"
tokio-util = { version = "0.7.10", features = ["io", "io-util"] }
toml = "0.8.8"
toml_edit = "0.21.0"
topological-sort = "0.2.2"
tough = { version = "0.16.0", features = [ "http" ] }
trust-dns-client = "0.22"
trust-dns-proto = "0.22"
Expand Down
Loading

0 comments on commit b49794a

Please sign in to comment.