Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Jul 30, 2021
1 parent a9e5660 commit 34255ff
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
116 changes: 58 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ repository = "https://github.com/bruceadams/query-rds-data"
csv = "1.1.6"
exitfailure = "0.5.1"
enum-utils = "0.1.2"
futures = "0.3.15"
futures = "0.3.16"
log = "0.4.14"
loggerv = "0.7.2"
rusoto_core = "0.47.0"
rusoto_rds = "0.47.0"
rusoto_secretsmanager = "0.47.0"
serde = "1.0.126"
serde_json = "1.0.64"
serde_json = "1.0.66"
snafu = "0.6.10"

[dependencies.clap]
Expand All @@ -34,5 +34,5 @@ version = "0.47.0"
features = ["serialize_structs"]

[dependencies.tokio]
version = "1.7.1"
version = "1.9.0"
features = ["macros", "rt-multi-thread"]

0 comments on commit 34255ff

Please sign in to comment.