Skip to content

Commit

Permalink
build(deps): bump uuid from 1.8.0 to 1.9.0
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.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.8.0...1.9.0)

---
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 EstebanBorai committed Jun 25, 2024
1 parent 39d135d commit e1706d2
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 crates/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = { version = "1.0", default-features = false }
sqlx = { version = "0.6.3", features = ["postgres", "runtime-async-std-rustls", "decimal", "chrono", "uuid"] }
rust_decimal = { version = "1.35" }
chrono = { version = "0.4" }
uuid = { version = "1.8", features = ["v4"] }
uuid = { version = "1.9", features = ["v4"] }

fluvio = { workspace = true }
fluvio-future = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/sql-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0", default-features = false, features = ["derive"]}
serde_json = { version = "1", default-features = false }
sqlx = { version = "0.6", features = [ "runtime-async-std-rustls" , "postgres", "sqlite", "any", "decimal", "chrono", "uuid" ], default-features = false }
url = { version = "2.5", default-features = false, features = ["serde"] }
uuid = { version = "1.8", default-features = false }
uuid = { version = "1.9", default-features = false }

fluvio-model-sql = { path = "../fluvio-model-sql" }
fluvio = { workspace = true }
Expand Down

0 comments on commit e1706d2

Please sign in to comment.