Skip to content

Commit

Permalink
Merge pull request #15 from CleverCloud/chore/examples/cli/dependencies
Browse files Browse the repository at this point in the history
examples(cli): update dependencies
  • Loading branch information
FlorentinDUBOIS authored Dec 13, 2021
2 parents 6a990bf + 0646a44 commit d4698a9
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 67 deletions.
116 changes: 52 additions & 64 deletions examples/cli/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 examples/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "^0.1.51"
async-trait = "^0.1.52"
clevercloud-sdk = { path = "../..", features = ["tokio", "metrics", "trace", "jsonschemas"] }
config = "^0.11.0"
paw = "^1.0.0"
serde = { version = "^1.0.130", features = ["derive"] }
serde = { version = "^1.0.131", features = ["derive"] }
serde_json = "^1.0.72"
serde_yaml = "^0.8.21"
serde_yaml = "^0.8.23"
slog = "^2.7.0"
slog-async = "^2.7.0"
slog-term = "^2.8.0"
Expand Down

0 comments on commit d4698a9

Please sign in to comment.