From ca030086610065406b12a80efc0af6271f45f233 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:25:58 +0000 Subject: [PATCH] Update Rust crate foreign-types to 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c30892c8c..b5b652ad7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4437,7 +4437,7 @@ name = "omicron-certificates" version = "0.1.0" dependencies = [ "display-error-chain", - "foreign-types 0.3.2", + "foreign-types 0.5.0", "omicron-common", "omicron-test-utils", "omicron-workspace-hack", diff --git a/Cargo.toml b/Cargo.toml index 7aa6482bf2..4eccab32b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -192,7 +192,7 @@ fatfs = "0.3.6" filetime = "0.2.22" flate2 = "1.0.28" flume = "0.11.0" -foreign-types = "0.3.2" +foreign-types = "0.5.0" fs-err = "2.11.0" futures = "0.3.29" gateway-client = { path = "clients/gateway-client" }