Skip to content

Commit c153a79

Browse files
authored
Bump OPTE to v0.37.396 (#8609)
Dependency updates, plus: * oxidecomputer/opte#792
1 parent 3ea2ffd commit c153a79

File tree

4 files changed

+61
-23
lines changed

4 files changed

+61
-23
lines changed

Cargo.lock

Lines changed: 56 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ omicron-workspace-hack = "0.1.0"
580580
omicron-zone-package = "0.12.2"
581581
oxide-client = { path = "clients/oxide-client" }
582582
oxide-tokio-rt = "0.1.2"
583-
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "23cebf3b1c911f09c203f7df50cc06bf780338e5", features = [ "api", "std" ] }
583+
oxide-vpc = { git = "https://github.com/oxidecomputer/opte", rev = "2d095de2258aa0653d669b72c741f26e608c81a6", features = [ "api", "std" ] }
584584
oxlog = { path = "dev-tools/oxlog" }
585585
oxnet = "0.1.2"
586586
once_cell = "1.21.3"
@@ -590,7 +590,7 @@ openapiv3 = "2.2.0"
590590
# must match samael's crate!
591591
openssl = "0.10"
592592
openssl-sys = "0.9"
593-
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "23cebf3b1c911f09c203f7df50cc06bf780338e5" }
593+
opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "2d095de2258aa0653d669b72c741f26e608c81a6" }
594594
oso = "0.27"
595595
owo-colors = "4.2.2"
596596
oximeter = { path = "oximeter/oximeter" }

tools/opte_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.37.386
1+
0.37.396

workspace-hack/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ indexmap = { version = "2.10.0", features = ["serde"] }
7373
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7474
ipnet = { version = "2.11.0", features = ["serde"] }
7575
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
76+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
7677
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
7778
lalrpop-util = { version = "0.19.12" }
7879
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
@@ -208,6 +209,7 @@ indexmap = { version = "2.10.0", features = ["serde"] }
208209
inout = { version = "0.1.3", default-features = false, features = ["std"] }
209210
ipnet = { version = "2.11.0", features = ["serde"] }
210211
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
212+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
211213
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
212214
lalrpop-util = { version = "0.19.12" }
213215
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }

0 commit comments

Comments
 (0)