Skip to content

Commit

Permalink
chore(deps): Bump twox-hash from 1.6.3 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [twox-hash](https://github.com/shepmaster/twox-hash) from 1.6.3 to 2.0.1.
- [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md)
- [Commits](shepmaster/twox-hash@v1.6.3...v2.0.1)

---
updated-dependencies:
- dependency-name: twox-hash
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 37e108c commit 59a8286
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 11 deletions.
25 changes: 17 additions & 8 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 src/batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ tokio-stream = { workspace = true }
tokio-util = { workspace = true }
tonic = { workspace = true }
tracing = "0.1"
twox-hash = "1"
twox-hash = "2"
uuid = { version = "1", features = ["v4"] }

[target.'cfg(not(madsim))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ tracing = "0.1"
tracing-futures = { version = "0.2", features = ["futures-03"] }
tracing-opentelemetry = { workspace = true }
tracing-subscriber = "0.3.17"
twox-hash = "1"
twox-hash = "2"
url = "2"
uuid = { version = "1", features = ["v4"] }

Expand Down
2 changes: 1 addition & 1 deletion src/storage/backup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ risingwave_pb = { workspace = true }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
twox-hash = "1"
twox-hash = "2"

[dev-dependencies]
risingwave_hummock_sdk = { workspace = true }
Expand Down

0 comments on commit 59a8286

Please sign in to comment.