Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tremor-bot committed Jun 25, 2024
1 parent 3e3f912 commit 16e9789
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 tremor-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ryu = "1"
lexical = "6"
simdutf8 = "0.1"
chrono = "0.4"
uuid = { version = "1.6", features = ["v4"] }
uuid = { version = "1.9", features = ["v4"] }
async-recursion = "1"

schema_registry_converter = { version = "4", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion tremor-connectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rand = { version = "0.8.5", default-features = false }

# shared
simd-json-derive = { version = "0.13", optional = true, default-features = false }
uuid = { version = "1.6", optional = true, default-features = false, features = [
uuid = { version = "1.9", optional = true, default-features = false, features = [
"v4",
] }
hyper = { version = "1.3.1", optional = true, default-features = false, features = [
Expand Down

0 comments on commit 16e9789

Please sign in to comment.