Skip to content

Commit

Permalink
Update dbutils requirement from 0.9 to 0.10
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: dbutils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent f24d3e9 commit 7777712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tracing = ["dep:tracing", "dbutils/tracing"]
[dependencies]
among = { version = "0.1", default-features = false, features = ["either"] }
bitflags = { version = "2", default-features = false }
dbutils = { version = "0.9", default-features = false, features = ["crc32fast"] }
dbutils = { version = "0.10", default-features = false, features = ["crc32fast"] }
derive-where = "1"
ref-cast = "1"
rarena-allocator = { version = "0.4", default-features = false }
Expand Down

0 comments on commit 7777712

Please sign in to comment.