Skip to content

Commit

Permalink
bump to drogue-client 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtrystram authored and ctron committed Sep 21, 2021
1 parent f285251 commit d55eb9b
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion authentication-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-service-common = { path = "../service-common" }
drogue-cloud-registry-events = { path = "../registry-events" }

drogue-client = "0.7.0"
drogue-client = "0.7.1"
bcrypt = "0.9"
sha-crypt = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion coap-endpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dotenv = "0.15"
drogue-cloud-endpoint-common = { path = "../endpoint-common" }
drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-service-common = { path = "../service-common" }
drogue-client = "0.7.0"
drogue-client = "0.7.1"
env_logger = "0.7"
futures = "0.3"
http = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion command-endpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ drogue-cloud-integration-common = { path = "../integration-common", features = [
drogue-cloud-service-common = { path = "../service-common" }
drogue-cloud-service-api = { path = "../service-api" }

drogue-client = "0.7.0"
drogue-client = "0.7.1"

jsonwebtokens = "1.0.0-alpha.13"
base64 = "0.13"
2 changes: 1 addition & 1 deletion console-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ drogue-cloud-service-common = { path = "../service-common" }
drogue-cloud-integration-common = { path = "../integration-common", features = ["with_actix"] }
drogue-cloud-api-key-service = { path = "../api-key-service" }

drogue-client = "0.7.0"
drogue-client = "0.7.1"

awc = { version = "=3.0.0-beta.7", optional = true, features = ["rustls"] }

Expand Down
2 changes: 1 addition & 1 deletion console-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1"

drogue-cloud-console-common = { path = "../console-common" }
drogue-cloud-service-api = { path = "../service-api" }
drogue-client = { version = "0.7.0", default-features = false }
drogue-client = { version = "0.7.1", default-features = false }

yew = "0.17"
yew-router = "0.14"
Expand Down
2 changes: 1 addition & 1 deletion database-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio-postgres = { version = "0.7", features = ["runtime", "with-serde_json-1",
drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-service-common = { path = "../service-common" }

drogue-client = "0.7.0"
drogue-client = "0.7.1"

[dev-dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion device-management-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ drogue-cloud-service-api = { path = "../service-api", features = ["with_actix"]
drogue-cloud-registry-events = { path = "../registry-events" }
drogue-cloud-admin-service = { path = "../admin-service" }

drogue-client = "0.7.0"
drogue-client = "0.7.1"

deadpool = "0.7"
deadpool-postgres = { version = "0.7", features = ["config"] }
Expand Down
2 changes: 1 addition & 1 deletion endpoint-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ openid = "0.9"
drogue-cloud-service-api = { path = "../service-api", features = ["rdkafka"] }
drogue-cloud-service-common = { path = "../service-common" }
drogue-cloud-event-common = { path = "../event-common" }
drogue-client = "0.7.0"
drogue-client = "0.7.1"

x509-parser = "0.9"

Expand Down
2 changes: 1 addition & 1 deletion http-endpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ drogue-cloud-endpoint-common = { path = "../endpoint-common" }
drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-service-common = { path = "../service-common" }

drogue-client = "0.7.0"
drogue-client = "0.7.1"
drogue-ttn = "0.5"

dotenv = "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion integration-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ drogue-cloud-service-common = { path = "../service-common" }
drogue-cloud-endpoint-common = { path = "../endpoint-common" }
drogue-cloud-event-common = { path = "../event-common" }

drogue-client = "0.7.0"
drogue-client = "0.7.1"

actix-web = { version = "=4.0.0-beta.8", optional = true } # we need v4 as we need tokio 1

Expand Down
2 changes: 1 addition & 1 deletion mqtt-endpoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cloudevents-sdk = "0.4"
drogue-cloud-endpoint-common = { path = "../endpoint-common" }
drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-service-common = { path = "../service-common" }
drogue-client = "0.7.0"
drogue-client = "0.7.1"

[dependencies.open-ssl]
version = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion mqtt-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ drogue-cloud-event-common = { path = "../event-common" }
drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-service-common = { path = "../service-common" }
drogue-cloud-integration-common = { path = "../integration-common" }
drogue-client = "0.7.0"
drogue-client = "0.7.1"

[dependencies.open-ssl]
version = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion operator-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ futures = "0.3"
tokio = "1"
chrono = "0.4"

drogue-client = "0.7.0"
drogue-client = "0.7.1"
drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-registry-events = { path = "../registry-events" }
drogue-cloud-database-common = { path = "../database-common" }
Expand Down
2 changes: 1 addition & 1 deletion service-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ regex = "1"
url = "2"
md5 = "0.7"

drogue-client = { version = "0.7.0", default-features = false }
drogue-client = { version = "0.7.1", default-features = false }

actix-web = { version = "=4.0.0-beta.8", optional = true } # we need v4 as we need tokio 1
futures = { version = "0.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion service-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cloudevents-sdk = { version = "0.4", features = ["reqwest"] }

drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-event-common = { path = "../event-common" }
drogue-client = "0.7.0"
drogue-client = "0.7.1"

[dev-dependencies]
env_logger = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion topic-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-registry-events = { path = "../registry-events" }
drogue-cloud-operator-common = { path = "../operator-common", features = ["reqwest", "with_kube"] }

drogue-client = "0.7.0"
drogue-client = "0.7.1"
2 changes: 1 addition & 1 deletion ttn-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ drogue-cloud-service-api = { path = "../service-api" }
drogue-cloud-registry-events = { path = "../registry-events" }
drogue-cloud-operator-common = { path = "../operator-common", features = ["reqwest"] }

drogue-client = "0.7.0"
drogue-client = "0.7.1"
2 changes: 1 addition & 1 deletion websocket-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = "1"

url = "2"

drogue-client = "0.7.0"
drogue-client = "0.7.1"
drogue-cloud-service-common = { path = "../service-common" }
drogue-cloud-integration-common = { path = "../integration-common" }
drogue-cloud-service-api = { path = "../service-api" }

0 comments on commit d55eb9b

Please sign in to comment.