From f7e938966195ee40b86a07ccbb79c4913331d33b Mon Sep 17 00:00:00 2001 From: Sebastian Rollen Date: Wed, 21 Apr 2021 11:30:31 -0400 Subject: [PATCH] update polygon version to reduce errors --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 702551f..c40ea69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1409,8 +1409,8 @@ checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "polygon" -version = "0.6.2" -source = "git+ssh://git@github.com/Overmuse/polygon?tag=v0.6.2#cdd694802f3541809503de9fba078068ade1136b" +version = "0.6.3" +source = "git+ssh://git@github.com/Overmuse/polygon?tag=v0.6.3#021090fd92c7f89fe851bbf0a3080425c74aa106" dependencies = [ "chrono", "futures", diff --git a/Cargo.toml b/Cargo.toml index 30969f4..e298e93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ config = "0.11.0" dotenv = "0.15" futures = "0.3" kafka-settings = { git = "ssh://git@github.com/Overmuse/kafka-settings", tag = "v0.3.1" } -polygon = { git = "ssh://git@github.com/Overmuse/polygon", tag = "v0.6.2", default-features = false, features = ["ws"] } +polygon = { git = "ssh://git@github.com/Overmuse/polygon", tag = "v0.6.3", default-features = false, features = ["ws"] } rdkafka = { version = "0.26", features = ["ssl-vendored"] } sentry = { version = "0.21.0", features = ["anyhow"] } sentry-anyhow = "0.21.0"