From cb71de7d14382d8c3b1286d40f9324835dadaf8a Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Fri, 16 Jun 2023 13:30:35 -0700 Subject: [PATCH] pin influxdb2 to 6d3cf64d61967f41fafb57b3f4553206a8f3f2a3 --- Cargo.lock | 6 +++--- web3_proxy/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78145028..941ef61a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2946,7 +2946,7 @@ dependencies = [ [[package]] name = "influxdb2" version = "0.4.0" -source = "git+https://github.com/llamanodes/influxdb2#9c2e50bee6f00fff99688ac2a39f702bb6a0b5bb" +source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3" dependencies = [ "base64 0.13.1", "bytes", @@ -2977,7 +2977,7 @@ dependencies = [ [[package]] name = "influxdb2-derive" version = "0.1.1" -source = "git+https://github.com/llamanodes/influxdb2#9c2e50bee6f00fff99688ac2a39f702bb6a0b5bb" +source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3" dependencies = [ "itertools", "proc-macro2", @@ -2989,7 +2989,7 @@ dependencies = [ [[package]] name = "influxdb2-structmap" version = "0.2.0" -source = "git+https://github.com/llamanodes/influxdb2#9c2e50bee6f00fff99688ac2a39f702bb6a0b5bb" +source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3" dependencies = [ "chrono", "num-traits", diff --git a/web3_proxy/Cargo.toml b/web3_proxy/Cargo.toml index 7f5fff2e..5ba9b36a 100644 --- a/web3_proxy/Cargo.toml +++ b/web3_proxy/Cargo.toml @@ -22,8 +22,8 @@ migration = { path = "../migration" } payment-contracts = { path = "../payment-contracts" } redis-rate-limiter = { path = "../redis-rate-limiter" } -influxdb2 = { git = "https://github.com/llamanodes/influxdb2", features = ["rustls"] } -influxdb2-structmap = { git = "https://github.com/llamanodes/influxdb2/"} +influxdb2 = { git = "https://github.com/llamanodes/influxdb2", features = ["rustls"], rev = "6d3cf64d61967f41fafb57b3f4553206a8f3f2a3" } +influxdb2-structmap = { git = "https://github.com/llamanodes/influxdb2/", rev = "6d3cf64d61967f41fafb57b3f4553206a8f3f2a3"} # TODO: regex has several "perf" features that we might want to use # TODO: make sure this uuid version matches sea-orm. PR to put this in their prelude