1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-18 21:46:13 +02:00
Commit Graph

2338 Commits

Author SHA1 Message Date
dependabot[bot] 2db19d95b4
chore(deps): bump the patch group with 7 updates
Bumps the patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [crossbeam](https://github.com/crossbeam-rs/crossbeam) | `0.8.3` | `0.8.4` |
| [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.21.6` |
| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.10` | `0.5.11` |
| [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) | `0.8.4` | `0.8.5` |
| [crossbeam-epoch](https://github.com/crossbeam-rs/crossbeam) | `0.9.17` | `0.9.18` |
| [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) | `0.3.10` | `0.3.11` |
| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.18` | `0.8.19` |


Updates `crossbeam` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-0.8.3...crossbeam-0.8.4)

Updates `base64` from 0.21.5 to 0.21.6
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.21.6)

Updates `crossbeam-channel` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.10...crossbeam-channel-0.5.11)

Updates `crossbeam-deque` from 0.8.4 to 0.8.5
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-deque-0.8.4...crossbeam-deque-0.8.5)

Updates `crossbeam-epoch` from 0.9.17 to 0.9.18
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-epoch-0.9.17...crossbeam-epoch-0.9.18)

Updates `crossbeam-queue` from 0.3.10 to 0.3.11
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.3.10...crossbeam-queue-0.3.11)

Updates `crossbeam-utils` from 0.8.18 to 0.8.19
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.18...crossbeam-utils-0.8.19)

---
updated-dependencies:
- dependency-name: crossbeam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: base64
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: crossbeam-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: crossbeam-deque
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: crossbeam-epoch
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: crossbeam-queue
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: crossbeam-utils
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-09 01:01:55 +00:00
dependabot[bot] b062181244
chore(deps): bump the patch group with 4 updates
Bumps the patch group with 4 updates: [serde](https://github.com/serde-rs/serde), [libc](https://github.com/rust-lang/libc), [proc-macro2](https://github.com/dtolnay/proc-macro2) and [winnow](https://github.com/winnow-rs/winnow).


Updates `serde` from 1.0.194 to 1.0.195
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.194...v1.0.195)

Updates `libc` from 0.2.151 to 0.2.152
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.151...0.2.152)

Updates `proc-macro2` from 1.0.75 to 1.0.76
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.75...1.0.76)

Updates `winnow` from 0.5.32 to 0.5.33
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.32...v0.5.33)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 01:01:34 +00:00
dependabot[bot] 72424c1367
chore(deps): bump the patch group with 2 updates (#2617)
Bumps the patch group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [cpufeatures](https://github.com/RustCrypto/utils).


Updates `serde_json` from 1.0.110 to 1.0.111
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.110...v1.0.111)

Updates `cpufeatures` from 0.2.11 to 0.2.12
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.11...cpufeatures-v0.2.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-05 04:40:12 +00:00
dependabot[bot] ed0ddfa72b
chore(deps): bump xattr from 1.1.1 to 1.2.0 (#2613)
Bumps [xattr](https://github.com/Stebalien/xattr) from 1.1.1 to 1.2.0.
- [Commits](https://github.com/Stebalien/xattr/commits/v1.2.0)

---
updated-dependencies:
- dependency-name: xattr
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 11:10:05 +05:30
dependabot[bot] 32b8647b11
chore(deps): bump sha256 from 1.4.0 to 1.5.0 (#2611)
Bumps [sha256](https://github.com/baoyachi/sha256-rs) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/baoyachi/sha256-rs/releases)
- [Commits](https://github.com/baoyachi/sha256-rs/compare/1.4.0...1.5.0)

---
updated-dependencies:
- dependency-name: sha256
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-04 11:06:47 +05:30
dependabot[bot] 837c64be8a
chore(deps): bump the patch group with 7 updates
Bumps the patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.78` | `1.0.79` |
| [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.194` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.109` | `1.0.110` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.53` | `1.0.56` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.76` | `0.1.77` |
| [target-lexicon](https://github.com/bytecodealliance/target-lexicon) | `0.12.12` | `0.12.13` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.31` | `0.5.32` |


Updates `anyhow` from 1.0.78 to 1.0.79
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.78...1.0.79)

Updates `serde` from 1.0.193 to 1.0.194
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.193...v1.0.194)

Updates `serde_json` from 1.0.109 to 1.0.110
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.109...v1.0.110)

Updates `thiserror` from 1.0.53 to 1.0.56
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.53...1.0.56)

Updates `async-trait` from 0.1.76 to 0.1.77
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/commits)

Updates `target-lexicon` from 0.12.12 to 0.12.13
- [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.12.12...v0.12.13)

Updates `winnow` from 0.5.31 to 0.5.32
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.31...v0.5.32)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde
  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: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: target-lexicon
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-04 00:30:36 +00:00
Yashodhan d9d471f863
chore(deps) bump tabwriter, windows-core, tempfile, memchr, clang-sys (#2608) 2024-01-03 15:08:54 +09:00
dependabot[bot] 4f588169d0
chore(deps): bump the patch group with 1 update
Bumps the patch group with 1 update: [serde_json](https://github.com/serde-rs/json).


Updates `serde_json` from 1.0.108 to 1.0.109
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.109)

---
updated-dependencies:
- 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>
2024-01-02 00:34:25 +00:00
dependabot[bot] 7f85f48e5a
chore(deps): bump the patch group with 11 updates
Bumps the patch group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.77` | `1.0.78` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.52` | `1.0.53` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.75` | `0.1.76` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.10` | `0.3.11` |
| [fd-lock](https://github.com/yoshuawuyts/fd-lock) | `4.0.1` | `4.0.2` |
| [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.58` | `0.1.59` |
| [is-terminal](https://github.com/sunfishcode/is-terminal) | `0.4.9` | `0.4.10` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.71` | `1.0.73` |
| [quote](https://github.com/dtolnay/quote) | `1.0.33` | `1.0.34` |
| [schannel](https://github.com/steffengy/schannel-rs) | `0.1.22` | `0.1.23` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.30` | `0.5.31` |


Updates `anyhow` from 1.0.77 to 1.0.78
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.77...1.0.78)

Updates `thiserror` from 1.0.52 to 1.0.53
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.52...1.0.53)

Updates `async-trait` from 0.1.75 to 0.1.76
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.75...0.1.76)

Updates `deranged` from 0.3.10 to 0.3.11
- [Commits](https://github.com/jhpratt/deranged/commits/v0.3.11)

Updates `fd-lock` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/yoshuawuyts/fd-lock/releases)
- [Commits](https://github.com/yoshuawuyts/fd-lock/compare/v4.0.1...v4.0.2)

Updates `iana-time-zone` from 0.1.58 to 0.1.59
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/strawlab/iana-time-zone/compare/v0.1.58...v0.1.59)

Updates `is-terminal` from 0.4.9 to 0.4.10
- [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.9...v0.4.10)

Updates `proc-macro2` from 1.0.71 to 1.0.73
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.71...1.0.73)

Updates `quote` from 1.0.33 to 1.0.34
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.33...1.0.34)

Updates `schannel` from 0.1.22 to 0.1.23
- [Release notes](https://github.com/steffengy/schannel-rs/releases)
- [Commits](https://github.com/steffengy/schannel-rs/compare/v0.1.22...v0.1.23)

Updates `winnow` from 0.5.30 to 0.5.31
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.30...v0.5.31)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: fd-lock
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: is-terminal
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: schannel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-01 00:50:21 +00:00
dependabot[bot] a953575b24
chore(deps): bump the patch group with 1 update
Bumps the patch group with 1 update: [anyhow](https://github.com/dtolnay/anyhow).


Updates `anyhow` from 1.0.76 to 1.0.77
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.77)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-27 01:13:13 +00:00
dependabot[bot] e6097f7f27
chore(deps): bump the patch group with 1 update (#2596)
Bumps the patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).


Updates `thiserror` from 1.0.51 to 1.0.52
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.51...1.0.52)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-26 12:47:34 +00:00
dependabot[bot] 6f1db2657c
chore(deps): bump the patch group with 3 updates (#2588)
Bumps the patch group with 3 updates: [crossbeam](https://github.com/crossbeam-rs/crossbeam), [futures](https://github.com/rust-lang/futures-rs) and [openssl](https://github.com/sfackler/rust-openssl).


Updates `crossbeam` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-0.8.2...crossbeam-0.8.3)

Updates `futures` from 0.3.29 to 0.3.30
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30)

Updates `openssl` from 0.10.61 to 0.10.62
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.61...openssl-v0.10.62)

---
updated-dependencies:
- dependency-name: crossbeam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-25 21:20:42 +09:00
dependabot[bot] 7d238cc7f6
chore(deps): bump futures-io from 0.3.29 to 0.3.30 (#2589)
Bumps [futures-io](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30)

---
updated-dependencies:
- dependency-name: futures-io
  dependency-type: indirect
  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>
2023-12-25 12:13:07 +00:00
github-actions[bot] fef7bb5e9d
Merge pull request #2593 from containers/dependabot/cargo/openssl-sys-0.9.98 2023-12-25 02:11:34 +00:00
dependabot[bot] dfefee901a
chore(deps): bump openssl-sys from 0.9.97 to 0.9.98
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.97 to 0.9.98.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.97...openssl-sys-v0.9.98)

---
updated-dependencies:
- dependency-name: openssl-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 01:44:36 +00:00
dependabot[bot] b01a22171e
chore(deps): bump futures-core from 0.3.29 to 0.3.30
Bumps [futures-core](https://github.com/rust-lang/futures-rs) from 0.3.29 to 0.3.30.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.29...0.3.30)

---
updated-dependencies:
- dependency-name: futures-core
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 01:39:52 +00:00
dependabot[bot] 859b1d4132
chore(deps): bump the patch group with 3 updates
Bumps the patch group with 3 updates: [anyhow](https://github.com/dtolnay/anyhow), [mockall](https://github.com/asomers/mockall) and [proc-macro2](https://github.com/dtolnay/proc-macro2).


Updates `anyhow` from 1.0.75 to 1.0.76
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.76)

Updates `mockall` from 0.12.0 to 0.12.1
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/compare/v0.12.0...v0.12.1)

Updates `proc-macro2` from 1.0.70 to 1.0.71
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.70...1.0.71)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-22 01:35:20 +00:00
dependabot[bot] 72c56f22e3
chore(deps): bump the patch group with 2 updates (#2581)
Bumps the patch group with 2 updates: [async-trait](https://github.com/dtolnay/async-trait) and [pkg-config](https://github.com/rust-lang/pkg-config-rs).


Updates `async-trait` from 0.1.74 to 0.1.75
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.74...0.1.75)

Updates `pkg-config` from 0.3.27 to 0.3.28
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.27...0.3.28)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: pkg-config
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 20:44:41 +09:00
dependabot[bot] b626acf2bb
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [serde_spanned](https://github.com/toml-rs/toml) and [tokio](https://github.com/tokio-rs/tokio).


Updates `serde_spanned` from 0.6.4 to 0.6.5
- [Commits](https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.4...serde_spanned-v0.6.5)

Updates `tokio` from 1.35.0 to 1.35.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.0...tokio-1.35.1)

---
updated-dependencies:
- dependency-name: serde_spanned
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 00:38:31 +00:00
Yashodhan e3cafbdf37
Merge pull request #2577 from containers/dependabot/cargo/hyper-0.14.28
(auto merged) chore(deps): bump hyper from 0.14.27 to 0.14.28
2023-12-19 11:55:50 +05:30
dependabot[bot] b6bddebda9
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [reqwest](https://github.com/seanmonstar/reqwest) and [winnow](https://github.com/winnow-rs/winnow).


Updates `reqwest` from 0.11.22 to 0.11.23
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.22...v0.11.23)

Updates `winnow` from 0.5.28 to 0.5.30
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.28...v0.5.30)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 05:35:28 +00:00
dependabot[bot] 98d80347c3
chore(deps): bump hyper from 0.14.27 to 0.14.28
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 0.14.28.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.28/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.28)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 05:20:54 +00:00
dependabot[bot] a53dfb170c
chore(deps): bump the patch group with 5 updates
Bumps the patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.50` | `1.0.51` |
| [home](https://github.com/rust-lang/cargo) | `0.5.5` | `0.5.9` |
| [rkyv](https://github.com/rkyv/rkyv) | `0.7.42` | `0.7.43` |
| [shared-buffer](https://github.com/wasmerio/shared-buffer) | `0.1.3` | `0.1.4` |
| [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) | `0.2.9` | `0.2.10` |


Updates `thiserror` from 1.0.50 to 1.0.51
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.50...1.0.51)

Updates `home` from 0.5.5 to 0.5.9
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cargo/commits)

Updates `rkyv` from 0.7.42 to 0.7.43
- [Release notes](https://github.com/rkyv/rkyv/releases)
- [Changelog](https://github.com/rkyv/rkyv/blob/master/release_checklist.md)
- [Commits](https://github.com/rkyv/rkyv/compare/v0.7.42...v0.7.43)

Updates `shared-buffer` from 0.1.3 to 0.1.4
- [Changelog](https://github.com/wasmerio/shared-buffer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasmerio/shared-buffer/compare/v0.1.3...v0.1.4)

Updates `unsafe-libyaml` from 0.2.9 to 0.2.10
- [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases)
- [Commits](https://github.com/dtolnay/unsafe-libyaml/compare/0.2.9...0.2.10)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: home
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rkyv
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: shared-buffer
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: unsafe-libyaml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 01:26:46 +00:00
dependabot[bot] 8642a27687
chore(deps): bump the patch group with 3 updates
Bumps the patch group with 3 updates: [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam), [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) and [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam).


Updates `crossbeam-channel` from 0.5.8 to 0.5.9
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.8...crossbeam-channel-0.5.9)

Updates `crossbeam-deque` from 0.8.3 to 0.8.4
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-deque-0.8.3...crossbeam-deque-0.8.4)

Updates `crossbeam-queue` from 0.3.8 to 0.3.9
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-queue-0.3.8...crossbeam-queue-0.3.9)

---
updated-dependencies:
- dependency-name: crossbeam-channel
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: crossbeam-deque
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: crossbeam-queue
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 00:37:20 +00:00
Yashodhan 5115fa9e95
Merge pull request #2565 from containers/dependabot/cargo/once_cell-1.19.0
chore(deps): bump once_cell from 1.18.0 to 1.19.0
2023-12-12 12:24:13 +05:30
Yashodhan f1c297e99d
Merge pull request #2563 from containers/dependabot/cargo/mockall-0.12.0
chore(deps): bump mockall from 0.11.4 to 0.12.0
2023-12-12 12:23:27 +05:30
Yashodhan 9addf2e250
Merge pull request #2567 from containers/dependabot/cargo/xattr-1.1.1
chore(deps): bump xattr from 1.0.1 to 1.1.1
2023-12-12 12:22:36 +05:30
dependabot[bot] b2f529191d
chore(deps): bump xattr from 1.0.1 to 1.1.1
Bumps [xattr](https://github.com/Stebalien/xattr) from 1.0.1 to 1.1.1.
- [Commits](https://github.com/Stebalien/xattr/commits)

---
updated-dependencies:
- dependency-name: xattr
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 02:12:16 +00:00
dependabot[bot] ff998e6701
chore(deps): bump http-body from 0.4.5 to 0.4.6
Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.5 to 0.4.6.
- [Changelog](https://github.com/hyperium/http-body/blob/v0.4.6/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http-body/compare/v0.4.5...v0.4.6)

---
updated-dependencies:
- dependency-name: http-body
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 01:59:43 +00:00
github-actions[bot] 973d50c434
Merge pull request #2564 from containers/dependabot/cargo/rustls-0.21.10 2023-12-12 01:41:16 +00:00
dependabot[bot] 2acb6d315f
chore(deps): bump once_cell from 1.18.0 to 1.19.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.18.0...v1.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 01:11:14 +00:00
dependabot[bot] 2afe295272
chore(deps): bump rustls from 0.21.9 to 0.21.10
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.9 to 0.21.10.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.9...v/0.21.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 01:10:55 +00:00
dependabot[bot] a76ce303b2
chore(deps): bump mockall from 0.11.4 to 0.12.0
Bumps [mockall](https://github.com/asomers/mockall) from 0.11.4 to 0.12.0.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/compare/v0.11.4...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 01:08:41 +00:00
dependabot[bot] b3fd4e8449
chore(deps): bump the patch group with 1 update
Bumps the patch group with 1 update: [winnow](https://github.com/winnow-rs/winnow).

- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.26...v0.5.28)

---
updated-dependencies:
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-12 01:01:54 +00:00
Yashodhan 269c794c63
Merge pull request #2561 from containers/dependabot/cargo/tokio-1.35.0
chore(deps): bump tokio from 1.34.0 to 1.35.0
2023-12-11 12:45:44 +05:30
dependabot[bot] c857154417
chore(deps): bump tokio from 1.34.0 to 1.35.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 01:00:17 +00:00
dependabot[bot] c381aca2ad
chore(deps): bump the patch group with 6 updates
Bumps the patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [libc](https://github.com/rust-lang/libc) | `0.2.150` | `0.2.151` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.1` | `1.0.2` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.9` | `1.0.10` |
| [ryu](https://github.com/dtolnay/ryu) | `1.0.15` | `1.0.16` |
| [try-lock](https://github.com/seanmonstar/try-lock) | `0.2.4` | `0.2.5` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.25` | `0.5.26` |


Updates `libc` from 0.2.150 to 0.2.151
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.150...0.2.151)

Updates `anstyle-query` from 1.0.1 to 1.0.2
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.1...anstyle-query-v1.0.2)

Updates `itoa` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](https://github.com/dtolnay/itoa/compare/1.0.9...1.0.10)

Updates `ryu` from 1.0.15 to 1.0.16
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](https://github.com/dtolnay/ryu/compare/1.0.15...1.0.16)

Updates `try-lock` from 0.2.4 to 0.2.5
- [Commits](https://github.com/seanmonstar/try-lock/compare/v0.2.4...v0.2.5)

Updates `winnow` from 0.5.25 to 0.5.26
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.25...v0.5.26)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: itoa
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ryu
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: try-lock
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 00:57:07 +00:00
dependabot[bot] 5d8a909c6f
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [mio](https://github.com/tokio-rs/mio) and [unicode-bidi](https://github.com/servo/unicode-bidi).


Updates `mio` from 0.8.9 to 0.8.10
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.9...v0.8.10)

Updates `unicode-bidi` from 0.3.13 to 0.3.14
- [Release notes](https://github.com/servo/unicode-bidi/releases)
- [Commits](https://github.com/servo/unicode-bidi/commits/v0.3.14)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: unicode-bidi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 01:17:38 +00:00
Yashodhan 34700c3655
Merge pull request #2553 from containers/dependabot/cargo/patch-41a398f245
(auto merged) chore(deps): bump the patch group with 4 updates
2023-12-06 12:58:54 +05:30
dependabot[bot] 81ec842216
chore(deps): bump heapless from 0.7.16 to 0.7.17
Bumps [heapless](https://github.com/japaric/heapless) from 0.7.16 to 0.7.17.
- [Changelog](https://github.com/rust-embedded/heapless/blob/v0.7.17/CHANGELOG.md)
- [Commits](https://github.com/japaric/heapless/compare/v0.7.16...v0.7.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 01:02:24 +00:00
dependabot[bot] c8351e8c65
chore(deps): bump the patch group with 4 updates
Bumps the patch group with 4 updates: [filetime](https://github.com/alexcrichton/filetime), [openssl](https://github.com/sfackler/rust-openssl), [ring](https://github.com/briansmith/ring) and [winnow](https://github.com/winnow-rs/winnow).


Updates `filetime` from 0.2.22 to 0.2.23
- [Commits](https://github.com/alexcrichton/filetime/compare/0.2.22...0.2.23)

Updates `openssl` from 0.10.60 to 0.10.61
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.60...openssl-v0.10.61)

Updates `ring` from 0.17.6 to 0.17.7
- [Commits](https://github.com/briansmith/ring/commits)

Updates `winnow` from 0.5.23 to 0.5.25
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.23...v0.5.25)

---
updated-dependencies:
- dependency-name: filetime
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ring
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-06 00:51:40 +00:00
dependabot[bot] 654c735d89
chore(deps): bump the patch group with 6 updates
Bumps the patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.2` | `0.2.3` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.0.0` | `1.0.1` |
| [core-foundation](https://github.com/servo/core-foundation-rs) | `0.9.3` | `0.9.4` |
| [deranged](https://github.com/jhpratt/deranged) | `0.3.9` | `0.3.10` |
| [fd-lock](https://github.com/yoshuawuyts/fd-lock) | `4.0.0` | `4.0.1` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.5.19` | `0.5.23` |


Updates `anstyle-parse` from 0.2.2 to 0.2.3
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.2...anstyle-parse-v0.2.3)

Updates `anstyle-query` from 1.0.0 to 1.0.1
- [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-query-v1.0.0...anstyle-query-v1.0.1)

Updates `core-foundation` from 0.9.3 to 0.9.4
- [Commits](https://github.com/servo/core-foundation-rs/compare/core-foundation-v0.9.3...core-foundation-v0.9.4)

Updates `deranged` from 0.3.9 to 0.3.10
- [Commits](https://github.com/jhpratt/deranged/commits)

Updates `fd-lock` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/yoshuawuyts/fd-lock/releases)
- [Commits](https://github.com/yoshuawuyts/fd-lock/compare/v4.0.0...v4.0.1)

Updates `winnow` from 0.5.19 to 0.5.23
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.19...v0.5.23)

---
updated-dependencies:
- dependency-name: anstyle-parse
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anstyle-query
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: core-foundation
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: deranged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: fd-lock
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: winnow
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-05 01:26:55 +00:00
dependabot[bot] 7fcd7e7a9d
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [wasmprinter](https://github.com/bytecodealliance/wasm-tools) and [wat](https://github.com/bytecodealliance/wasm-tools).


Updates `wasmprinter` from 0.2.74 to 0.2.75
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.74...wasmprinter-0.2.75)

Updates `wat` from 1.0.81 to 1.0.82
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wat-1.0.81...wat-1.0.82)

---
updated-dependencies:
- dependency-name: wasmprinter
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wat
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-30 01:41:07 +00:00
dependabot[bot] 845e2cac09
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [errno](https://github.com/lambda-fairy/rust-errno) and [ring](https://github.com/briansmith/ring).


Updates `errno` from 0.3.7 to 0.3.8
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8)

Updates `ring` from 0.17.5 to 0.17.6
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: errno
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: ring
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 01:09:14 +00:00
dependabot[bot] 1c538439c1
chore(deps): bump the patch group with 1 update
Bumps the patch group with 1 update: [proc-macro2](https://github.com/dtolnay/proc-macro2).

- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.69...1.0.70)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 01:13:38 +00:00
dependabot[bot] fd38cd2c2f
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [openssl](https://github.com/sfackler/rust-openssl) and [webpki-roots](https://github.com/rustls/webpki-roots).


Updates `openssl` from 0.10.59 to 0.10.60
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60)

Updates `webpki-roots` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.25.2...v/0.25.3)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: webpki-roots
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 11:03:06 +00:00
dependabot[bot] 5a309e187c
chore(deps): bump url from 2.4.1 to 2.5.0
Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0)

---
updated-dependencies:
- dependency-name: url
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-23 00:56:29 +00:00
dependabot[bot] 8ab246b71c
chore(deps): bump the patch group with 4 updates
Bumps the patch group with 4 updates: [serde](https://github.com/serde-rs/serde), [rustls](https://github.com/rustls/rustls), [wasmprinter](https://github.com/bytecodealliance/wasm-tools) and [wat](https://github.com/bytecodealliance/wasm-tools).


Updates `serde` from 1.0.192 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.193)

Updates `rustls` from 0.21.8 to 0.21.9
- [Release notes](https://github.com/rustls/rustls/releases)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.8...v/0.21.9)

Updates `wasmprinter` from 0.2.72 to 0.2.74
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.72...wasmprinter-0.2.74)

Updates `wat` from 1.0.79 to 1.0.81
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wat-1.0.79...wat-1.0.81)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wasmprinter
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wat
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 08:11:13 +00:00
Yashodhan 0466e1a04a
Merge pull request #2539 from containers/dependabot/cargo/termcolor-1.4.0
chore(deps): bump termcolor from 1.3.0 to 1.4.0
2023-11-21 11:01:18 +05:30
dependabot[bot] 8eef34b71c
chore(deps): bump termcolor from 1.3.0 to 1.4.0
Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.3.0 to 1.4.0.
- [Commits](https://github.com/BurntSushi/termcolor/compare/1.3.0...1.4.0)

---
updated-dependencies:
- dependency-name: termcolor
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 01:02:02 +00:00
dependabot[bot] 2ca3687093
chore(deps): bump uuid from 1.5.0 to 1.6.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.5.0...1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-21 00:59:26 +00:00
Yashodhan 9b03363d62
Merge pull request #2534 from containers/dependabot/cargo/h2-0.3.22
(auto merged) chore(deps): bump h2 from 0.3.21 to 0.3.22
2023-11-17 10:09:28 +05:30
dependabot[bot] 8653b10ac6
chore(deps): bump h2 from 0.3.21 to 0.3.22
Bumps [h2](https://github.com/hyperium/h2) from 0.3.21 to 0.3.22.
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/h2/compare/v0.3.21...v0.3.22)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 01:42:55 +00:00
dependabot[bot] fd2a6f4fe8
chore(deps): bump the patch group with 3 updates
Bumps the patch group with 3 updates: [errno](https://github.com/lambda-fairy/rust-errno), [wasmedge-sdk](https://github.com/WasmEdge/wasmedge-rust-sdk) and [wat](https://github.com/bytecodealliance/wasm-tools).


Updates `errno` from 0.3.6 to 0.3.7
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7)

Updates `wasmedge-sdk` from 0.13.0 to 0.13.2
- [Release notes](https://github.com/WasmEdge/wasmedge-rust-sdk/releases)
- [Changelog](https://github.com/WasmEdge/wasmedge-rust-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/WasmEdge/wasmedge-rust-sdk/compare/0.13.0...0.13.2)

Updates `wat` from 1.0.67 to 1.0.79
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wat-1.0.67...wat-1.0.79)

---
updated-dependencies:
- dependency-name: errno
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wasmedge-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wat
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-16 01:41:41 +00:00
dependabot[bot] bc8265a638
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [tracing-subscriber](https://github.com/tokio-rs/tracing) and [http](https://github.com/hyperium/http).


Updates `tracing-subscriber` from 0.3.17 to 0.3.18
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.17...tracing-subscriber-0.3.18)

Updates `http` from 0.2.10 to 0.2.11
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/v0.2.11/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.10...v0.2.11)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: http
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 00:49:19 +00:00
dependabot[bot] d82ddbf37b
chore(deps): bump the patch group with 3 updates
Bumps the patch group with 3 updates: [env_logger](https://github.com/rust-cli/env_logger), [cc](https://github.com/rust-lang/cc-rs) and [http](https://github.com/hyperium/http).


Updates `env_logger` from 0.10.0 to 0.10.1
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.1)

Updates `cc` from 1.0.83 to 1.0.84
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.83...1.0.84)

Updates `http` from 0.2.9 to 0.2.10
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.9...v0.2.10)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: http
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 00:38:50 +00:00
dependabot[bot] 53d92b25c4
chore(deps): bump the patch group with 3 updates
Bumps the patch group with 3 updates: [getrandom](https://github.com/rust-random/getrandom), [rustls-pemfile](https://github.com/rustls/pemfile) and [smallvec](https://github.com/servo/rust-smallvec).


Updates `getrandom` from 0.2.10 to 0.2.11
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.10...v0.2.11)

Updates `rustls-pemfile` from 1.0.3 to 1.0.4
- [Commits](https://github.com/rustls/pemfile/compare/v/1.0.3...v/1.0.4)

Updates `smallvec` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.11.1...v1.11.2)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: rustls-pemfile
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: smallvec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 10:11:02 +00:00
Yashodhan 16d56ed466
Merge pull request #2517 from containers/dependabot/cargo/wasmedge-sdk-0.13.0
chore(deps): bump wasmedge-sdk from 0.12.2 to 0.13.0
2023-11-10 15:24:58 +05:30
Yashodhan Joshi 2081eb80ef Also update wasmedge-sys to match the wasmedge-sdk 2023-11-10 15:15:56 +05:30
dependabot[bot] 4374f73e1e
chore(deps): bump tokio from 1.33.0 to 1.34.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.34.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-10 00:38:19 +00:00
dependabot[bot] 855668dac5
chore(deps): bump wasmedge-sdk from 0.12.2 to 0.13.0
Bumps [wasmedge-sdk](https://github.com/WasmEdge/wasmedge-rust-sdk) from 0.12.2 to 0.13.0.
- [Release notes](https://github.com/WasmEdge/wasmedge-rust-sdk/releases)
- [Changelog](https://github.com/WasmEdge/wasmedge-rust-sdk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/WasmEdge/wasmedge-rust-sdk/compare/0.12.2...0.13.0)

---
updated-dependencies:
- dependency-name: wasmedge-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-09 01:11:12 +00:00
github-actions[bot] 83319cbd39
Merge pull request #2514 from containers/dependabot/cargo/patch-5fe0139fa9 2023-11-08 01:15:59 +00:00
dependabot[bot] 855a023264
chore(deps): bump rustix from 0.37.19 to 0.37.27
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.19 to 0.37.27.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.19...v0.37.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 01:01:04 +00:00
dependabot[bot] 64099872f9
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [errno](https://github.com/lambda-fairy/rust-errno).


Updates `serde` from 1.0.191 to 1.0.192
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.191...v1.0.192)

Updates `errno` from 0.3.5 to 0.3.6
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: errno
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-08 01:00:39 +00:00
Toru Komatsu 5b39e63458
Merge pull request #2490 from containers/dependabot/cargo/procfs-0.16.0
chore(deps): bump procfs from 0.15.1 to 0.16.0
2023-11-07 20:13:14 +09:00
dependabot[bot] 4435c0bb3e
chore(deps): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [serde](https://github.com/serde-rs/serde) and [wasmprinter](https://github.com/bytecodealliance/wasm-tools).


Updates `serde` from 1.0.190 to 1.0.191
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.190...v1.0.191)

Updates `wasmprinter` from 0.2.71 to 0.2.72
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.71...wasmprinter-0.2.72)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wasmprinter
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-07 01:14:30 +00:00
github-actions[bot] fd8797ca36
Merge pull request #2509 from containers/dependabot/cargo/libc-0.2.150 2023-11-06 01:03:33 +00:00
github-actions[bot] 8b06a7b71f
Merge pull request #2507 from containers/dependabot/cargo/winnow-0.5.19 2023-11-06 00:51:11 +00:00
dependabot[bot] a8546c67ee
chore(deps): bump libc from 0.2.149 to 0.2.150
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.149 to 0.2.150.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.149...0.2.150)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 00:48:15 +00:00
github-actions[bot] 3668541e70
Merge pull request #2508 from containers/dependabot/cargo/openssl-0.10.59 2023-11-06 00:47:11 +00:00
github-actions[bot] ba20ad66aa
Merge pull request #2506 from containers/dependabot/cargo/redox_users-0.4.4 2023-11-06 00:46:37 +00:00
github-actions[bot] 9feae9f149
Merge pull request #2505 from containers/dependabot/cargo/vergen-8.2.6 2023-11-06 00:45:55 +00:00
dependabot[bot] 4f5a21563b
chore(deps): bump openssl from 0.10.58 to 0.10.59
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.58 to 0.10.59.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.58...openssl-v0.10.59)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 00:34:26 +00:00
dependabot[bot] 6ceb86b6d9
chore(deps): bump winnow from 0.5.18 to 0.5.19
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.5.18 to 0.5.19.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.18...v0.5.19)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 00:33:34 +00:00
dependabot[bot] 4662c61b34
chore(deps): bump redox_users from 0.4.3 to 0.4.4
Bumps redox_users from 0.4.3 to 0.4.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 00:29:39 +00:00
dependabot[bot] 321169dbbb
chore(deps): bump vergen from 8.2.5 to 8.2.6
Bumps [vergen](https://github.com/rustyhorde/vergen) from 8.2.5 to 8.2.6.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/8.2.5...8.2.6)

---
updated-dependencies:
- dependency-name: vergen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 00:28:03 +00:00
dependabot[bot] 20364a5141
chore(deps): bump openssl-sys from 0.9.94 to 0.9.95
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.94 to 0.9.95.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.94...openssl-sys-v0.9.95)

---
updated-dependencies:
- dependency-name: openssl-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 00:25:27 +00:00
dependabot[bot] f7ef5cf950
chore(deps): bump procfs from 0.15.1 to 0.16.0
Bumps [procfs](https://github.com/eminence/procfs) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/eminence/procfs/releases)
- [Commits](https://github.com/eminence/procfs/compare/v0.15.1...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 12:15:33 +00:00
Toru Komatsu 28269200a5
Merge pull request #2497 from utam0k/fix-rust-criu
Specify the protobuf crate because of the rust-criu crate
2023-11-03 21:14:31 +09:00
dependabot[bot] 32faafd978
chore(deps): bump openssl from 0.10.57 to 0.10.58
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.58.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.57...openssl-v0.10.58)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-02 00:34:01 +00:00
utam0k 3b313e5873
Specify the protobuf crate because of the rust-criu crate
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-11-01 20:53:52 +09:00
Yashodhan c30ba5a426
Merge pull request #2492 from containers/dependabot/cargo/serde_json-1.0.108
(auto merged) chore(deps): bump serde_json from 1.0.107 to 1.0.108
2023-10-31 11:13:20 +05:30
github-actions[bot] 75db97a3c5
Merge pull request #2494 from containers/dependabot/cargo/wasmprinter-0.2.71 2023-10-31 00:46:03 +00:00
github-actions[bot] 4ca2e7e074
Merge pull request #2493 from containers/dependabot/cargo/arbitrary-1.3.2 2023-10-31 00:45:51 +00:00
dependabot[bot] 1b71e926fa
chore(deps): bump wasmprinter from 0.2.70 to 0.2.71
Bumps [wasmprinter](https://github.com/bytecodealliance/wasm-tools) from 0.2.70 to 0.2.71.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.70...wasmprinter-0.2.71)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 00:35:46 +00:00
dependabot[bot] b59843d713
chore(deps): bump arbitrary from 1.3.1 to 1.3.2
Bumps [arbitrary](https://github.com/rust-fuzz/arbitrary) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-fuzz/arbitrary/compare/derive_arbitrary@1.3.1...v1.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 00:35:31 +00:00
dependabot[bot] 1281ce2af7
chore(deps): bump serde_json from 1.0.107 to 1.0.108
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 00:33:33 +00:00
dependabot[bot] 8c1ce4bcf2
chore(deps): bump winnow from 0.5.17 to 0.5.18
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.5.17 to 0.5.18.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.17...v0.5.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-31 00:27:05 +00:00
Yashodhan 7443b56421
Merge pull request #2489 from containers/dependabot/cargo/which-5.0.0
chore(deps): bump which from 4.4.0 to 5.0.0
2023-10-30 11:08:38 +05:30
github-actions[bot] b750601bda
Merge pull request #2488 from containers/dependabot/cargo/memfd-0.6.4 2023-10-30 01:16:10 +00:00
dependabot[bot] 00d099a85d
chore(deps): bump which from 4.4.0 to 5.0.0
Bumps [which](https://github.com/harryfei/which-rs) from 4.4.0 to 5.0.0.
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/commits)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 01:04:35 +00:00
dependabot[bot] e7611a78fc
chore(deps): bump memfd from 0.6.3 to 0.6.4
Bumps [memfd](https://github.com/lucab/memfd-rs) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/lucab/memfd-rs/releases)
- [Commits](https://github.com/lucab/memfd-rs/compare/v0.6.3...v0.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 01:00:49 +00:00
dependabot[bot] b74e023d13
chore(deps): bump hyper-rustls from 0.24.1 to 0.24.2
Bumps [hyper-rustls](https://github.com/rustls/hyper-rustls) from 0.24.1 to 0.24.2.
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](https://github.com/rustls/hyper-rustls/commits)

---
updated-dependencies:
- dependency-name: hyper-rustls
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 00:49:13 +00:00
Toru Komatsu a6735b1c7e
Merge pull request #2483 from containers/dependabot/cargo/serde-1.0.190
(auto merged) chore(deps): bump serde from 1.0.189 to 1.0.190
2023-10-28 14:39:49 +09:00
Toru Komatsu 2cb9f130c1
Merge pull request #2478 from containers/dependabot/cargo/rustix-0.36.17
(auto merged) chore(deps): bump rustix from 0.36.16 to 0.36.17
2023-10-28 14:39:39 +09:00
dependabot[bot] 71f91fd6ab
chore(deps): bump serde from 1.0.189 to 1.0.190
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.189 to 1.0.190.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.189...v1.0.190)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 01:29:17 +00:00
github-actions[bot] 974883505b
Merge pull request #2480 from containers/dependabot/cargo/oci-spec-0.6.4 2023-10-27 01:27:49 +00:00
github-actions[bot] 32fd03e303
Merge pull request #2476 from containers/dependabot/cargo/cpufeatures-0.2.11 2023-10-27 01:14:50 +00:00
dependabot[bot] 83230d55c4
chore(deps): bump rustix from 0.36.16 to 0.36.17
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.16 to 0.36.17.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.16...v0.36.17)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 01:11:57 +00:00
github-actions[bot] 4962c0099b
Merge pull request #2475 from containers/dependabot/cargo/tempfile-3.8.1 2023-10-27 01:09:27 +00:00
dependabot[bot] f01feaa05b
chore(deps): bump oci-spec from 0.6.3 to 0.6.4
Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/containers/oci-spec-rs/releases)
- [Changelog](https://github.com/containers/oci-spec-rs/blob/main/release.md)
- [Commits](https://github.com/containers/oci-spec-rs/compare/v0.6.3...v0.6.4)

---
updated-dependencies:
- dependency-name: oci-spec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 00:57:57 +00:00
dependabot[bot] 32f42eb633
chore(deps): bump cpufeatures from 0.2.10 to 0.2.11
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.10 to 0.2.11.
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.10...cpufeatures-v0.2.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 00:54:31 +00:00
dependabot[bot] e85c64314b
chore(deps): bump tempfile from 3.8.0 to 3.8.1
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 00:54:04 +00:00
dependabot[bot] f7f17c1c91
chore(deps): bump futures from 0.3.28 to 0.3.29
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.28 to 0.3.29.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.28...0.3.29)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 00:53:22 +00:00
dependabot[bot] 1199d05251
chore(deps): bump tokio-util from 0.7.9 to 0.7.10
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.9 to 0.7.10.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 00:49:53 +00:00
dependabot[bot] b3e91f9efa
chore(deps): bump sct from 0.7.0 to 0.7.1
Bumps [sct](https://github.com/rustls/sct.rs) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/rustls/sct.rs/releases)
- [Commits](https://github.com/rustls/sct.rs/compare/v/0.7.0...v/0.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 04:58:25 +00:00
dependabot[bot] b876403020
chore(deps): bump rustls from 0.21.7 to 0.21.8
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.7 to 0.21.8.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Commits](https://github.com/rustls/rustls/compare/v/0.21.7...v/0.21.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 00:54:15 +00:00
dependabot[bot] d79c4283b4
chore(deps): bump rustls-webpki from 0.101.6 to 0.101.7
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.101.6 to 0.101.7.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.101.6...v/0.101.7)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 00:28:50 +00:00
Toru Komatsu c18d8516f5
Merge pull request #2464 from containers/dependabot/cargo/toml_datetime-0.6.5
(auto merged) chore(deps): bump toml_datetime from 0.6.3 to 0.6.5
2023-10-24 20:47:20 +09:00
Toru Komatsu 4ee61f7a7f
Merge pull request #2465 from containers/dependabot/cargo/serde_spanned-0.6.4
(auto merged) chore(deps): bump serde_spanned from 0.6.3 to 0.6.4
2023-10-24 20:47:11 +09:00
github-actions[bot] 23d3d03bce
Merge pull request #2467 from containers/dependabot/cargo/base64-0.21.5 2023-10-24 01:35:06 +00:00
dependabot[bot] 93938290a1
chore(deps): bump base64 from 0.21.4 to 0.21.5
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.4 to 0.21.5.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.4...v0.21.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 01:08:12 +00:00
dependabot[bot] 15b4be2b60
chore(deps): bump tracing-log from 0.1.3 to 0.1.4
Bumps [tracing-log](https://github.com/tokio-rs/tracing) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-log-0.1.3...tracing-log-0.1.4)

---
updated-dependencies:
- dependency-name: tracing-log
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 00:42:53 +00:00
github-actions[bot] fa21408939
Merge pull request #2463 from containers/dependabot/cargo/mio-0.8.9 2023-10-24 00:40:55 +00:00
dependabot[bot] 4705336897
chore(deps): bump serde_spanned from 0.6.3 to 0.6.4
Bumps [serde_spanned](https://github.com/toml-rs/toml) from 0.6.3 to 0.6.4.
- [Commits](https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.3...serde_spanned-v0.6.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 00:28:36 +00:00
dependabot[bot] b03458e138
chore(deps): bump toml_datetime from 0.6.3 to 0.6.5
Bumps [toml_datetime](https://github.com/toml-rs/toml) from 0.6.3 to 0.6.5.
- [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.3...toml_datetime-v0.6.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 00:27:50 +00:00
dependabot[bot] 1897182db4
chore(deps): bump mio from 0.8.8 to 0.8.9
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 00:20:16 +00:00
dependabot[bot] b5356ba655
chore(deps): bump ahash from 0.7.6 to 0.7.7
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.7.6 to 0.7.7.
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-24 00:17:10 +00:00
Toru Komatsu 710cb4c636
Merge pull request #2458 from containers/dependabot/cargo/ipnet-2.9.0
chore(deps): bump ipnet from 2.8.0 to 2.9.0
2023-10-23 20:31:37 +09:00
github-actions[bot] 5b447a6135
Merge pull request #2461 from containers/dependabot/cargo/socket2-0.4.10 2023-10-23 01:19:39 +00:00
github-actions[bot] 198ce89a5c
Merge pull request #2460 from containers/dependabot/cargo/thiserror-1.0.50 2023-10-23 01:18:18 +00:00
github-actions[bot] b6aab2417d
Merge pull request #2459 from containers/dependabot/cargo/cpufeatures-0.2.10 2023-10-23 01:15:14 +00:00
dependabot[bot] 8e18b701d4
chore(deps): bump socket2 from 0.4.9 to 0.4.10
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/compare/v0.4.9...v0.4.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 01:09:24 +00:00
dependabot[bot] 5a9d1cde73
chore(deps): bump thiserror from 1.0.49 to 1.0.50
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.49 to 1.0.50.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.49...1.0.50)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 01:07:51 +00:00
dependabot[bot] b438328e97
chore(deps): bump cpufeatures from 0.2.9 to 0.2.10
Bumps [cpufeatures](https://github.com/RustCrypto/utils) from 0.2.9 to 0.2.10.
- [Commits](https://github.com/RustCrypto/utils/compare/cpufeatures-v0.2.9...cpufeatures-v0.2.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 01:04:55 +00:00
dependabot[bot] 3f54530319
chore(deps): bump ipnet from 2.8.0 to 2.9.0
Bumps [ipnet](https://github.com/krisprice/ipnet) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/krisprice/ipnet/releases)
- [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
- [Commits](https://github.com/krisprice/ipnet/compare/2.8.0...2.9.0)

---
updated-dependencies:
- dependency-name: ipnet
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 01:02:56 +00:00
dependabot[bot] 9b62dc4ff2
chore(deps): bump target-lexicon from 0.12.11 to 0.12.12
Bumps [target-lexicon](https://github.com/bytecodealliance/target-lexicon) from 0.12.11 to 0.12.12.
- [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.12.11...v0.12.12)

---
updated-dependencies:
- dependency-name: target-lexicon
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 01:00:12 +00:00
dependabot[bot] 8ac5632cf2
chore(deps): bump tracing from 0.1.39 to 0.1.40
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.39 to 0.1.40.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.39...tracing-0.1.40)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-20 00:47:22 +00:00
Toru Komatsu 381bd2e592
Merge pull request #2454 from containers/dependabot/cargo/uuid-1.5.0
chore(deps): bump uuid from 1.4.1 to 1.5.0
2023-10-19 18:37:08 +09:00
dependabot[bot] d0abe919ca
chore(deps): bump windows-core from 0.50.0 to 0.51.1
Bumps [windows-core](https://github.com/microsoft/windows-rs) from 0.50.0 to 0.51.1.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/compare/0.50.0...0.51.1)

---
updated-dependencies:
- dependency-name: windows-core
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 00:56:43 +00:00
dependabot[bot] 732a7a37d1
chore(deps): bump uuid from 1.4.1 to 1.5.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 00:53:40 +00:00
Yashodhan e069436801
Merge pull request #2452 from containers/dependabot/cargo/lock_api-0.4.11
(auto merged) chore(deps): bump lock_api from 0.4.10 to 0.4.11
2023-10-18 10:45:33 +05:30
github-actions[bot] 1c35edddcc
Merge pull request #2453 from containers/dependabot/cargo/parking_lot_core-0.9.9 2023-10-18 00:48:46 +00:00
dependabot[bot] 68d49c5c3e
chore(deps): bump parking_lot_core from 0.9.8 to 0.9.9
Bumps [parking_lot_core](https://github.com/Amanieu/parking_lot) from 0.9.8 to 0.9.9.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/core-0.9.8...core-0.9.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 00:29:23 +00:00
dependabot[bot] 57c1352a76
chore(deps): bump lock_api from 0.4.10 to 0.4.11
Bumps [lock_api](https://github.com/Amanieu/parking_lot) from 0.4.10 to 0.4.11.
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.10...lock_api-0.4.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 00:28:22 +00:00
dependabot[bot] d12fb7e1fc
chore(deps): bump iana-time-zone from 0.1.57 to 0.1.58
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.57 to 0.1.58.
- [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md)
- [Commits](https://github.com/strawlab/iana-time-zone/compare/v0.1.57...v0.1.58)

---
updated-dependencies:
- dependency-name: iana-time-zone
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 00:20:10 +00:00
dependabot[bot] 019b0a7014
chore(deps): bump regex from 1.10.1 to 1.10.2
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.1 to 1.10.2.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.10.1...1.10.2)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 00:51:16 +00:00
Yashodhan 1b7d69539e
Merge pull request #2448 from containers/dependabot/cargo/async-trait-0.1.74
(auto merged) chore(deps): bump async-trait from 0.1.73 to 0.1.74
2023-10-16 10:59:26 +05:30
Yashodhan d51eeea65a
Merge pull request #2441 from containers/dependabot/cargo/regex-1.10.1
(auto merged) chore(deps): bump regex from 1.10.0 to 1.10.1
2023-10-16 10:56:15 +05:30
github-actions[bot] 562cf20909
Merge pull request #2449 from containers/dependabot/cargo/wasmprinter-0.2.70 2023-10-16 01:53:17 +00:00
github-actions[bot] 54d00e0654
Merge pull request #2447 from containers/dependabot/cargo/bitflags-2.4.1 2023-10-16 01:46:56 +00:00
github-actions[bot] fd2a1c2d8c
Merge pull request #2445 from containers/dependabot/cargo/flate2-1.0.28 2023-10-16 01:41:38 +00:00
dependabot[bot] cade64d761
chore(deps): bump wasmprinter from 0.2.69 to 0.2.70
Bumps [wasmprinter](https://github.com/bytecodealliance/wasm-tools) from 0.2.69 to 0.2.70.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.69...wasmprinter-0.2.70)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 01:35:32 +00:00
dependabot[bot] 9c28e3e732
chore(deps): bump async-trait from 0.1.73 to 0.1.74
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 01:33:33 +00:00
github-actions[bot] 6d2ed2e0b7
Merge pull request #2444 from containers/dependabot/cargo/deranged-0.3.9 2023-10-16 01:33:22 +00:00
github-actions[bot] 9a579c74cd
Merge pull request #2443 from containers/dependabot/cargo/serde-1.0.189 2023-10-16 01:32:18 +00:00
dependabot[bot] 7fb5a1ae60
chore(deps): bump bitflags from 2.4.0 to 2.4.1
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.4.0...2.4.1)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 01:31:31 +00:00
dependabot[bot] fd6a974f8b
chore(deps): bump regex from 1.10.0 to 1.10.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.10.0...1.10.1)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 01:25:51 +00:00
dependabot[bot] f3efac9a74
chore(deps): bump flate2 from 1.0.27 to 1.0.28
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.27 to 1.0.28.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 01:24:59 +00:00
github-actions[bot] c5c19e3912
Merge pull request #2440 from containers/dependabot/cargo/winnow-0.5.17 2023-10-16 01:22:53 +00:00