From 662a6644257fc4b6fbd61fc303648c8529d820d5 Mon Sep 17 00:00:00 2001 From: Theo Butler Date: Wed, 15 Mar 2023 13:03:26 -0400 Subject: [PATCH] Release 12.0.1 --- Cargo.lock | 32 ++++++++++++++++---------------- graph-gateway/Cargo.toml | 2 +- indexer-selection/Cargo.toml | 2 +- prelude/Cargo.toml | 2 +- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a04603f3..502c3d9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,7 +751,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "cost-model" version = "0.1.0" -source = "git+https://github.com/graphprotocol/agora?rev=414a608#414a608f8840906c2de0bf83aea18b8af6f8a766" +source = "git+https://github.com/graphprotocol/agora?rev=a85f774#a85f7742826f064caac7be84f74585c16264ebc3" dependencies = [ "firestorm", "fraction", @@ -1665,7 +1665,7 @@ checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" [[package]] name = "graph-gateway" -version = "12.0.0" +version = "12.0.1" dependencies = [ "actix-cors", "actix-http", @@ -2626,9 +2626,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.80" +version = "0.9.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7" +checksum = "176be2629957c157240f68f61f2d0053ad3a4ecfdd9ebf1e6521d18d9635cf67" dependencies = [ "autocfg", "cc", @@ -2864,9 +2864,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ebcd279d20a4a0a2404a33056388e950504d891c855c7975b9a8fef75f3bf04" +checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" dependencies = [ "proc-macro2", "syn", @@ -3490,9 +3490,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.155" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8" +checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4" dependencies = [ "serde_derive", ] @@ -3519,9 +3519,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.155" +version = "1.0.156" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630" +checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d" dependencies = [ "proc-macro2", "quote", @@ -4060,9 +4060,9 @@ checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" [[package]] name = "toml_edit" -version = "0.19.6" +version = "0.19.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08de71aa0d6e348f070457f85af8bd566e2bc452156a423ddf22861b3a953fae" +checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" dependencies = [ "indexmap", "toml_datetime", @@ -4071,8 +4071,8 @@ dependencies = [ [[package]] name = "toolshed" -version = "0.1.0" -source = "git+https://github.com/edgeandnode/toolshed?tag=v0.1.2#e86b71e8e2c32cc40fb9c6855e1219bc18c017cb" +version = "0.1.3" +source = "git+https://github.com/edgeandnode/toolshed?tag=v0.1.3#64d083ada34a63c0d82dbd082c105d5648266c70" dependencies = [ "anyhow", "bs58", @@ -4624,9 +4624,9 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "winnow" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f" +checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966" dependencies = [ "memchr", ] diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index aa14ecff..c29f8965 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "graph-gateway" -version = "12.0.0" +version = "12.0.1" [dependencies] actix-cors = "=0.6.0-beta.4" diff --git a/indexer-selection/Cargo.toml b/indexer-selection/Cargo.toml index b4e2b3d5..4ff5f58f 100644 --- a/indexer-selection/Cargo.toml +++ b/indexer-selection/Cargo.toml @@ -9,7 +9,7 @@ path = "bin/sim.rs" [dependencies] arrayvec = "0.7" -cost-model = { git = "https://github.com/graphprotocol/agora", rev = "414a608" } +cost-model = { git = "https://github.com/graphprotocol/agora", rev = "a85f774" } itertools = "0.10" lazy_static = "1.4" num-traits = "0.2" diff --git a/prelude/Cargo.toml b/prelude/Cargo.toml index 5f099334..d822385d 100644 --- a/prelude/Cargo.toml +++ b/prelude/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1.24", features = [ "sync", "time", ] } -toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "v0.1.2" } +toolshed = { git = "https://github.com/edgeandnode/toolshed", tag = "v0.1.3" } tracing = { version = "0.1", default-features = false, features = [ "attributes", ] }