diff --git a/Cargo.lock b/Cargo.lock index ee5091d..23c77c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1724,9 +1724,9 @@ source = "git+https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922247a6 [[package]] name = "octocrab" -version = "0.53.1" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe45bd53ce50c9e85e8a27259675f65d772165fe5eef3e278c1b6168c3f97623" +checksum = "27be39870c558e1fbc5a5f8d4a29aa916268c1dbcb9d467f2a9bbab35598060e" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8654d4a..2de1ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anstyle = "1.0.14" zone = "0.3.1" ztest = { git = "https://github.com/oxidecomputer/falcon" } curl = "0.4.50" -octocrab = "0.53" +octocrab = "0.54" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "main" } sha256 = "1.6.0"