From ced27f8b4440d2ba30d3a4499ac88b23b519d220 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 08:09:18 +0000 Subject: [PATCH] chore(deps): 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 bc36edb0ba5..c5be9affc44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4871,7 +4871,7 @@ name = "omicron-certificates" version = "0.1.0" dependencies = [ "display-error-chain", - "foreign-types 0.3.2", + "foreign-types 0.5.0", "omicron-common 0.1.0", "omicron-test-utils", "omicron-workspace-hack", diff --git a/Cargo.toml b/Cargo.toml index 7366d73930e..2585caeab73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -189,7 +189,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.9.0" futures = "0.3.28" gateway-client = { path = "clients/gateway-client" }