From 428f602c9df321601e73a1f24b5448038df6cb7f Mon Sep 17 00:00:00 2001 From: Luqman Aden Date: Wed, 27 Jul 2022 12:41:10 -0700 Subject: [PATCH] Update opte rev in sled-agent Cargo.toml --- sled-agent/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index 1182da45c48..4ee678c649d 100644 --- a/sled-agent/Cargo.toml +++ b/sled-agent/Cargo.toml @@ -62,8 +62,8 @@ vsss-rs = { version = "2.0.0-pre2", default-features = false, features = ["std"] zone = "0.1" [target.'cfg(target_os = "illumos")'.dependencies] -opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "23884d35aa7908e23accaa77f125a370ddf5c606" } -opte = { git = "https://github.com/oxidecomputer/opte", rev = "23884d35aa7908e23accaa77f125a370ddf5c606", features = [ "api", "std" ] } +opte-ioctl = { git = "https://github.com/oxidecomputer/opte", rev = "52176b99cc578f5b7b90f9bae8935013f961086c" } +opte = { git = "https://github.com/oxidecomputer/opte", rev = "52176b99cc578f5b7b90f9bae8935013f961086c", features = [ "api", "std" ] } [dev-dependencies] expectorate = "1.0.5"