Skip to content

Commit

Permalink
build: bump minicbor from 0.24.2 to 0.24.4
Browse files Browse the repository at this point in the history
Bumps [minicbor](https://gitlab.com/twittner/minicbor) from 0.24.2 to 0.24.4.
- [Changelog](https://gitlab.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.24.2...minicbor-v0.24.4)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SanjoDeundiak committed Sep 10, 2024
1 parent ba2d557 commit 4526ee6
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_abac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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 }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jaq-std = "1"
kafka-protocol = "0.10"
log = "0.4"
miette = "7"
minicbor = { version = "0.24.1", features = ["alloc", "derive"] }
minicbor = { version = "0.24.4", features = ["alloc", "derive"] }
nix = { version = "0.29", features = ["signal"] }
open = "5.3.0"
opentelemetry = { version = "0.24.0", features = ["logs", "metrics", "trace"] }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_app_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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" }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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"] }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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 }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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 }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_multiaddr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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"] }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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" }
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.4", 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 }
Expand Down

0 comments on commit 4526ee6

Please sign in to comment.