Skip to content

Commit

Permalink
build(deps): bump uuid from 1.4.1 to 1.8.0 (#293)
Browse files Browse the repository at this point in the history
* build(deps): bump uuid from 1.4.1 to 1.8.0

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.1 to 1.8.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.4.1...1.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update uuid

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luis Moreno <[email protected]>
  • Loading branch information
dependabot[bot] and morenol authored Jun 7, 2024
1 parent 6895828 commit 73b3718
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.

4 changes: 2 additions & 2 deletions examples/Cargo.lock

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

4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ members = [
serde = { version = "1.0.110", features = ["derive"] }
serde_json = "1.0.53"
futures-lite = "1.7.0"
uuid = "1.1.0"
uuid = "1.8.0"
tracing = "0.1.37"

node-bindgen = { path = "..", features = ["default"]}
fluvio-future = { version = "0.6.0", features = ["timer"] }
fluvio-future = { version = "0.6.0", features = ["timer"] }
2 changes: 1 addition & 1 deletion nj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ fluvio-future = { version = "0.6.0", default-features=false, features=["task","s
pin-utils = "0.1.0"
num-bigint = "0.4.0"
serde_json = { version = "1.0", optional = true }
uuid = { version = "1.4.1", optional = true }
uuid = { version = "1.8.0", optional = true }

0 comments on commit 73b3718

Please sign in to comment.