From d1ef080e205da3be75af2abb5e8583922fa13bd6 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Mon, 5 Dec 2022 18:46:39 +0100 Subject: [PATCH] Bump `serde_yaml` dependency to `v0.9` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a15254d..bf67b93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ status = "actively-developed" features = [ "_doc", "obo" ] [dependencies] -serde_yaml = "0.8" +serde_yaml = "0.9" serde_json = "1.0" thiserror = "1.0.0" [dependencies.serde] @@ -43,7 +43,7 @@ lazy_static = "1.3" pretty_assertions = "1.0.0" obofoundry = "0.10" serde_json = "1.0" -serde_yaml = "0.8" +serde_yaml = "0.9" ureq = "2.0" mashup = "0.1.9" [dev-dependencies.fastobo]