Skip to content

Commit

Permalink
Dump deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinphilips committed Aug 30, 2023
1 parent 510eca4 commit 978ed61
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions odel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 978ed61

Please sign in to comment.