Skip to content

Commit

Permalink
Auto-updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 2, 2021
1 parent 95701b1 commit ffba061
Show file tree
Hide file tree
Showing 17 changed files with 375 additions and 378 deletions.
431 changes: 214 additions & 217 deletions Cargo.lock

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agent"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>", "<bfjelds@microsoft.com>"]
edition = "2018"

Expand All @@ -13,38 +13,38 @@ akri-onvif = { path = "../discovery-handlers/onvif", optional = true }
akri-opcua = { path = "../discovery-handlers/opcua", optional = true }
akri-udev = { path = "../discovery-handlers/udev", optional = true }
akri-shared = { path = "../shared" }
anyhow = "1.0.38"
async-stream = "0.3"
async-trait = "0.1.0"
blake2 = "0.9.0"
chrono = "0.4.10"
anyhow = "1.0.43"
async-stream = "0.3.2"
async-trait = "0.1.51"
blake2 = "0.9.2"
chrono = "0.4.19"
cfg-if = "1.0.0"
env_logger = "0.9.0"
futures = { version = "0.3.1", package = "futures" }
futures-core = "0.3"
futures-util = "0.3"
hyper = "0.14.2"
h2 = "=0.3.3"
kube = { version = "0.59.0", features = ["derive"] }
futures = { version = "0.3.17", package = "futures" }
futures-core = "0.3.17"
futures-util = "0.3.17"
hyper = "0.14.12"
h2 = "0.3.3"
kube = { version = "0.59.0", features = ["derive"] }
kube-runtime = "0.59.0"
k8s-openapi = { version = "0.13.0", default-features = false, features = ["schemars", "v1_16"] }
lazy_static = "1.4"
log = "0.4"
lazy_static = "1.4.0"
log = "0.4.14"
mockall_double = "0.2.0"
prometheus = { version = "0.12.0", features = ["process"] }
prost = "0.8.0"
prost-types = "0.8.0"
rand = "0.8.2"
serde = "1.0.104"
serde_json = "1.0.45"
serde_yaml = "0.8.11"
serde_derive = "1.0.104"
tokio = { version = "1.0", features = ["rt-multi-thread", "time", "fs", "macros", "net"] }
tokio-stream = { version = "0.1", features = ["net"] }
rand = "0.8.4"
serde = "1.0.130"
serde_json = "1.0.67"
serde_yaml = "0.8.20"
serde_derive = "1.0.130"
tokio = { version = "1.11.0", features = ["rt-multi-thread", "time", "fs", "macros", "net"] }
tokio-stream = { version = "0.1.7", features = ["net"] }
tonic = "0.5.2"
tower = "0.4.8"
url = "2.1.0"
uuid = { version = "0.8.1", features = ["v4"] }
tower = "0.4.8"
url = "2.2.2"
uuid = { version = "0.8.2", features = ["v4"] }

[build-dependencies]
tonic-build = "0.5.2"
Expand All @@ -56,8 +56,8 @@ akri-onvif = { path = "../discovery-handlers/onvif" }
akri-opcua = { path = "../discovery-handlers/opcua" }
akri-udev = { path = "../discovery-handlers/udev"}
mockall = "0.10.2"
mock_instant = { version = "0.2", features = ["sync"] }
tempfile = "3.1.0"
mock_instant = { version = "0.2.1", features = ["sync"] }
tempfile = "3.2.0"

[features]
# To embed discovery handlers, add the desired discovery handler features to default and "agent-full".
Expand All @@ -67,4 +67,4 @@ default = []
onvif-feat = [ "akri-onvif"]
opcua-feat = ["akri-opcua"]
udev-feat = ["akri-udev"]
agent-full = []
agent-full = []
28 changes: 14 additions & 14 deletions controller/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
[package]
name = "controller"
version = "0.6.13"
version = "0.6.14"
authors = ["<bfjelds@microsoft.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
akri-shared = { path = "../shared" }
async-std = "1.5.0"
async-trait = "0.1.0"
chrono = "0.4.10"
async-std = "1.10.0"
async-trait = "0.1.51"
chrono = "0.4.19"
env_logger = "0.9.0"
futures = "0.3.1"
anyhow = "1.0.38"
kube = { version = "0.59.0", features = ["derive"] }
futures = "0.3.17"
anyhow = "1.0.43"
kube = { version = "0.59.0", features = ["derive"] }
kube-runtime = "0.59.0"
k8s-openapi = { version = "0.13.0", default-features = false, features = ["schemars", "v1_16"] }
lazy_static = "1.4"
log = "0.4"
lazy_static = "1.4.0"
log = "0.4.14"
prometheus = { version = "0.12.0", features = ["process"] }
serde = "1.0.104"
serde_derive = "1.0.104"
serde_json = "1.0.45"
serde_yaml = "0.8.11"
tokio = { version = "1.0.2", features = ["full"] }
serde = "1.0.130"
serde_derive = "1.0.130"
serde_json = "1.0.67"
serde_yaml = "0.8.20"
tokio = { version = "1.11.0", features = ["full"] }

[dev-dependencies]
mockall = "0.10.2"
4 changes: 2 additions & 2 deletions deployment/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.13
version: 0.6.14

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 0.6.13
appVersion: 0.6.14
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "debug-echo-discovery-handler"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
edition = "2018"

Expand All @@ -10,5 +10,5 @@ edition = "2018"
akri-discovery-utils = { path = "../../discovery-utils" }
akri-debug-echo = { path = "../../discovery-handlers/debug-echo" }
env_logger = "0.9.0"
log = "0.4"
tokio = { version = "1.0.1" }
log = "0.4.14"
tokio = "1.11.0"
6 changes: 3 additions & 3 deletions discovery-handler-modules/onvif-discovery-handler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "onvif-discovery-handler"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
edition = "2018"

Expand All @@ -10,5 +10,5 @@ edition = "2018"
akri-discovery-utils = { path = "../../discovery-utils" }
akri-onvif = { path = "../../discovery-handlers/onvif" }
env_logger = "0.9.0"
log = "0.4"
tokio = { version = "1.0.1" }
log = "0.4.14"
tokio = "1.11.0"
6 changes: 3 additions & 3 deletions discovery-handler-modules/opcua-discovery-handler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opcua-discovery-handler"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
edition = "2018"

Expand All @@ -10,5 +10,5 @@ edition = "2018"
akri-discovery-utils = { path = "../../discovery-utils" }
akri-opcua = { path = "../../discovery-handlers/opcua" }
env_logger = "0.9.0"
log = "0.4"
tokio = { version = "1.0.1" }
log = "0.4.14"
tokio = "1.11.0"
6 changes: 3 additions & 3 deletions discovery-handler-modules/udev-discovery-handler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "udev-discovery-handler"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
edition = "2018"

Expand All @@ -10,5 +10,5 @@ edition = "2018"
akri-discovery-utils = { path = "../../discovery-utils" }
akri-udev = { path = "../../discovery-handlers/udev" }
env_logger = "0.9.0"
log = "0.4"
tokio = { version = "1.0.1" }
log = "0.4.14"
tokio = "1.11.0"
24 changes: 12 additions & 12 deletions discovery-handlers/debug-echo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
name = "akri-debug-echo"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
akri-discovery-utils = { path = "../../discovery-utils" }
anyhow = "1.0.38"
async-trait = "0.1.0"
anyhow = "1.0.43"
async-trait = "0.1.51"
env_logger = "0.9.0"
futures-util = "0.3"
log = "0.4"
serde = "1.0.104"
serde_json = "1.0.45"
serde_yaml = "0.8.11"
serde_derive = "1.0.104"
tokio = { version = "1.0.1", features = ["time", "net", "sync"] }
tokio-stream = { version = "0.1", features = ["net"] }
futures-util = "0.3.17"
log = "0.4.14"
serde = "1.0.130"
serde_json = "1.0.67"
serde_yaml = "0.8.20"
serde_derive = "1.0.130"
tokio = { version = "1.11.0", features = ["time", "net", "sync"] }
tokio-stream = { version = "0.1.7", features = ["net"] }
tonic = { version = "0.5.2", features = ["tls"] }

[dev-dependencies]
akri-shared = { path = "../../shared" }
akri-shared = { path = "../../shared" }
36 changes: 18 additions & 18 deletions discovery-handlers/onvif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "akri-onvif"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
edition = "2018"

Expand All @@ -9,26 +9,26 @@ edition = "2018"
[dependencies]
akri-discovery-utils = { path = "../../discovery-utils" }
akri-shared = { path = "../../shared" }
anyhow = "1.0.38"
async-trait = "0.1.0"
bytes = "1.0.1"
anyhow = "1.0.43"
async-trait = "0.1.51"
bytes = "1.1.0"
env_logger = "0.9.0"
futures-util = "0.3"
hyper = { version = "0.14.11", package = "hyper" }
log = "0.4"
serde = "1.0.104"
serde_json = "1.0.45"
serde_yaml = "0.8.11"
serde_derive = "1.0.104"
sxd-document = "0.3.0"
sxd-xpath = "0.4.0"
tokio = { version = "1.0", features = ["time", "net", "sync"] }
tokio-stream = { version = "0.1", features = ["net"] }
futures-util = "0.3.17"
hyper = { version = "0.14.12", package = "hyper" }
log = "0.4.14"
serde = "1.0.130"
serde_json = "1.0.67"
serde_yaml = "0.8.20"
serde_derive = "1.0.130"
sxd-document = "0.3.2"
sxd-xpath = "0.4.2"
tokio = { version = "1.11.0", features = ["time", "net", "sync"] }
tokio-stream = { version = "0.1.7", features = ["net"] }
tonic = { version = "0.5.2", features = ["tls"] }
uuid = { version = "0.8.1", features = ["v4"] }
xml-rs = { version = "0.8.0" }
uuid = { version = "0.8.2", features = ["v4"] }
xml-rs = "0.8.4"
yaserde = "0.7.1"
yaserde_derive = "0.7.1"

[dev-dependencies]
mockall = "0.10.2"
mockall = "0.10.2"
28 changes: 14 additions & 14 deletions discovery-handlers/opcua/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "akri-opcua"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
edition = "2018"

Expand All @@ -9,21 +9,21 @@ edition = "2018"
[dependencies]
akri-discovery-utils = { path = "../../discovery-utils" }
akri-shared = { path = "../../shared" }
anyhow = "1.0.38"
async-trait = "0.1.0"
anyhow = "1.0.43"
async-trait = "0.1.51"
env_logger = "0.9.0"
futures-util = "0.3"
log = "0.4"
opcua-client = "0.8.0"
futures-util = "0.3.17"
log = "0.4.14"
opcua-client = "0.8.1"
prost = "0.8.0"
serde = "1.0.104"
serde_json = "1.0.45"
serde_yaml = "0.8.11"
serde_derive = "1.0.1"
tokio = { version = "1.0.2", features = ["time", "net", "sync"] }
tokio-stream = { version = "0.1", features = ["net"] }
serde = "1.0.130"
serde_json = "1.0.67"
serde_yaml = "0.8.20"
serde_derive = "1.0.130"
tokio = { version = "1.11.0", features = ["time", "net", "sync"] }
tokio-stream = { version = "0.1.7", features = ["net"] }
tonic = { version = "0.5.2", features = ["tls"] }
url = "2.2.0"
url = "2.2.2"

[dev-dependencies]
mockall = "0.10.2"
mockall = "0.10.2"
32 changes: 16 additions & 16 deletions discovery-handlers/udev/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
[package]
name = "akri-udev"
version = "0.6.13"
version = "0.6.14"
authors = ["Kate Goldenring <kate.goldenring@microsoft.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
akri-discovery-utils = { path = "../../discovery-utils" }
anyhow = "1.0.38"
async-trait = "0.1.0"
anyhow = "1.0.43"
async-trait = "0.1.51"
env_logger = "0.9.0"
futures-util = "0.3"
log = "0.4"
pest = "2.0"
pest_derive = "2.0"
futures-util = "0.3.17"
log = "0.4.14"
pest = "2.1.3"
pest_derive = "2.1.0"
prost = "0.8.0"
regex = "1"
serde = "1.0.104"
serde_json = "1.0.45"
serde_yaml = "0.8.11"
serde_derive = "1.0.104"
tokio = { version = "1.0", features = ["time", "net", "sync"] }
tokio-stream = { version = "0.1", features = ["net"] }
regex = "1.5.4"
serde = "1.0.130"
serde_json = "1.0.67"
serde_yaml = "0.8.20"
serde_derive = "1.0.130"
tokio = { version = "1.11.0", features = ["time", "net", "sync"] }
tokio-stream = { version = "0.1.7", features = ["net"] }
tonic = { version = "0.5.2", features = ["tls"] }
udev = "0.5"
udev = "0.5.0"

[dev-dependencies]
mockall = "0.10.2"
mockall = "0.10.2"
Loading

0 comments on commit ffba061

Please sign in to comment.