Skip to content

Commit

Permalink
chore(deps): bump uuid from 1.7.0 to 1.8.0 (#163)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 19, 2024
1 parent 00ecf75 commit a520c46
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ arrow-array = { version = "50.0.0", optional = true }
arrow-buffer = { version = "50.0.0", optional = true }
arrow-schema = { version = "50.0.0", optional = true }
narrow-derive = { path = "narrow-derive", version = "^0.5.0", optional = true }
uuid = { version = "1.7.0", optional = true }
uuid = { version = "1.8.0", optional = true }

[dev-dependencies]
arrow-cast = { version = "50.0.0", default-features = false, features = [
Expand All @@ -58,7 +58,7 @@ criterion = { version = "0.5.1", default-features = false }
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rustversion = "1.0.14"
parquet = { version = "50.0.0", default-features = false, features = ["arrow"] }
uuid = "1.7.0"
uuid = "1.8.0"

[profile.bench]
lto = true
Expand Down

0 comments on commit a520c46

Please sign in to comment.