Skip to content

Commit

Permalink
Merge pull request #49 from CleverCloud/devel/fdubois/chore/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
FlorentinDUBOIS authored Mar 7, 2023
2 parents f20f802 + 5fd23cf commit 779831d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,23 @@ keywords = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "^0.1.58"
oauth10a = "^1.3.16"
async-trait = "^0.1.66"
oauth10a = "^1.3.17"
log = { version = "^0.4.17", optional = true }
hyper = { version = "^0.14.23", default-features = false }
schemars = { version = "^0.8.11", features = [
hyper = { version = "^0.14.24", default-features = false }
schemars = { version = "^0.8.12", features = [
"chrono",
"indexmap1",
"uuid1",
"bytes",
"url",
], optional = true }
serde = { version = "^1.0.147", features = ["derive"] }
serde_repr = "^0.1.9"
thiserror = "^1.0.37"
serde = { version = "^1.0.152", features = ["derive"] }
serde_repr = "^0.1.11"
thiserror = "^1.0.39"
tracing = { version = "^0.1.37", optional = true }
tracing-futures = { version = "^0.2.5", optional = true }
uuid = { version = "^1.2.2", features = ["serde", "v4"] }
uuid = { version = "^1.3.0", features = ["serde", "v4"] }

[features]
default = ["logging"]
Expand Down
14 changes: 7 additions & 7 deletions examples/cleverctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
async-trait = "^0.1.58"
async-trait = "^0.1.66"
# Pin version as it fail to build on latest versions
ahash = "=0.7.5"
clevercloud-sdk = { path = "../..", features = ["tokio", "metrics", "trace", "jsonschemas"] }
clap = { version = "^4.0.26", features = ["derive"] }
clap = { version = "^4.1.8", features = ["derive"] }
config = "^0.13.2"
paw = "^1.0.0"
serde = { version = "^1.0.147", features = ["derive"] }
serde_json = "^1.0.88"
serde_yaml = "^0.9.14"
thiserror = "^1.0.37"
tokio = { version = "^1.22.0", features = ["full"] }
serde = { version = "^1.0.152", features = ["derive"] }
serde_json = "^1.0.94"
serde_yaml = "^0.9.19"
thiserror = "^1.0.39"
tokio = { version = "^1.26.0", features = ["full"] }
tracing = "^0.1.37"
tracing-subscriber = { version = "^0.3.16", default-features = false, features = ["std", "ansi", "tracing-log"] }

Expand Down

0 comments on commit 779831d

Please sign in to comment.