diff --git a/Cargo.lock b/Cargo.lock index f3e9f8a..ae23dc3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,9 +1642,9 @@ source = "git+https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922247a6 [[package]] name = "octocrab" -version = "0.48.1" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5930b376c98c438a4f4259a760cda2c198efea3b82de8f8a2aff0c00a8b7c1c" +checksum = "d817a9523b441db751891df638513bb368143dc0b60c648f0f2976b694b0a488" dependencies = [ "arc-swap", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 37083e7..eeb41db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anstyle = "1.0.13" zone = "0.3.1" ztest = { git = "https://github.com/oxidecomputer/falcon" } curl = "0.4.49" -octocrab = "0.48" +octocrab = "0.49" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } p4rs = { git = "https://github.com/oxidecomputer/p4", branch = "main" } sha256 = "1.6.0"