From 978ed61e17de8225b65d941d9c311291e1141673 Mon Sep 17 00:00:00 2001 From: Nithin Philips Date: Wed, 30 Aug 2023 10:29:58 -0400 Subject: [PATCH] Dump deps version --- odel/Cargo.toml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/odel/Cargo.toml b/odel/Cargo.toml index 5925f39..a3e3ab9 100755 --- a/odel/Cargo.toml +++ b/odel/Cargo.toml @@ -13,40 +13,40 @@ description = "Uploads data integrator files to IBM TRIRIGA." [dependencies] anyhow = "1.0" thiserror = "1.0" -regex = "1.2" +regex = "1.9" backoff = "0.1" itertools = "0.8" log = "0.4" stderrlog = "0.4" -clap = { version = "2.33", features = [ "suggestions", "color", "wrap_help" ] } +clap = { version = "2.34", features = [ "suggestions", "color", "wrap_help" ] } reqwest = { version = "0.10", features = ["json", "blocking", "cookies"] } tokio = { version = "0.2", features = ["full"] } macro-utils = { git = "https://github.com/nithinphilips/xsd-parser-rs" } xsd-types = { git = "https://github.com/nithinphilips/xsd-parser-rs" } yaserde = "0.4" yaserde_derive = "0.4" -xml-rs = "0.8.3" +xml-rs = "0.8.16" xmltree = "0.8.0" -async-trait ="0.1.24" -async-recursion = "0.3.1" -chrono = "0.4.10" +async-trait ="0.1.73" +async-recursion = "0.3.2" +chrono = "0.4.27" chrono-tz = "0.4" -uuid = { version = "0.8.1", features = ["v4"] } -sha1 = "0.6.0" -url = "2.0" +uuid = { version = "0.8.2", features = ["v4"] } +sha1 = "0.6.1" +url = "2.4" base64 = "0.11.0" -digest_auth = "0.2.3" -hyper = "0.13.6" -mime = "0.3.16" +digest_auth = "0.2.4" +hyper = "0.13.10" +mime = "0.3.17" mime_multipart = "0.5.2" -httparse = "1.3.4" +httparse = "1.8.0" buf-read-ext = "0.3.0" -serde = "1.0.111" -serde_json = "1.0.55" -futures = "0.3.5" +serde = "1.0.188" +serde_json = "1.0.105" +futures = "0.3.28" [dev-dependencies] -maplit = "1.0.1" +maplit = "1.0.2" [build-dependencies] vergen = "3"