Skip to content

Commit 06b4f15

Browse files
authored
Release 9.1.0 (#232)
# Release Notes - Migrate from structopt to clap (8898f9b) - Make UDecimal parsing more explicit (f547ebc) - Replace MIPs config with restricted deployments (#230)
1 parent 5c594ab commit 06b4f15

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph-gateway/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
edition = "2021"
33
name = "graph-gateway"
4-
version = "9.0.0"
4+
version = "9.1.0"
55

66
[dependencies]
77
actix-cors = "=0.6.0-beta.4"
88
actix-http = "=3.0.0-beta.14"
99
actix-web = "=4.0.0-beta.13"
1010
actix-router = "=0.5.0-beta.4"
1111
async-trait = "0.1"
12-
clap = { version = "3.2.22", features = ["derive", "env"] }
12+
clap = { version = "3.2", features = ["derive", "env"] }
1313
futures = "0.3"
1414
futures-util = "0.3"
1515
graphql-parser = { git = "https://github.com/graphql-rust/graphql-parser", rev = "8a759df" }

0 commit comments

Comments
 (0)