pin influxdb2 to 6d3cf64d61967f41fafb57b3f4553206a8f3f2a3

This commit is contained in:
Bryan Stitt 2023-06-16 13:30:35 -07:00
parent d9a865fd1b
commit cb71de7d14
2 changed files with 5 additions and 5 deletions

6
Cargo.lock generated

@ -2946,7 +2946,7 @@ dependencies = [
[[package]] [[package]]
name = "influxdb2" name = "influxdb2"
version = "0.4.0" version = "0.4.0"
source = "git+https://github.com/llamanodes/influxdb2#9c2e50bee6f00fff99688ac2a39f702bb6a0b5bb" source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3"
dependencies = [ dependencies = [
"base64 0.13.1", "base64 0.13.1",
"bytes", "bytes",
@ -2977,7 +2977,7 @@ dependencies = [
[[package]] [[package]]
name = "influxdb2-derive" name = "influxdb2-derive"
version = "0.1.1" version = "0.1.1"
source = "git+https://github.com/llamanodes/influxdb2#9c2e50bee6f00fff99688ac2a39f702bb6a0b5bb" source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3"
dependencies = [ dependencies = [
"itertools", "itertools",
"proc-macro2", "proc-macro2",
@ -2989,7 +2989,7 @@ dependencies = [
[[package]] [[package]]
name = "influxdb2-structmap" name = "influxdb2-structmap"
version = "0.2.0" version = "0.2.0"
source = "git+https://github.com/llamanodes/influxdb2#9c2e50bee6f00fff99688ac2a39f702bb6a0b5bb" source = "git+https://github.com/llamanodes/influxdb2?rev=6d3cf64d61967f41fafb57b3f4553206a8f3f2a3#6d3cf64d61967f41fafb57b3f4553206a8f3f2a3"
dependencies = [ dependencies = [
"chrono", "chrono",
"num-traits", "num-traits",

@ -22,8 +22,8 @@ migration = { path = "../migration" }
payment-contracts = { path = "../payment-contracts" } payment-contracts = { path = "../payment-contracts" }
redis-rate-limiter = { path = "../redis-rate-limiter" } redis-rate-limiter = { path = "../redis-rate-limiter" }
influxdb2 = { git = "https://github.com/llamanodes/influxdb2", features = ["rustls"] } influxdb2 = { git = "https://github.com/llamanodes/influxdb2", features = ["rustls"], rev = "6d3cf64d61967f41fafb57b3f4553206a8f3f2a3" }
influxdb2-structmap = { git = "https://github.com/llamanodes/influxdb2/"} influxdb2-structmap = { git = "https://github.com/llamanodes/influxdb2/", rev = "6d3cf64d61967f41fafb57b3f4553206a8f3f2a3"}
# TODO: regex has several "perf" features that we might want to use # 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 # TODO: make sure this uuid version matches sea-orm. PR to put this in their prelude