Skip to content

Commit 8f88ca2

Browse files
authored
Merge pull request #502 from jimmystewpot/GHSA-gfgm-chr3-x6px
Fix RUSTSEC-2022-0074 / GHSA-gfgm-chr3-x6px moderate security issue in examples
2 parents f0857f5 + 5b50190 commit 8f88ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ anyhow = "1.0"
99
graphql_client = { path = "../../graphql_client", features = ["reqwest-blocking"] }
1010
serde = "^1.0"
1111
reqwest = { version = "0.12", features = ["json", "blocking"] }
12-
prettytable-rs = "^0.7"
12+
prettytable-rs = "^0.10.0"
1313
clap = { version = "^3.0", features = ["derive"] }
1414
log = "^0.4"
1515
env_logger = "^0.5"

examples/hasura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ graphql_client = { path = "../../graphql_client", features = ["reqwest-blocking"
1010
serde = { version = "1.0", features = ["derive"] }
1111
serde_json = "1.0"
1212
reqwest = { version = "0.12", features = ["json", "blocking"] }
13-
prettytable-rs = "0.7.0"
13+
prettytable-rs = "0.10.0"
1414
log = "0.4.3"
1515
env_logger = "0.5.10"

0 commit comments

Comments
 (0)