diff --git a/Cargo.lock b/Cargo.lock index d7b053d7ec4..16222e2bc79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4000,9 +4000,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "minicbor" -version = "0.24.2" +version = "0.25.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2" +checksum = "c0452a60c1863c1f50b5f77cd295e8d2786849f35883f0b9e18e7e6e1b5691b0" dependencies = [ "half 2.4.1", "minicbor-derive", diff --git a/implementations/rust/ockam/ockam_abac/Cargo.toml b/implementations/rust/ockam/ockam_abac/Cargo.toml index 94b2c194e59..3ee33293cb1 100644 --- a/implementations/rust/ockam/ockam_abac/Cargo.toml +++ b/implementations/rust/ockam/ockam_abac/Cargo.toml @@ -37,7 +37,7 @@ std = [ [dependencies] cfg-if = "1.0.0" either = { version = "1.13.0", default-features = false } -minicbor = { version = "0.24.1", features = ["derive", "alloc"] } +minicbor = { version = "0.25.1", features = ["derive", "alloc"] } ockam_core = { version = "0.116.0", path = "../ockam_core", default-features = false } ockam_identity = { version = "0.120.0", path = "../ockam_identity", default-features = false } ockam_node = { version = "0.125.0", path = "../ockam_node", default-features = false } diff --git a/implementations/rust/ockam/ockam_api/Cargo.toml b/implementations/rust/ockam/ockam_api/Cargo.toml index dda038681a8..90a815720b3 100644 --- a/implementations/rust/ockam/ockam_api/Cargo.toml +++ b/implementations/rust/ockam/ockam_api/Cargo.toml @@ -71,7 +71,7 @@ jaq-std = "1" kafka-protocol = "0.10" log = "0.4" miette = "7" -minicbor = { version = "0.24.1", features = ["alloc", "derive"] } +minicbor = { version = "0.25.1", features = ["alloc", "derive"] } nix = { version = "0.29", features = ["signal"] } open = "5.3.0" opentelemetry = { version = "0.24.0", features = ["logs", "metrics", "trace"] } diff --git a/implementations/rust/ockam/ockam_app_lib/Cargo.toml b/implementations/rust/ockam/ockam_app_lib/Cargo.toml index 06fe849f1cd..b26d0822880 100644 --- a/implementations/rust/ockam/ockam_app_lib/Cargo.toml +++ b/implementations/rust/ockam/ockam_app_lib/Cargo.toml @@ -36,7 +36,7 @@ rust-crypto = ["ockam_api/rust-crypto"] [dependencies] duct = "0.13.7" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } -minicbor = { version = "0.24.1", features = ["alloc", "derive"] } +minicbor = { version = "0.25.1", features = ["alloc", "derive"] } ockam = { path = "../ockam", version = "^0.133.0", features = ["software_vault"] } ockam_api = { path = "../ockam_api", version = "0.76.0", default-features = false, features = ["std"] } ockam_core = { path = "../ockam_core", version = "^0.116.0" } diff --git a/implementations/rust/ockam/ockam_command/Cargo.toml b/implementations/rust/ockam/ockam_command/Cargo.toml index 89231233862..731ff945fc1 100644 --- a/implementations/rust/ockam/ockam_command/Cargo.toml +++ b/implementations/rust/ockam/ockam_command/Cargo.toml @@ -66,7 +66,7 @@ hex = "0.4" indicatif = "0.17.8" indoc = "2.0.5" miette = { version = "7.2.0", features = ["fancy-no-backtrace"] } -minicbor = { version = "0.24.1", features = ["derive", "alloc", "half"] } +minicbor = { version = "0.25.1", features = ["derive", "alloc", "half"] } ockam = { path = "../ockam", version = "^0.133.0", features = ["software_vault"] } ockam_abac = { path = "../ockam_abac", version = "0.66.0", features = ["std"] } ockam_api = { path = "../ockam_api", version = "0.76.0", default-features = false, features = ["std"] } diff --git a/implementations/rust/ockam/ockam_core/Cargo.toml b/implementations/rust/ockam/ockam_core/Cargo.toml index 890a130fae1..3d168d36ae4 100644 --- a/implementations/rust/ockam/ockam_core/Cargo.toml +++ b/implementations/rust/ockam/ockam_core/Cargo.toml @@ -79,7 +79,7 @@ futures-util = { version = "0.3.30", default-features = false, features = ["allo hashbrown = { version = "0.14", default-features = false, features = ["ahash", "serde"] } hex = { version = "0.4", default-features = false, optional = true } miette = { version = "7", optional = true } -minicbor = { version = "0.24.1", features = ["derive"] } +minicbor = { version = "0.25.1", features = ["derive"] } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } once_cell = { version = "1", optional = true, default-features = false } opentelemetry = { version = "0.24.0", features = ["logs", "metrics", "trace"], optional = true } diff --git a/implementations/rust/ockam/ockam_identity/Cargo.toml b/implementations/rust/ockam/ockam_identity/Cargo.toml index 2e8dc6b35c2..ecc84878474 100644 --- a/implementations/rust/ockam/ockam_identity/Cargo.toml +++ b/implementations/rust/ockam/ockam_identity/Cargo.toml @@ -77,7 +77,7 @@ cfg-if = "1.0.0" chrono = { version = "0.4.38", default-features = false } delegate = "0.13.0" hex = { version = "0.4", default-features = false } -minicbor = { version = "0.24.1", features = ["alloc", "derive"] } +minicbor = { version = "0.25.1", features = ["alloc", "derive"] } ockam_core = { path = "../ockam_core", version = "^0.116.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } ockam_node = { path = "../ockam_node", version = "^0.125.0", default-features = false } diff --git a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml index 3869ddb6d2f..ad43e99b563 100644 --- a/implementations/rust/ockam/ockam_multiaddr/Cargo.toml +++ b/implementations/rust/ockam/ockam_multiaddr/Cargo.toml @@ -29,7 +29,7 @@ std = ["ockam_core/std", "unsigned-varint/std", "serde?/std", "minicbor/std"] cbor = ["minicbor"] [dependencies] -minicbor = { version = "0.24.1", default-features = false, features = ["alloc"], optional = true } +minicbor = { version = "0.25.1", default-features = false, features = ["alloc"], optional = true } once_cell = { version = "1.19.0", default-features = false, features = ["alloc"] } serde = { version = "1.0.204", default-features = false, optional = true } tinyvec = { version = "1.8.0", features = ["alloc"] } diff --git a/implementations/rust/ockam/ockam_node/Cargo.toml b/implementations/rust/ockam/ockam_node/Cargo.toml index dbbe1c221b1..ac1ec94072c 100644 --- a/implementations/rust/ockam/ockam_node/Cargo.toml +++ b/implementations/rust/ockam/ockam_node/Cargo.toml @@ -86,7 +86,7 @@ cfg-if = "1.0.0" fs2 = { version = "0.4.3", optional = true } futures = { version = "0.3.30", default-features = false } heapless = { version = "0.8", features = ["mpmc_large"], optional = true } -minicbor = { version = "0.24.1", features = ["derive"] } +minicbor = { version = "0.25.1", features = ["derive"] } ockam_core = { path = "../ockam_core", version = "^0.116.0", default-features = false } ockam_executor = { path = "../ockam_executor", version = "^0.85.0", default-features = false, optional = true } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } diff --git a/implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml b/implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml index f163c217dc6..4a87a47a4a1 100644 --- a/implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml +++ b/implementations/rust/ockam/ockam_rust_elixir_nifs/Cargo.toml @@ -36,7 +36,7 @@ rust-crypto = ["ockam_vault/rust-crypto"] [dependencies] hex = { version = "0.4", default-features = false } lazy_static = "1.5.0" -minicbor = { version = "0.24.1", features = ["alloc", "derive"] } +minicbor = { version = "0.25.1", features = ["alloc", "derive"] } ockam_core = { path = "../ockam_core", default-features = false, features = ["std"], version = "^0.116.0" } ockam_identity = { path = "../ockam_identity", default-features = false, features = ["std", "software_vault"], version = "^0.120.0" } ockam_vault = { path = "../ockam_vault", default-features = false, features = ["std", "storage"], version = "^0.118.0" } diff --git a/implementations/rust/ockam/ockam_transport_core/Cargo.toml b/implementations/rust/ockam/ockam_transport_core/Cargo.toml index 434fe671d18..44c92441594 100644 --- a/implementations/rust/ockam/ockam_transport_core/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_core/Cargo.toml @@ -31,6 +31,6 @@ no_std = ["ockam_core/no_std"] alloc = ["ockam_core/alloc"] [dependencies] -minicbor = "0.24" +minicbor = "0.25" ockam_core = { path = "../ockam_core", version = "^0.116.0", default-features = false } serde = { version = "1.0.204", default-features = false, features = ["derive"] } diff --git a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml index 61da119fee8..beaff824946 100644 --- a/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_tcp/Cargo.toml @@ -33,7 +33,7 @@ ring = ["tokio-rustls/ring"] [dependencies] cfg-if = "1.0.0" log = "0.4.21" -minicbor = "0.24" +minicbor = "0.25" ockam_core = { path = "../ockam_core", version = "^0.116.0" } ockam_macros = { path = "../ockam_macros", version = "^0.34.0" } ockam_node = { path = "../ockam_node", version = "^0.125.0" } diff --git a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml index fbc0a55e915..5c58de894a7 100644 --- a/implementations/rust/ockam/ockam_transport_udp/Cargo.toml +++ b/implementations/rust/ockam/ockam_transport_udp/Cargo.toml @@ -30,7 +30,7 @@ alloc = [] [dependencies] cfg-if = "1.0.0" -minicbor = "0.24" +minicbor = "0.25" ockam_core = { path = "../ockam_core", version = "^0.116.0", default-features = false } ockam_node = { path = "../ockam_node", version = "^0.125.0" } ockam_transport_core = { path = "../ockam_transport_core", version = "^0.90.0" } diff --git a/implementations/rust/ockam/ockam_vault/Cargo.toml b/implementations/rust/ockam/ockam_vault/Cargo.toml index 390a665b776..6c61af119b9 100644 --- a/implementations/rust/ockam/ockam_vault/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault/Cargo.toml @@ -79,7 +79,7 @@ cfg-if = "1.0.0" ed25519-dalek = { version = "2.1", default-features = false, features = ["fast", "rand_core", "zeroize"] } hex = { version = "0.4", default-features = false } hkdf = { version = "0.12", default-features = false } -minicbor = { version = "0.24.1", features = ["derive"] } +minicbor = { version = "0.25.1", features = ["derive"] } ockam_core = { path = "../ockam_core", version = "^0.116.0", default-features = false } ockam_macros = { path = "../ockam_macros", version = "^0.34.0", default-features = false } ockam_node = { path = "../ockam_node", version = "^0.125.0", default-features = false, optional = true }