From 56d63307e196a37b1d34bd8739fde92c9e1f9938 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Tue, 8 Nov 2022 08:13:48 -0500 Subject: [PATCH] Release 10.0.0 (#241) # Release Notes - Implement indexer multi-selection (#234) - TEMP: Set price curve weights for single indexer selection (4736265) --- Cargo.lock | 14 +++++++------- graph-gateway/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03c8c101..3cc8d414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,18 +417,18 @@ checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "bytestring" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b6a75fd3048808ef06af5cd79712be8111960adaf89d90250974b38fc3928a" +checksum = "f7f83e57d9154148e355404702e2694463241880b939570d7c97c014da7a69a1" dependencies = [ "bytes", ] [[package]] name = "cc" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574" +checksum = "41ca34107f97baef6cfb231b32f36115781856b8f8208e8c580e0bcaea374842" dependencies = [ "jobserver", ] @@ -894,7 +894,7 @@ checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d" [[package]] name = "graph-gateway" -version = "9.3.0" +version = "10.0.0" dependencies = [ "actix-cors", "actix-http", @@ -1053,9 +1053,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.22" +version = "0.14.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064" +checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" dependencies = [ "bytes", "futures-channel", diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index 3383f120..5ae1cad7 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "9.3.0" +version = "10.0.0" [dependencies] actix-cors = "=0.6.0-beta.4"