Skip to content

Commit

Permalink
chore(deps): bump the patch group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 3 updates: [libcontainer](https://github.com/containers/youki), [serde_json](https://github.com/serde-rs/json) and [indexmap](https://github.com/indexmap-rs/indexmap).


Updates `libcontainer` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/containers/youki/releases)
- [Changelog](https://github.com/youki-dev/youki/blob/main/CHANGELOG.md)
- [Commits](youki-dev/youki@v0.5.0...v0.5.1)

Updates `serde_json` from 1.0.135 to 1.0.137
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.135...v1.0.137)

Updates `indexmap` from 2.7.0 to 2.7.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.7.0...2.7.1)

---
updated-dependencies:
- dependency-name: libcontainer
  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
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent ae1a9a4 commit 01a0427
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
70 changes: 35 additions & 35 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/oci-tar-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
clap = { version = "4.5.26", features = ["derive"] }
indexmap = "2.2.6"
indexmap = "2.7.1"
oci-wasm = { version = "0.2.0", default-features = false, features = ["rustls-tls"] }
tokio = { workspace = true, features = ["rt-multi-thread"] }

Expand Down

0 comments on commit 01a0427

Please sign in to comment.