Skip to content

Commit

Permalink
build: bump uuid from 1.8.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.8.0...1.9.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SanjoDeundiak committed Jun 25, 2024
1 parent 225dec2 commit 30f40d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 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_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ tempfile = "3.10.1"
tokio = { version = "1.38.0", features = ["full"] }
tracing-core = "0.1.32"
treeline = "0.1.0"
uuid = "1.8.0"
uuid = "1.9.1"
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_transport_ble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tracing = { version = "0.1", default_features = false }

# Target os: TODO move this into its own "Ockam Addon" crate
btleplug = { version = "0.11.5", optional = true }
uuid = { version = "1.8.0", optional = true }
uuid = { version = "1.9.1", optional = true }

# Target baremetal: TODO move this into its own "Ockam Addon" crate
bluenrg = { version = "0.1.0", default-features = false, features = ["ms"], optional = true }
Expand Down

0 comments on commit 30f40d8

Please sign in to comment.