Skip to content

Commit

Permalink
--- (#1757)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: crc32fast
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent b3d59b9 commit 31fc8b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion lib/buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ harness = false
async-stream = { version = "0.3.5", default-features = false }
async-trait = { version = "0.1.80", default-features = false }
bytes = { version = "1.6.0", default-features = false }
crc32fast = { version = "1.4.0", default-features = false, features = ["std"] }
crc32fast = { version = "1.4.2", default-features = false, features = ["std"] }
crossbeam-queue = { version = "0.3.11", default-features = false, features = ["std"] }
crossbeam-utils = { version = "0.8.20", default-features = false }
event = { path = "../event" }
Expand Down

0 comments on commit 31fc8b0

Please sign in to comment.