Skip to content

Commit

Permalink
Bump OPTE to a4c956e (#5257)
Browse files Browse the repository at this point in the history
* a4c956e chore(deps): lock file maintenance (oxidecomputer/opte#474)
* 6847b04 chore(deps): update rust crate nix to 0.28
(oxidecomputer/opte#473)
* c30aa36 Benchmarks and instrumentation (oxidecomputer/opte#395)
* 53201de Fix xtask non-package install for fresh systems.
(oxidecomputer/opte#470)
* 7e56634 Correctly preserve inbound UFID on outbound TCP close
(oxidecomputer/opte#469)
  • Loading branch information
FelixMcFelix committed Mar 13, 2024
1 parent 5f5790c commit d6c7dc0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,15 @@ omicron-sled-agent = { path = "sled-agent" }
omicron-test-utils = { path = "test-utils" }
omicron-zone-package = "0.11.0"
oxide-client = { path = "clients/oxide-client" }
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "b85995f92ae94cdc78b97b0a610c69e103e00423", features = [ "api", "std" ] }
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "a4c956e44fc9b75b58b83ad2eec22f6bd9005262", features = [ "api", "std" ] }
once_cell = "1.19.0"
openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = "main" }
openapiv3 = "2.0.0"
# must match samael's crate!
openssl = "0.10"
openssl-sys = "0.9"
openssl-probe = "0.1.5"
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "b85995f92ae94cdc78b97b0a610c69e103e00423" }
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "a4c956e44fc9b75b58b83ad2eec22f6bd9005262" }
oso = "0.27"
owo-colors = "4.0.0"
oximeter = { path = "oximeter/oximeter" }
Expand Down
2 changes: 1 addition & 1 deletion tools/opte_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.28.227
0.28.232

0 comments on commit d6c7dc0

Please sign in to comment.