From 727702749f20ad19ff56bcd72380422aa790c749 Mon Sep 17 00:00:00 2001 From: ockam-team Date: Thu, 12 Dec 2024 18:48:25 +0000 Subject: [PATCH] ci: crate release 12-12-2024 --- Cargo.lock | 30 +++++++++---------- implementations/rust/ockam/ockam/CHANGELOG.md | 7 +++++ implementations/rust/ockam/ockam/Cargo.toml | 16 +++++----- implementations/rust/ockam/ockam/README.md | 2 +- .../rust/ockam/ockam_abac/CHANGELOG.md | 11 +++++++ .../rust/ockam/ockam_abac/Cargo.toml | 6 ++-- .../rust/ockam/ockam_abac/README.md | 2 +- .../rust/ockam/ockam_api/CHANGELOG.md | 16 ++++++++++ .../rust/ockam/ockam_api/Cargo.toml | 18 +++++------ .../rust/ockam/ockam_api/README.md | 2 +- .../rust/ockam/ockam_app_lib/CHANGELOG.md | 11 +++++++ .../rust/ockam/ockam_app_lib/Cargo.toml | 12 ++++---- .../rust/ockam/ockam_app_lib/README.md | 2 +- .../rust/ockam/ockam_command/CHANGELOG.md | 7 +++++ .../rust/ockam/ockam_command/Cargo.toml | 16 +++++----- .../rust/ockam/ockam_command/README.md | 2 +- .../rust/ockam/ockam_identity/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_identity/Cargo.toml | 6 ++-- .../rust/ockam/ockam_identity/README.md | 2 +- .../rust/ockam/ockam_multiaddr/CHANGELOG.md | 7 +++++ .../rust/ockam/ockam_multiaddr/Cargo.toml | 2 +- .../rust/ockam/ockam_multiaddr/README.md | 2 +- .../rust/ockam/ockam_node/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_node/Cargo.toml | 2 +- .../rust/ockam/ockam_node/README.md | 2 +- .../ockam/ockam_rust_elixir_nifs/Cargo.toml | 6 ++-- .../ockam/ockam_transport_ble/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_ble/Cargo.toml | 8 ++--- .../rust/ockam/ockam_transport_ble/README.md | 2 +- .../ockam/ockam_transport_tcp/CHANGELOG.md | 12 ++++++++ .../rust/ockam/ockam_transport_tcp/Cargo.toml | 4 +-- .../rust/ockam/ockam_transport_tcp/README.md | 2 +- .../ockam/ockam_transport_udp/CHANGELOG.md | 8 +++++ .../rust/ockam/ockam_transport_udp/Cargo.toml | 4 +-- .../rust/ockam/ockam_transport_udp/README.md | 2 +- .../ockam/ockam_transport_uds/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_transport_uds/Cargo.toml | 4 +-- .../rust/ockam/ockam_transport_uds/README.md | 2 +- .../ockam_transport_websocket/CHANGELOG.md | 6 ++++ .../ockam_transport_websocket/Cargo.toml | 4 +-- .../ockam/ockam_transport_websocket/README.md | 2 +- .../rust/ockam/ockam_vault/CHANGELOG.md | 10 +++++++ .../rust/ockam/ockam_vault/Cargo.toml | 4 +-- .../rust/ockam/ockam_vault/README.md | 2 +- .../rust/ockam/ockam_vault_aws/CHANGELOG.md | 6 ++++ .../rust/ockam/ockam_vault_aws/Cargo.toml | 6 ++-- .../rust/ockam/ockam_vault_aws/README.md | 2 +- 47 files changed, 222 insertions(+), 89 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9146e204ce..78fda9f186a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4644,7 +4644,7 @@ dependencies = [ [[package]] name = "ockam" -version = "0.144.0" +version = "0.145.0" dependencies = [ "hex", "ockam_abac", @@ -4666,7 +4666,7 @@ dependencies = [ [[package]] name = "ockam_abac" -version = "0.75.0" +version = "0.76.0" dependencies = [ "cfg-if", "either", @@ -4696,7 +4696,7 @@ dependencies = [ [[package]] name = "ockam_api" -version = "0.87.0" +version = "0.88.0" dependencies = [ "base64-url", "bytes 1.8.0", @@ -4791,7 +4791,7 @@ dependencies = [ [[package]] name = "ockam_app_lib" -version = "0.144.0" +version = "0.145.0" dependencies = [ "cbindgen", "duct", @@ -4813,7 +4813,7 @@ dependencies = [ [[package]] name = "ockam_command" -version = "0.144.0" +version = "0.145.0" dependencies = [ "arboard", "assert_cmd", @@ -4931,7 +4931,7 @@ dependencies = [ [[package]] name = "ockam_identity" -version = "0.129.0" +version = "0.130.0" dependencies = [ "async-trait", "cfg-if", @@ -4974,7 +4974,7 @@ dependencies = [ [[package]] name = "ockam_multiaddr" -version = "0.66.0" +version = "0.67.0" dependencies = [ "bincode", "miette", @@ -4993,7 +4993,7 @@ dependencies = [ [[package]] name = "ockam_node" -version = "0.134.0" +version = "0.135.0" dependencies = [ "cfg-if", "fs2", @@ -5043,7 +5043,7 @@ dependencies = [ [[package]] name = "ockam_transport_ble" -version = "0.96.0" +version = "0.97.0" dependencies = [ "atsame54_xpro", "bluenrg", @@ -5081,7 +5081,7 @@ dependencies = [ [[package]] name = "ockam_transport_tcp" -version = "0.132.0" +version = "0.133.0" dependencies = [ "async-trait", "aya", @@ -5113,7 +5113,7 @@ dependencies = [ [[package]] name = "ockam_transport_udp" -version = "0.76.0" +version = "0.77.0" dependencies = [ "cfg-if", "minicbor", @@ -5128,7 +5128,7 @@ dependencies = [ [[package]] name = "ockam_transport_uds" -version = "0.61.0" +version = "0.62.0" dependencies = [ "ockam_core", "ockam_macros", @@ -5142,7 +5142,7 @@ dependencies = [ [[package]] name = "ockam_transport_websocket" -version = "0.123.0" +version = "0.124.0" dependencies = [ "futures-util", "ockam_core", @@ -5157,7 +5157,7 @@ dependencies = [ [[package]] name = "ockam_vault" -version = "0.127.0" +version = "0.128.0" dependencies = [ "aes-gcm", "arrayref", @@ -5188,7 +5188,7 @@ dependencies = [ [[package]] name = "ockam_vault_aws" -version = "0.53.0" +version = "0.54.0" dependencies = [ "aws-config", "aws-sdk-kms", diff --git a/implementations/rust/ockam/ockam/CHANGELOG.md b/implementations/rust/ockam/ockam/CHANGELOG.md index e719820072d..dee3ab88fed 100644 --- a/implementations/rust/ockam/ockam/CHANGELOG.md +++ b/implementations/rust/ockam/ockam/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.145.0 - 2024-12-12 + +### Added + +- Add `UDP` support to nodes and multiaddr. refactor multiaddr +- Updated dependencies + ## 0.144.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam/Cargo.toml b/implementations/rust/ockam/ockam/Cargo.toml index 6fa8cbbd2ca..7b17140ad8d 100644 --- a/implementations/rust/ockam/ockam/Cargo.toml +++ b/implementations/rust/ockam/ockam/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam" -version = "0.144.0" +version = "0.145.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -89,21 +89,21 @@ path = "tests/main.rs" [dependencies] hex = { version = "0.4", default-features = false } -ockam_abac = { path = "../ockam_abac", version = "^0.75.0", default-features = false, optional = true } +ockam_abac = { path = "../ockam_abac", version = "^0.76.0", default-features = false, optional = true } ockam_core = { path = "../ockam_core", version = "^0.122.0", default-features = false } -ockam_identity = { path = "../ockam_identity", version = "^0.129.0", default-features = false } +ockam_identity = { path = "../ockam_identity", version = "^0.130.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.36.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.134.0", default-features = false } +ockam_node = { path = "../ockam_node", version = "^0.135.0", default-features = false } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0", default-features = false } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.132.0", default-features = false, optional = true } -ockam_transport_udp = { path = "../ockam_transport_udp", version = "^0.76.0", default-features = false, optional = true } -ockam_vault = { path = "../ockam_vault", version = "^0.127.0", default-features = false, optional = true } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.133.0", default-features = false, optional = true } +ockam_transport_udp = { path = "../ockam_transport_udp", version = "^0.77.0", default-features = false, optional = true } +ockam_vault = { path = "../ockam_vault", version = "^0.128.0", default-features = false, optional = true } rand = { version = "0.8", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam_vault = { path = "../ockam_vault", version = "^0.127.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.128.0" } rand_xorshift = "0.3" serde_json = "1.0" trybuild = { version = "1.0", features = ["diff"] } diff --git a/implementations/rust/ockam/ockam/README.md b/implementations/rust/ockam/ockam/README.md index b9c08ed89e5..eac56874698 100644 --- a/implementations/rust/ockam/ockam/README.md +++ b/implementations/rust/ockam/ockam/README.md @@ -49,7 +49,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam = "0.144.0" +ockam = "0.145.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_abac/CHANGELOG.md b/implementations/rust/ockam/ockam_abac/CHANGELOG.md index 39e62238e7b..f531223e7a1 100644 --- a/implementations/rust/ockam/ockam_abac/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_abac/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.76.0 - 2024-12-12 + +### Added + +- Extend boolean expressions to allow key-value and identifiers +- Updated dependencies + +### Changed + +- Make the auto-retry an implementation detail of repositories + ## 0.75.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index 09a310d1572..b6d29cb8e5f 100644 --- a/implementations/rust/ockam/ockam_abac/Cargo.toml +++ b/implementations/rust/ockam/ockam_abac/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_abac" -version = "0.75.0" +version = "0.76.0" authors = ["Ockam Developers"] categories = ["cryptography"] edition = "2021" @@ -39,8 +39,8 @@ cfg-if = "1.0.0" either = { version = "1.13.0", default-features = false } minicbor = { version = "0.25.1", default-features = false, features = ["derive"] } ockam_core = { version = "0.122.0", path = "../ockam_core", default-features = false } -ockam_identity = { version = "0.129.0", path = "../ockam_identity", default-features = false } -ockam_node = { version = "0.134.0", path = "../ockam_node", default-features = false } +ockam_identity = { version = "0.130.0", path = "../ockam_identity", default-features = false } +ockam_node = { version = "0.135.0", path = "../ockam_node", default-features = false } once_cell = { version = "1.19.0", default-features = false, features = ["alloc"] } serde = { version = "1", default-features = false, features = ["derive"] } strum = { version = "0.26.3", default-features = false, features = ["derive"] } diff --git a/implementations/rust/ockam/ockam_abac/README.md b/implementations/rust/ockam/ockam_abac/README.md index 45e0ae79765..6c7a8c1e6b8 100644 --- a/implementations/rust/ockam/ockam_abac/README.md +++ b/implementations/rust/ockam/ockam_abac/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_abac = "0.75.0" +ockam_abac = "0.76.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_api/CHANGELOG.md b/implementations/rust/ockam/ockam_api/CHANGELOG.md index 3b1b8223469..5c043d5136f 100644 --- a/implementations/rust/ockam/ockam_api/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_api/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.88.0 - 2024-12-12 + +### Added + +- Add `UDP` support to nodes and multiaddr. refactor multiaddr +- Enable auto-retry on all repositories +- Updated dependencies + +### Changed + +- Make the auto-retry an implementation detail of repositories + +### Fixed + +- Update tests using the `ENROLLMENT_TICKET` env var + ## 0.87.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index bf34684ce27..3d043f0299e 100644 --- a/implementations/rust/ockam/ockam_api/Cargo.toml +++ b/implementations/rust/ockam/ockam_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_api" -version = "0.87.0" +version = "0.88.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -114,9 +114,9 @@ tracing-opentelemetry = "0.27.0" tracing-subscriber = { version = "0.3", features = ["json"] } url = "2.5.2" -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.66.0", features = ["cbor", "serde"] } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.67.0", features = ["cbor", "serde"] } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0" } -ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.132.0", default-features = false, features = ["std"] } +ockam_transport_tcp = { path = "../ockam_transport_tcp", version = "^0.133.0", default-features = false, features = ["std"] } tonic = "0.12" [dependencies.ockam_core] @@ -126,13 +126,13 @@ default-features = false features = ["no_std", "alloc"] [dependencies.ockam_node] -version = "0.134.0" +version = "0.135.0" path = "../ockam_node" default-features = false features = ["no_std", "alloc"] [dependencies.ockam_vault] -version = "0.127.0" +version = "0.128.0" path = "../ockam_vault" default-features = false # FIXME: ockam_vault's dependency curve25519-dalek has non-additive features which @@ -140,19 +140,19 @@ default-features = false features = ["std", "storage"] [dependencies.ockam_vault_aws] -version = "0.53.0" +version = "0.54.0" path = "../ockam_vault_aws" default-features = false features = ["std"] [dependencies.ockam] -version = "^0.144.0" +version = "^0.145.0" path = "../ockam" default-features = false features = ["std", "ockam_transport_tcp", "ockam_transport_udp", "storage"] [dependencies.ockam_abac] -version = "0.75.0" +version = "0.76.0" path = "../ockam_abac" default-features = false @@ -165,7 +165,7 @@ mockall = "0.13" multimap = "0.10.0" ockam_macros = { path = "../ockam_macros", features = ["std"], version = "^0.36.0" } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0" } -ockam_transport_tcp = { path = "../ockam_transport_tcp", default-features = false, version = "^0.132.0" } +ockam_transport_tcp = { path = "../ockam_transport_tcp", default-features = false, version = "^0.133.0" } opentelemetry_sdk = { version = "0.26.0", features = ["logs", "metrics", "trace", "rt-tokio", "testing"], default-features = false } pretty_assertions = "1.4.1" proptest = "1.5.0" diff --git a/implementations/rust/ockam/ockam_api/README.md b/implementations/rust/ockam/ockam_api/README.md index 6235951c10c..9af1f5e1001 100644 --- a/implementations/rust/ockam/ockam_api/README.md +++ b/implementations/rust/ockam/ockam_api/README.md @@ -32,7 +32,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_api = "0.87.0" +ockam_api = "0.88.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md index 808bc976351..01473a1971f 100644 --- a/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_app_lib/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.145.0 - 2024-12-12 + +### Added + +- Add `UDP` support to nodes and multiaddr. refactor multiaddr +- Updated dependencies + +### Changed + +- Make the auto-retry an implementation detail of repositories + ## 0.144.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index 45f7b2bc5cb..dca3c83c589 100644 --- a/implementations/rust/ockam/ockam_app_lib/Cargo.toml +++ b/implementations/rust/ockam/ockam_app_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_app_lib" -version = "0.144.0" +version = "0.145.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -37,11 +37,11 @@ rust-crypto = ["ockam_api/rust-crypto"] duct = "0.13.7" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.25.1", default-features = false, features = ["alloc", "derive"] } -ockam = { path = "../ockam", version = "^0.144.0", features = ["software_vault"] } -ockam_api = { path = "../ockam_api", version = "0.87.0", default-features = false, features = ["std"] } +ockam = { path = "../ockam", version = "^0.145.0", features = ["software_vault"] } +ockam_api = { path = "../ockam_api", version = "0.88.0", default-features = false, features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.122.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.66.0", features = ["cbor", "serde"] } -ockam_node = { path = "../ockam_node", version = "^0.134.0" } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.67.0", features = ["cbor", "serde"] } +ockam_node = { path = "../ockam_node", version = "^0.135.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sqlx = { version = "0.8.2", default-features = false } @@ -50,7 +50,7 @@ tokio = { version = "1.41.0", features = ["full"] } tracing = { version = "0.1", default-features = false } [dev-dependencies] -ockam_api = { path = "../ockam_api", version = "0.87.0", default-features = false, features = ["test-utils"] } +ockam_api = { path = "../ockam_api", version = "0.88.0", default-features = false, features = ["test-utils"] } tempfile = { version = "3.10.1" } [build-dependencies] diff --git a/implementations/rust/ockam/ockam_app_lib/README.md b/implementations/rust/ockam/ockam_app_lib/README.md index 539f8d449ba..098c6b6cc12 100644 --- a/implementations/rust/ockam/ockam_app_lib/README.md +++ b/implementations/rust/ockam/ockam_app_lib/README.md @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_app_lib = "0.144.0" +ockam_app_lib = "0.145.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_command/CHANGELOG.md b/implementations/rust/ockam/ockam_command/CHANGELOG.md index 38ca201a81d..165c59a46de 100644 --- a/implementations/rust/ockam/ockam_command/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_command/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.145.0 - 2024-12-12 + +### Added + +- Add `UDP` support to nodes and multiaddr. refactor multiaddr +- Updated dependencies + ## 0.144.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index 26605049901..e571acebdca 100644 --- a/implementations/rust/ockam/ockam_command/Cargo.toml +++ b/implementations/rust/ockam/ockam_command/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_command" -version = "0.144.0" +version = "0.145.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -65,13 +65,13 @@ indoc = "2.0.5" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } minicbor = { version = "0.25.1", default-features = false, features = ["alloc", "derive"] } nix = { version = "0.29", features = ["signal"] } -ockam = { path = "../ockam", version = "^0.144.0", features = ["software_vault"] } -ockam_abac = { path = "../ockam_abac", version = "0.75.0", features = ["std"] } -ockam_api = { path = "../ockam_api", version = "0.87.0", default-features = false, features = ["std"] } +ockam = { path = "../ockam", version = "^0.145.0", features = ["software_vault"] } +ockam_abac = { path = "../ockam_abac", version = "0.76.0", features = ["std"] } +ockam_api = { path = "../ockam_api", version = "0.88.0", default-features = false, features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.122.0" } -ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.66.0", features = ["std"] } -ockam_node = { path = "../ockam_node", version = "^0.134.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.127.0", default-features = false, features = ["storage", "std"] } +ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.67.0", features = ["std"] } +ockam_node = { path = "../ockam_node", version = "^0.135.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.128.0", default-features = false, features = ["storage", "std"] } once_cell = "1.19" open = "5.3.0" opentelemetry = { version = "0.26.0", features = ["metrics", "trace"] } @@ -100,7 +100,7 @@ which = "6.0.2" [dev-dependencies] assert_cmd = "2" mockito = "1.5.0" -ockam_api = { path = "../ockam_api", version = "0.87.0", default-features = false, features = ["test-utils"] } +ockam_api = { path = "../ockam_api", version = "0.88.0", default-features = false, features = ["test-utils"] } ockam_macros = { path = "../ockam_macros", version = "^0.36.0" } proptest = "1.5.0" serial_test = "3.0.0" diff --git a/implementations/rust/ockam/ockam_command/README.md b/implementations/rust/ockam/ockam_command/README.md index 4317854facf..444a875660f 100644 --- a/implementations/rust/ockam/ockam_command/README.md +++ b/implementations/rust/ockam/ockam_command/README.md @@ -33,7 +33,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_command = "0.144.0" +ockam_command = "0.145.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_identity/CHANGELOG.md b/implementations/rust/ockam/ockam_identity/CHANGELOG.md index 8fbc7f88c35..a88488a55eb 100644 --- a/implementations/rust/ockam/ockam_identity/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_identity/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.130.0 - 2024-12-12 + +### Added + +- Updated dependencies + +### Changed + +- Make the auto-retry an implementation detail of repositories + ## 0.129.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index 03097d213bc..19923aeabe0 100644 --- a/implementations/rust/ockam/ockam_identity/Cargo.toml +++ b/implementations/rust/ockam/ockam_identity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_identity" -version = "0.129.0" +version = "0.130.0" authors = ["Ockam Developers"] categories = ["cryptography", "authentication"] edition = "2021" @@ -81,9 +81,9 @@ hex = { version = "0.4", default-features = false } minicbor = { version = "0.25.1", default-features = false, features = ["derive"] } ockam_core = { path = "../ockam_core", version = "^0.122.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.36.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.134.0", default-features = false } +ockam_node = { path = "../ockam_node", version = "^0.135.0", default-features = false } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0", default-features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.127.0", default-features = false, optional = true } +ockam_vault = { path = "../ockam_vault", version = "^0.128.0", default-features = false, optional = true } rand = { version = "0.8", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } serde_bare = { version = "0.5.0", default-features = false, features = ["alloc"] } diff --git a/implementations/rust/ockam/ockam_identity/README.md b/implementations/rust/ockam/ockam_identity/README.md index 8fca82e152d..2f3a687b599 100644 --- a/implementations/rust/ockam/ockam_identity/README.md +++ b/implementations/rust/ockam/ockam_identity/README.md @@ -31,7 +31,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_identity = "0.129.0" +ockam_identity = "0.130.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md b/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md index 24591236c48..b950d8be318 100644 --- a/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.67.0 - 2024-12-12 + +### Added + +- Add `UDP` support to nodes and multiaddr. refactor multiaddr +- Updated dependencies + ## 0.66.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml index 75c2757c5c4..0be07ac5fa7 100644 --- a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml +++ b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_multiaddr" -version = "0.66.0" +version = "0.67.0" authors = ["Ockam Developers"] categories = [ "cryptography", diff --git a/implementations/rust/ockam/ockam_multiaddr/README.md b/implementations/rust/ockam/ockam_multiaddr/README.md index 83aceb77f3f..c34e231e61b 100644 --- a/implementations/rust/ockam/ockam_multiaddr/README.md +++ b/implementations/rust/ockam/ockam_multiaddr/README.md @@ -23,7 +23,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_multiaddr = "0.66.0" +ockam_multiaddr = "0.67.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_node/CHANGELOG.md b/implementations/rust/ockam/ockam_node/CHANGELOG.md index cde84d45648..4526b5f2727 100644 --- a/implementations/rust/ockam/ockam_node/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_node/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.135.0 - 2024-12-12 + +### Added + +- Updated dependencies + +### Changed + +- Make the auto-retry an implementation detail of repositories + ## 0.134.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index f3c950cabef..6e20bad8702 100644 --- a/implementations/rust/ockam/ockam_node/Cargo.toml +++ b/implementations/rust/ockam/ockam_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_node" -version = "0.134.0" +version = "0.135.0" authors = ["Ockam Developers"] categories = [ "cryptography", diff --git a/implementations/rust/ockam/ockam_node/README.md b/implementations/rust/ockam/ockam_node/README.md index af2b9218a72..f8e325906d3 100644 --- a/implementations/rust/ockam/ockam_node/README.md +++ b/implementations/rust/ockam/ockam_node/README.md @@ -21,7 +21,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_node = "0.134.0" +ockam_node = "0.135.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml b/implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml index 0abd35b7f29..ad40f1eac34 100644 --- a/implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml +++ b/implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml @@ -38,9 +38,9 @@ hex = { version = "0.4", default-features = false } lazy_static = "1.5.0" minicbor = { version = "0.25.1", default-features = false, features = ["std", "alloc", "derive"] } ockam_core = { path = "../ockam_core", default-features = false, features = ["std"], version = "^0.122.0" } -ockam_identity = { path = "../ockam_identity", default-features = false, features = ["std", "software_vault"], version = "^0.129.0" } -ockam_vault = { path = "../ockam_vault", default-features = false, features = ["std", "storage"], version = "^0.127.0" } -ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.53.0" } +ockam_identity = { path = "../ockam_identity", default-features = false, features = ["std", "software_vault"], version = "^0.130.0" } +ockam_vault = { path = "../ockam_vault", default-features = false, features = ["std", "storage"], version = "^0.128.0" } +ockam_vault_aws = { path = "../ockam_vault_aws", version = "^0.54.0" } # Enable credentials-sso feature in ockam_vault_aws for use on sso environments (like dev machines) rustler = "0.35.0" time = "0.3.36" diff --git a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md index d20c87ec75e..bf88abd1455 100644 --- a/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.97.0 - 2024-12-12 + +### Added + +- Updated dependencies + ## 0.96.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml index fdfb98f2b24..2ab479349e7 100644 --- a/implementations/rust/ockam/ockam_transport_ble/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_ble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_ble" -version = "0.96.0" +version = "0.97.0" authors = ["Ockam Developers"] autoexamples = false categories = ["cryptography", "asynchronous", "authentication", "embedded", "network-programming"] @@ -85,7 +85,7 @@ pic32mx2xxfxxxb = ["pic32", "pic32-hal/pic32mx2xxfxxxb"] [dependencies] ockam_core = { path = "../ockam_core", version = "^0.122.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.134.0", default-features = false } +ockam_node = { path = "../ockam_node", version = "^0.135.0", default-features = false } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0", default-features = false } futures = { version = "0.3.30", default-features = false } @@ -123,8 +123,8 @@ cortex-m = "0.7.7" riscv = "0.10.0" [dev-dependencies] -ockam_identity = { path = "../ockam_identity", version = "^0.129.0" } -ockam_vault = { path = "../ockam_vault", version = "^0.127.0" } +ockam_identity = { path = "../ockam_identity", version = "^0.130.0" } +ockam_vault = { path = "../ockam_vault", version = "^0.128.0" } [[example]] name = "04-routing-over-ble-transport-initiator" diff --git a/implementations/rust/ockam/ockam_transport_ble/README.md b/implementations/rust/ockam/ockam_transport_ble/README.md index 3f8acc9f86b..2d20e148a5b 100644 --- a/implementations/rust/ockam/ockam_transport_ble/README.md +++ b/implementations/rust/ockam/ockam_transport_ble/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_ble = "0.96.0" +ockam_transport_ble = "0.97.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md index 6332adc6b8b..d162750336e 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.133.0 - 2024-12-12 + +### Added + +- Add `UDP` support to nodes and multiaddr. refactor multiaddr +- Updated dependencies + +### Fixed + +- Prevent ebpf detach on `TcpTransport` drop +- Use legacy netlink ebpf attachment on kernel version 6.6.0+ + ## 0.132.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml index 9d6108dde41..cbb767e8f08 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_tcp" -version = "0.132.0" +version = "0.133.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -42,7 +42,7 @@ minicbor = { version = "0.25.1", default-features = false, features = ["derive"] ockam_core = { path = "../ockam_core", version = "^0.122.0" } ockam_ebpf = { version = "0.6.0", optional = true } ockam_macros = { path = "../ockam_macros", version = "^0.36.0" } -ockam_node = { path = "../ockam_node", version = "^0.134.0" } +ockam_node = { path = "../ockam_node", version = "^0.135.0" } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0" } opentelemetry = { version = "0.26.0", features = ["logs", "metrics", "trace"], optional = true } rand = "0.8" diff --git a/implementations/rust/ockam/ockam_transport_tcp/README.md b/implementations/rust/ockam/ockam_transport_tcp/README.md index 6e4a6cdeabf..cbd3ad64c06 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/README.md +++ b/implementations/rust/ockam/ockam_transport_tcp/README.md @@ -18,7 +18,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_tcp = "0.132.0" +ockam_transport_tcp = "0.133.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md index b963ff2a8ba..8978473c348 100644 --- a/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_udp/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.77.0 - 2024-12-12 + +### Added + +- Add `UDP` support to nodes and multiaddr. refactor multiaddr +- Improve ockam udp transport implementation robustness +- Updated dependencies + ## 0.76.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml index dba3fc02054..6016a782e24 100644 --- a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_udp" -version = "0.76.0" +version = "0.77.0" authors = ["Ockam Developers"] autoexamples = false categories = [ @@ -32,7 +32,7 @@ alloc = ["minicbor/alloc"] cfg-if = "1.0.0" minicbor = { version = "0.25.1", default-features = false, features = ["derive"] } ockam_core = { path = "../ockam_core", version = "^0.122.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.134.0" } +ockam_node = { path = "../ockam_node", version = "^0.135.0" } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0" } rand = "0.8" tokio = { version = "1.41.0", features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"] } diff --git a/implementations/rust/ockam/ockam_transport_udp/README.md b/implementations/rust/ockam/ockam_transport_udp/README.md index cbd37086b25..7241f82704e 100644 --- a/implementations/rust/ockam/ockam_transport_udp/README.md +++ b/implementations/rust/ockam/ockam_transport_udp/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_udp = "0.76.0" +ockam_transport_udp = "0.77.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md index 2d706852b66..390bfd699ae 100644 --- a/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_uds/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.62.0 - 2024-12-12 + +### Added + +- Updated dependencies + ## 0.61.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml index 0b7b0541b3b..c531b0da18b 100644 --- a/implementations/rust/ockam/ockam_transport_uds/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_uds/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_uds" -version = "0.61.0" +version = "0.62.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -29,7 +29,7 @@ alloc = [] [dependencies] ockam_core = { path = "../ockam_core", version = "^0.122.0" } ockam_macros = { path = "../ockam_macros", version = "^0.36.0" } -ockam_node = { path = "../ockam_node", version = "^0.134.0" } +ockam_node = { path = "../ockam_node", version = "^0.135.0" } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0" } serde = { version = "1.0", default-features = false, features = ["derive"] } socket2 = "0.5.6" diff --git a/implementations/rust/ockam/ockam_transport_uds/README.md b/implementations/rust/ockam/ockam_transport_uds/README.md index 610973cb210..335086af898 100644 --- a/implementations/rust/ockam/ockam_transport_uds/README.md +++ b/implementations/rust/ockam/ockam_transport_uds/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_uds = "0.61.0" +ockam_transport_uds = "0.62.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md index 5d51cba93bc..e2aeb13b893 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_transport_websocket/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.124.0 - 2024-12-12 + +### Added + +- Updated dependencies + ## 0.123.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml index 19f07c93f04..7d3f55c383c 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_websocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_transport_websocket" -version = "0.123.0" +version = "0.124.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -46,7 +46,7 @@ alloc = [ [dependencies] futures-util = { version = "0.3", default-features = false, features = ["tokio-io"] } ockam_core = { path = "../ockam_core", version = "^0.122.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.134.0", default-features = false } +ockam_node = { path = "../ockam_node", version = "^0.135.0", default-features = false } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } tokio = { version = "1.41", default-features = false, optional = true, features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-std"] } diff --git a/implementations/rust/ockam/ockam_transport_websocket/README.md b/implementations/rust/ockam/ockam_transport_websocket/README.md index aa8bde82a53..c16538c53f0 100644 --- a/implementations/rust/ockam/ockam_transport_websocket/README.md +++ b/implementations/rust/ockam/ockam_transport_websocket/README.md @@ -84,7 +84,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_transport_websocket = "0.123.0" +ockam_transport_websocket = "0.124.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault/CHANGELOG.md b/implementations/rust/ockam/ockam_vault/CHANGELOG.md index 1f11bf9dbfd..faca633d71d 100644 --- a/implementations/rust/ockam/ockam_vault/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_vault/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.128.0 - 2024-12-12 + +### Added + +- Updated dependencies + +### Changed + +- Make the auto-retry an implementation detail of repositories + ## 0.127.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index f6164c29207..9ae1d796471 100644 --- a/implementations/rust/ockam/ockam_vault/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_vault" -version = "0.127.0" +version = "0.128.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -82,7 +82,7 @@ hkdf = { version = "0.12", default-features = false } minicbor = { version = "0.25.1", default-features = false, features = ["derive"] } ockam_core = { path = "../ockam_core", version = "^0.122.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.36.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.134.0", default-features = false, optional = true } +ockam_node = { path = "../ockam_node", version = "^0.135.0", default-features = false, optional = true } # ECDSA providers: p256 = { version = "0.13.2", default-features = false } rand_pcg = { version = "0.3.1", default-features = false, optional = true } diff --git a/implementations/rust/ockam/ockam_vault/README.md b/implementations/rust/ockam/ockam_vault/README.md index 89968e87d0e..713aa253384 100644 --- a/implementations/rust/ockam/ockam_vault/README.md +++ b/implementations/rust/ockam/ockam_vault/README.md @@ -27,7 +27,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_vault = "0.127.0" +ockam_vault = "0.128.0" ``` ## License diff --git a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md index 625eed50d70..da5ac56ee34 100644 --- a/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md +++ b/implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.54.0 - 2024-12-12 + +### Added + +- Updated dependencies + ## 0.53.0 - 2024-12-04 ### Added diff --git a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml index d57c539fe35..30384ebea33 100644 --- a/implementations/rust/ockam/ockam_vault_aws/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault_aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ockam_vault_aws" -version = "0.53.0" +version = "0.54.0" authors = ["Ockam Developers"] categories = [ "cryptography", @@ -60,8 +60,8 @@ aws-config = { version = "1.5.8", default-features = false, features = ["rustls" aws-sdk-kms = { version = "1.47.0", default-features = false, features = ["rustls"] } ockam_core = { path = "../ockam_core", version = "^0.122.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.36.0", default-features = false } -ockam_node = { path = "../ockam_node", version = "^0.134.0", default-features = false } -ockam_vault = { path = "../ockam_vault", version = "^0.127.0", default-features = false } +ockam_node = { path = "../ockam_node", version = "^0.135.0", default-features = false } +ockam_vault = { path = "../ockam_vault", version = "^0.128.0", default-features = false } p256 = { version = "0.13.2", default-features = false } sha2 = { version = "0.10", default-features = false } thiserror = { version = "1.0.64" } diff --git a/implementations/rust/ockam/ockam_vault_aws/README.md b/implementations/rust/ockam/ockam_vault_aws/README.md index a7ca47a869f..d903da4a1a5 100644 --- a/implementations/rust/ockam/ockam_vault_aws/README.md +++ b/implementations/rust/ockam/ockam_vault_aws/README.md @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`: ``` [dependencies] -ockam_vault_aws = "0.53.0" +ockam_vault_aws = "0.54.0" ``` ## License