Skip to content

Commit

Permalink
Bump the patch group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 2 updates: [libbpf-sys](https://github.com/libbpf/libbpf-sys) and [serde_json](https://github.com/serde-rs/json).


Updates `libbpf-sys` from 1.4.2+v1.4.2 to 1.4.3+v1.4.5
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

Updates `serde_json` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.120...v1.0.121)

---
updated-dependencies:
- dependency-name: libbpf-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 43c576a commit 1bb43c1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 13 deletions.
43 changes: 31 additions & 12 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 crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ oci-spec = { version = "~0.6.8", features = ["runtime"] }
fixedbitset = "0.5.7"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.2.0", optional = true }
libbpf-sys = { version = "1.4.2", optional = true }
libbpf-sys = { version = "1.4.3", optional = true }
errno = { version = "0.3.9", optional = true }
libc = { version = "0.2.155", optional = true }
thiserror = "1.0.63"
Expand Down

0 comments on commit 1bb43c1

Please sign in to comment.