diff --git a/Cargo.lock b/Cargo.lock index 56472ec..63ec01d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,9 +1144,9 @@ dependencies = [ [[package]] name = "istziio-client" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feda472eadc96115c89589a1386278f9f429a4c9ed365e43adf493e474b974bc" +checksum = "6438cfe6d09df4ae9f17e787d17214f985575623081fd3f4c597cbd66715ec12" dependencies = [ "anyhow", "arrow", diff --git a/Cargo.toml b/Cargo.toml index 9b4510a..57365e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ async-trait = "0.1" rocket = { version = "0.5.0", features = ["json"] } reqwest = { version = "0.11", features = ["stream", "json"] } csv = "1.3.0" -istziio-client = "0.1.4" +istziio-client = "0.1.5"