From 7576cb036f7df6c4e14367f2de2b8a0d7b118f9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:15:20 +0000 Subject: [PATCH] Update Rust crate rust-embed to v8 --- libs/oghma_graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/oghma_graphql/Cargo.toml b/libs/oghma_graphql/Cargo.toml index 6c98bcb..1b71da8 100644 --- a/libs/oghma_graphql/Cargo.toml +++ b/libs/oghma_graphql/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] serde = "1.0.200" -rust-embed = "6.8.1" +rust-embed = "8.3.0" graphql_client = "0.14.0" serde_json = "1.0.116" reqwest = { version = "0.12.4", features = ["json"] }