Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 3e3614e commit f02e15f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 lib/vector-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tokio = { version = "1.41.1", default-features = false, features = ["net"] }
tokio-util = { version = "0.7.0", default-features = false, features = ["time"] }
tower = { version = "0.4", default-features = false, features = ["util"] }
tracing = { version = "0.1.34", default-features = false }
twox-hash = { version = "2.0.1", default-features = false, features = ["xxhash64"] }
twox-hash = { version = "2.1.0", default-features = false, features = ["xxhash64"] }
vector-common = { path = "../vector-common" }
vector-core = { path = "../vector-core" }

Expand Down

0 comments on commit f02e15f

Please sign in to comment.