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"