Skip to content

Commit

Permalink
Merge pull request #502 from jimmystewpot/GHSA-gfgm-chr3-x6px
Browse files Browse the repository at this point in the history
Fix RUSTSEC-2022-0074 / GHSA-gfgm-chr3-x6px moderate security issue in examples
  • Loading branch information
tomhoule authored Jan 15, 2025
2 parents f0857f5 + 5b50190 commit 8f88ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion examples/hasura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8f88ca2

Please sign in to comment.