Skip to content

Commit

Permalink
Release 9.1.0 (#232)
Browse files Browse the repository at this point in the history
# Release Notes
- Migrate from structopt to clap (8898f9b)
- Make UDecimal parsing more explicit (f547ebc)
- Replace MIPs config with restricted deployments (#230)
  • Loading branch information
Theodus authored Sep 29, 2022
1 parent 5c594ab commit 06b4f15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions graph-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
edition = "2021"
name = "graph-gateway"
version = "9.0.0"
version = "9.1.0"

[dependencies]
actix-cors = "=0.6.0-beta.4"
actix-http = "=3.0.0-beta.14"
actix-web = "=4.0.0-beta.13"
actix-router = "=0.5.0-beta.4"
async-trait = "0.1"
clap = { version = "3.2.22", features = ["derive", "env"] }
clap = { version = "3.2", features = ["derive", "env"] }
futures = "0.3"
futures-util = "0.3"
graphql-parser = { git = "https://github.com/graphql-rust/graphql-parser", rev = "8a759df" }
Expand Down

0 comments on commit 06b4f15

Please sign in to comment.