Skip to content

Commit

Permalink
Merge pull request #43 from CleverCloud/devel/fdubois/chore/update-cl…
Browse files Browse the repository at this point in the history
…everctl-deps

Update cleverctl example's dependencies
  • Loading branch information
FlorentinDUBOIS authored Jul 18, 2022
2 parents cf50305 + f8bf562 commit afa84ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/cleverctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ edition = "2021"
[dependencies]
async-trait = "^0.1.56"
clevercloud-sdk = { path = "../..", features = ["tokio", "metrics", "trace", "jsonschemas"] }
clap = { version = "^3.2.8", features = ["derive"] }
clap = { version = "^3.2.12", features = ["derive"] }
config = "^0.13.1"
paw = "^1.0.0"
serde = { version = "^1.0.137", features = ["derive"] }
serde = { version = "^1.0.139", features = ["derive"] }
serde_json = "^1.0.82"
serde_yaml = "^0.8.24"
serde_yaml = "^0.8.26"
thiserror = "^1.0.31"
tokio = { version = "^1.20.0", features = ["full"] }
tracing = "^0.1.35"
tracing-subscriber = { version = "^0.3.11", default-features = false, features = ["std", "ansi", "tracing-log"] }
tokio = { version = "^1.19.2", features = ["full"] }
tracing-subscriber = { version = "^0.3.14", default-features = false, features = ["std", "ansi", "tracing-log"] }

[profile.release]
lto = true
Expand Down

0 comments on commit afa84ec

Please sign in to comment.