Skip to content

Commit

Permalink
Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
murphysean committed Jan 31, 2021
1 parent 0fac163 commit 5d8ccd8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "domo"
version = "0.2.4"
version = "0.3.1"
authors = ["Sean Murphy <[email protected]>"]
edition = "2018"
description = "The Domo Rust SDK wrapping our APIs. Also includes a CLI application."
Expand All @@ -15,13 +15,13 @@ default-run = "domo"

[dependencies]

chrono = {version="0.4.10", features=["serde"]}
serde = {version="1.0.104", features=["derive"]}
serde_json = "1.0.48"
serde_yaml = "0.8.11"
chrono = {version="0.4.19", features=["serde"]}
serde = {version="1.0.123", features=["derive"]}
serde_json = "1.0.61"
serde_yaml = "0.8.15"

structopt = "0.3.9"
csv="1.1.3"
structopt = "0.3.21"
csv="1.1.5"
surf = "2.1.0"
async-std = {version = "1.9.0", features=["attributes"]}
base64 = "0.13.0"

0 comments on commit 5d8ccd8

Please sign in to comment.