From ad02ec37e8b75932c7e45318642288b38a8d6210 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 29 Nov 2024 18:29:16 +1100 Subject: [PATCH] fix GHSA-gfgm-chr3-x6px/RUSTSEC-2022-0074 --- examples/github/Cargo.toml | 2 +- examples/hasura/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/github/Cargo.toml b/examples/github/Cargo.toml index 7d807768..22226f48 100644 --- a/examples/github/Cargo.toml +++ b/examples/github/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" graphql_client = { path = "../../graphql_client", features = ["reqwest-blocking"] } serde = "^1.0" reqwest = { version = "0.12", features = ["json", "blocking"] } -prettytable-rs = "^0.7" +prettytable-rs = "^0.10.0" clap = { version = "^3.0", features = ["derive"] } log = "^0.4" env_logger = "^0.5" diff --git a/examples/hasura/Cargo.toml b/examples/hasura/Cargo.toml index f851a704..e21e9114 100644 --- a/examples/hasura/Cargo.toml +++ b/examples/hasura/Cargo.toml @@ -10,6 +10,6 @@ graphql_client = { path = "../../graphql_client", features = ["reqwest-blocking" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.12", features = ["json", "blocking"] } -prettytable-rs = "0.7.0" +prettytable-rs = "0.10.0" log = "0.4.3" env_logger = "0.5.10"