From d3a5153c6da23e434a05ddfae441d2ecc39f1d5c Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Thu, 29 Jul 2021 18:53:06 -0500 Subject: [PATCH] Bump Yoke to 0.2.3 --- Cargo.lock | 2 +- utils/yoke/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 393ff1467fd..fa93707a44a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2706,7 +2706,7 @@ dependencies = [ [[package]] name = "yoke" -version = "0.2.2" +version = "0.2.3" dependencies = [ "bincode", "serde", diff --git a/utils/yoke/Cargo.toml b/utils/yoke/Cargo.toml index 9cfb2f19d2d..04a37b03c4d 100644 --- a/utils/yoke/Cargo.toml +++ b/utils/yoke/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "yoke" -version = "0.2.2" +version = "0.2.3" description = "Abstraction allowing borrowed data to be carried along with the backing data it borrows from" authors = ["Manish Goregaokar "] edition = "2018"