Skip to content

Commit

Permalink
Update value-trait requirement from 0.6.1 to 0.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [value-trait](https://github.com/simd-lite/value-trait) to permit the latest version.
- [Commits](simd-lite/value-trait@v0.6.1...v0.7.1)

---
updated-dependencies:
- dependency-name: value-trait
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 8bb52e4 commit ceef695
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 @@ -20,7 +20,7 @@ simdutf8 = { version = "0.1.4", features = ["public_imp", "aarch64_neon"] }
lexical-core = { version = "0.8", features = ["format"] }
beef = { version = "0.5", optional = true }
halfbrown = "0.2"
value-trait = { version = "0.6.1" }
value-trait = { version = "0.7.1" }
# ahash known key
once_cell = { version = "1.17", optional = true }
ahash = { version = "0.8", optional = true }
Expand Down

0 comments on commit ceef695

Please sign in to comment.