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"] }