1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

chore(deps): bump shared-buffer from 0.1.2 to 0.1.3

Bumps [shared-buffer](https://github.com/wasmerio/shared-buffer) from 0.1.2 to 0.1.3.
- [Changelog](https://github.com/wasmerio/shared-buffer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasmerio/shared-buffer/compare/v0.1.2...v0.1.3)

---
updated-dependencies:
- dependency-name: shared-buffer
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-08 01:20:18 +00:00 committed by GitHub
parent ef8fd59a42
commit 84783525ae
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated

@ -3369,9 +3369,9 @@ dependencies = [
[[package]]
name = "shared-buffer"
version = "0.1.2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96a4987984c21cbd48a683c00975a0a9652d1882e8e986c42223f65440f4668f"
checksum = "2cf61602ee61e2f83dd016b3e6387245291cf728ea071c378b35088125b4d995"
dependencies = [
"bytes",
"memmap2 0.6.2",