Skip to content

Commit

Permalink
Fix list-profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sam701 committed Apr 19, 2021
1 parent 6317c10 commit d6940be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "awscredx"
version = "0.9.0"
version = "0.9.1"
authors = ["Alexei Samokvalov <[email protected]>"]
edition = "2018"

Expand All @@ -19,7 +19,7 @@ serde_json = "*"
custom_error = "1.7"
chrono = "0.4"
ansi_term = "0.12"
linked-hash-map = { version = "0.5", features = ["serde_impl"] }
linked-hash-map = { version = "0.5.4", features = ["serde_impl"] }
reqwest = "0.9"
hyper = "*"
hyper-tls = "*"
Expand Down

0 comments on commit d6940be

Please sign in to comment.