diff --git a/CHANGELOG.md b/CHANGELOG.md index 409ff24..889d660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [6.0.2](https://github.com/cailloumajor/opcua-proxy/compare/v6.0.1...v6.0.2) (2024-05-24) + + +### Bug Fixes + +* changes in Array API (opcua 0.12.0) ([5363efd](https://github.com/cailloumajor/opcua-proxy/commit/5363efd63dbf1255d19e6cbe71610b67233c3aab)) +* **deps:** update rust crate anyhow to v1.0.86 ([45af502](https://github.com/cailloumajor/opcua-proxy/commit/45af502ae62e702680d08e8bbbfbcaed51b4bda6)) +* **deps:** update rust crate clap to 4.5.4 ([f19bd44](https://github.com/cailloumajor/opcua-proxy/commit/f19bd44c1068783519084b3a215f6b165892d44e)) +* **deps:** update rust crate clap-verbosity-flag to v2.2.0 ([04745bc](https://github.com/cailloumajor/opcua-proxy/commit/04745bc12d9642cc1a6c978c5af9771e92d31395)) +* **deps:** update rust crate env_logger to 0.11.0 ([fcaaf14](https://github.com/cailloumajor/opcua-proxy/commit/fcaaf14e0d821f32c5206dd6567f4a5e409d1c33)) +* **deps:** update rust crate futures-util to 0.3.30 ([b61f4db](https://github.com/cailloumajor/opcua-proxy/commit/b61f4dbf5be68e998c7a7ee412a99f751c5d2a2e)) +* **deps:** update rust crate mongodb to v2.8.2 ([b1631e3](https://github.com/cailloumajor/opcua-proxy/commit/b1631e377f1defa7a260679778eb0681dc364824)) +* **deps:** update rust crate opcua to 0.12.0 ([b5d2984](https://github.com/cailloumajor/opcua-proxy/commit/b5d298415918a3279a86023cdd1a1caf22078284)) +* **deps:** update rust crate reqwest to 0.12.0 ([c3349bf](https://github.com/cailloumajor/opcua-proxy/commit/c3349bf3214ee08988e57d7c98eeca2fd64f4d43)) +* **deps:** update rust crate serde to 1.0.198 ([c60f137](https://github.com/cailloumajor/opcua-proxy/commit/c60f137d8f599f93bd862f08d471c9aa29e97870)) +* **deps:** update rust crate serde to v1.0.202 ([ce1eefa](https://github.com/cailloumajor/opcua-proxy/commit/ce1eefac4a72b38ef0da9b498499a7edbfd97e88)) +* **deps:** update rust crate tokio to 1.37.0 ([aadb6bb](https://github.com/cailloumajor/opcua-proxy/commit/aadb6bb7c1f78dd32b52db87e997f295068361b2)) +* **deps:** update rust crate tokio-util to 0.7.10 ([ea7a55d](https://github.com/cailloumajor/opcua-proxy/commit/ea7a55d96433cb37ab6ab02d021cf80d21d8fc50)) +* **deps:** update rust crate tokio-util to v0.7.11 ([cf56da0](https://github.com/cailloumajor/opcua-proxy/commit/cf56da07453b35decd2c3f1724a9f0e39090cfed)) +* **deps:** update rust crate url to v2.5.0 ([df86bbe](https://github.com/cailloumajor/opcua-proxy/commit/df86bbed9c78b0a549e61f2778faa7c30a6ed1ab)) +* **deps:** update rust docker tag to v1.77.2 ([14613e2](https://github.com/cailloumajor/opcua-proxy/commit/14613e2d23283d371e24d97d756a40e1fe7d6298)) +* **deps:** update rust docker tag to v1.78.0 ([719e38f](https://github.com/cailloumajor/opcua-proxy/commit/719e38fb81edb61072ce807e5e1e10eeb912b2b4)) +* **deps:** update tokio-tracing monorepo ([2a13064](https://github.com/cailloumajor/opcua-proxy/commit/2a130648eda833c5e4fc7289aa0b8a70ee6a4f1a)) +* **deps:** update tonistiigi/xx docker tag to v1.4.0 ([188739b](https://github.com/cailloumajor/opcua-proxy/commit/188739b922943d81035322bdeefd065a933f809e)) +* remove usage of arcstr ([96f8b0a](https://github.com/cailloumajor/opcua-proxy/commit/96f8b0afad6863b8f6c7ed6787b565fe54fd3f88)) + ## [6.0.1](https://github.com/cailloumajor/opcua-proxy/compare/v6.0.0...v6.0.1) (2023-10-19) diff --git a/Cargo.lock b/Cargo.lock index 1ad7512..6b7b6e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,11 +448,11 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "form_urlencoded" -version = "1.2.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" +checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" dependencies = [ - "percent-encoding 2.3.1", + "percent-encoding 2.3.0", ] [[package]] @@ -769,9 +769,9 @@ dependencies = [ [[package]] name = "idna" -version = "0.5.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" dependencies = [ "unicode-bidi", "unicode-normalization", @@ -939,7 +939,7 @@ dependencies = [ "lazy_static", "md-5", "pbkdf2", - "percent-encoding 2.3.1", + "percent-encoding 2.3.0", "rand", "rustc_version_runtime", "rustls", @@ -1042,7 +1042,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "6.0.1" +version = "6.0.2" dependencies = [ "anyhow", "clap", @@ -1060,7 +1060,7 @@ dependencies = [ "tracing", "tracing-log", "tracing-subscriber", - "url 2.5.0", + "url 2.4.1", ] [[package]] @@ -1157,9 +1157,9 @@ checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" [[package]] name = "percent-encoding" -version = "2.3.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pin-project" @@ -1329,7 +1329,7 @@ dependencies = [ "log", "mime", "once_cell", - "percent-encoding 2.3.1", + "percent-encoding 2.3.0", "pin-project-lite", "serde", "serde_json", @@ -1337,7 +1337,7 @@ dependencies = [ "sync_wrapper", "tokio", "tower-service", - "url 2.5.0", + "url 2.4.1", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -1966,7 +1966,7 @@ dependencies = [ "thiserror", "tinyvec", "tokio", - "url 2.5.0", + "url 2.4.1", ] [[package]] @@ -2058,13 +2058,13 @@ dependencies = [ [[package]] name = "url" -version = "2.5.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" dependencies = [ "form_urlencoded", - "idna 0.5.0", - "percent-encoding 2.3.1", + "idna 0.4.0", + "percent-encoding 2.3.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f4748d8..ffeb10c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "6.0.1" +version = "6.0.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html