diff --git a/.github/workflows/check-rust.yml b/.github/workflows/check-rust.yml
index 87b58da87..0a74bc7c9 100644
--- a/.github/workflows/check-rust.yml
+++ b/.github/workflows/check-rust.yml
@@ -33,7 +33,7 @@ jobs:
- name: Rust install
uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.68.1
+ toolchain: 1.73.0
components: clippy, rustfmt
- name: Install Linux requirements
run: |
diff --git a/.github/workflows/run-tarpaulin.yml b/.github/workflows/run-tarpaulin.yml
index 0ff6f70de..66f433bce 100644
--- a/.github/workflows/run-tarpaulin.yml
+++ b/.github/workflows/run-tarpaulin.yml
@@ -16,7 +16,7 @@ on:
env:
CARGO_TERM_COLOR: always
- CARGO_VERSION: 1.68.1
+ CARGO_VERSION: 1.73.0
jobs:
build:
diff --git a/Cargo.lock b/Cargo.lock
index f36e3fe1a..6b9c79781 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -298,7 +298,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "agent"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-debug-echo",
"akri-discovery-utils",
@@ -358,7 +358,7 @@ dependencies = [
[[package]]
name = "akri-debug-echo"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-discovery-utils",
"akri-shared",
@@ -376,7 +376,7 @@ dependencies = [
[[package]]
name = "akri-discovery-utils"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-shared",
"anyhow",
@@ -398,7 +398,7 @@ dependencies = [
[[package]]
name = "akri-onvif"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-discovery-utils",
"anyhow",
@@ -427,7 +427,7 @@ dependencies = [
[[package]]
name = "akri-opcua"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-discovery-utils",
"anyhow",
@@ -446,7 +446,7 @@ dependencies = [
[[package]]
name = "akri-shared"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"anyhow",
"async-trait",
@@ -471,7 +471,7 @@ dependencies = [
[[package]]
name = "akri-udev"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-discovery-utils",
"anyhow",
@@ -986,7 +986,7 @@ checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
[[package]]
name = "controller"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-shared",
"anyhow",
@@ -1178,7 +1178,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
[[package]]
name = "debug-echo-discovery-handler"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-debug-echo",
"akri-discovery-utils",
@@ -2479,7 +2479,7 @@ checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "onvif-discovery-handler"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-discovery-utils",
"akri-onvif",
@@ -2529,7 +2529,7 @@ dependencies = [
[[package]]
name = "opcua-discovery-handler"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-discovery-utils",
"akri-opcua",
@@ -4134,7 +4134,7 @@ dependencies = [
[[package]]
name = "udev-discovery-handler"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-discovery-utils",
"akri-udev",
@@ -4145,7 +4145,7 @@ dependencies = [
[[package]]
name = "udev-video-broker"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"akri-shared",
"env_logger",
@@ -4422,7 +4422,7 @@ dependencies = [
[[package]]
name = "webhook-configuration"
-version = "0.12.18"
+version = "0.12.19"
dependencies = [
"actix-rt 2.7.0",
"actix-web",
diff --git a/README.md b/README.md
index 6c0946875..80990c109 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
[![Slack channel #akri](https://img.shields.io/badge/slack-akri-blueviolet.svg?logo=slack)](https://kubernetes.slack.com/messages/akri)
-[![Rust Version](https://img.shields.io/badge/rustc-1.68.1-blue.svg)](https://blog.rust-lang.org/2023/03/31/Rust-1.68.1.html)
+[![Rust Version](https://img.shields.io/badge/rustc-1.73.0-blue.svg)](https://blog.rust-lang.org/2023/03/31/Rust-1.73.0.html)
[![Kubernetes Version](https://img.shields.io/badge/kubernetes-≥%201.16-blue.svg)](https://kubernetes.io/)
[![codecov](https://codecov.io/gh/project-akri/akri/branch/main/graph/badge.svg?token=V468HO7CDE)](https://codecov.io/gh/project-akri/akri)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/5339/badge)](https://bestpractices.coreinfrastructure.org/projects/5339)
diff --git a/agent/Cargo.toml b/agent/Cargo.toml
index c3984a2fe..be915f016 100644
--- a/agent/Cargo.toml
+++ b/agent/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "agent"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring ", ""]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/build/setup.sh b/build/setup.sh
index 1e73d6406..9c16b080a 100755
--- a/build/setup.sh
+++ b/build/setup.sh
@@ -23,10 +23,10 @@ then
if [ -x "$(command -v sudo)" ];
then
echo "Install rustup"
- sudo curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.68.1
+ sudo curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.73.0
else
echo "Install rustup"
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.68.1
+ curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain=1.73.0
fi
else
echo "Found rustup"
diff --git a/controller/Cargo.toml b/controller/Cargo.toml
index c969b2df7..be9cd6ce3 100644
--- a/controller/Cargo.toml
+++ b/controller/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "controller"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["", ""]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/deployment/helm/Chart.yaml b/deployment/helm/Chart.yaml
index fb4221c10..3af7fa3a4 100644
--- a/deployment/helm/Chart.yaml
+++ b/deployment/helm/Chart.yaml
@@ -16,9 +16,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.12.18
+version: 0.12.19
# 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.12.18
+appVersion: 0.12.19
diff --git a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml
index e94096c2d..644eee30c 100644
--- a/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml
+++ b/discovery-handler-modules/debug-echo-discovery-handler/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "debug-echo-discovery-handler"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/discovery-handler-modules/onvif-discovery-handler/Cargo.toml b/discovery-handler-modules/onvif-discovery-handler/Cargo.toml
index 769243373..1367cb3d5 100644
--- a/discovery-handler-modules/onvif-discovery-handler/Cargo.toml
+++ b/discovery-handler-modules/onvif-discovery-handler/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "onvif-discovery-handler"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/discovery-handler-modules/opcua-discovery-handler/Cargo.toml b/discovery-handler-modules/opcua-discovery-handler/Cargo.toml
index ad68f4b06..282090ff8 100644
--- a/discovery-handler-modules/opcua-discovery-handler/Cargo.toml
+++ b/discovery-handler-modules/opcua-discovery-handler/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "opcua-discovery-handler"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/discovery-handler-modules/udev-discovery-handler/Cargo.toml b/discovery-handler-modules/udev-discovery-handler/Cargo.toml
index 5ca2abcee..6c2bba602 100644
--- a/discovery-handler-modules/udev-discovery-handler/Cargo.toml
+++ b/discovery-handler-modules/udev-discovery-handler/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "udev-discovery-handler"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/discovery-handlers/debug-echo/Cargo.toml b/discovery-handlers/debug-echo/Cargo.toml
index f90d06825..352fedd5b 100644
--- a/discovery-handlers/debug-echo/Cargo.toml
+++ b/discovery-handlers/debug-echo/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "akri-debug-echo"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/discovery-handlers/onvif/Cargo.toml b/discovery-handlers/onvif/Cargo.toml
index acc5718e1..2b9893c57 100644
--- a/discovery-handlers/onvif/Cargo.toml
+++ b/discovery-handlers/onvif/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "akri-onvif"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/discovery-handlers/opcua/Cargo.toml b/discovery-handlers/opcua/Cargo.toml
index 4fc941886..2a91fc054 100644
--- a/discovery-handlers/opcua/Cargo.toml
+++ b/discovery-handlers/opcua/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "akri-opcua"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/discovery-handlers/udev/Cargo.toml b/discovery-handlers/udev/Cargo.toml
index 186e915e8..e1b2ad496 100644
--- a/discovery-handlers/udev/Cargo.toml
+++ b/discovery-handlers/udev/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "akri-udev"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/discovery-utils/Cargo.toml b/discovery-utils/Cargo.toml
index d64a9ccb9..1db0ef45b 100644
--- a/discovery-utils/Cargo.toml
+++ b/discovery-utils/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "akri-discovery-utils"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/samples/brokers/udev-video-broker/Cargo.toml b/samples/brokers/udev-video-broker/Cargo.toml
index e143031f7..923d41408 100644
--- a/samples/brokers/udev-video-broker/Cargo.toml
+++ b/samples/brokers/udev-video-broker/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "udev-video-broker"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["Kate Goldenring ", ""]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/shared/Cargo.toml b/shared/Cargo.toml
index 099dcd283..7cd28e194 100644
--- a/shared/Cargo.toml
+++ b/shared/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "akri-shared"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = [""]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/version.txt b/version.txt
index d1b3a7ea1..9cbfc3fe9 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.12.18
+0.12.19
diff --git a/webhooks/validating/configuration/Cargo.toml b/webhooks/validating/configuration/Cargo.toml
index 2b0f2fc65..16e671154 100644
--- a/webhooks/validating/configuration/Cargo.toml
+++ b/webhooks/validating/configuration/Cargo.toml
@@ -1,10 +1,10 @@
[package]
name = "webhook-configuration"
-version = "0.12.18"
+version = "0.12.19"
license = "Apache-2.0"
authors = ["DazWilkin "]
edition = "2018"
-rust-version = "1.68.1"
+rust-version = "1.73.0"
[dependencies]
actix-web = { version = "3.3.2", features = ["openssl"] }