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

581 Commits

Author SHA1 Message Date
dependabot[bot] 82ebdc7cae
chore(deps): bump anyhow from 1.0.58 to 1.0.60
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.60.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.60)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-09 10:14:49 +00:00
utam0k f02f5c2b5c
Merge pull request #1099 from containers/dependabot/cargo/quote-1.0.21
chore(deps): bump quote from 1.0.20 to 1.0.21
2022-08-06 15:14:23 +09:00
utam0k 27c6ba3c6a
Merge pull request #1095 from containers/dependabot/cargo/rustversion-1.0.9
chore(deps): bump rustversion from 1.0.8 to 1.0.9
2022-08-04 21:05:15 +09:00
dependabot[bot] a0f1d777e9
chore(deps): bump quote from 1.0.20 to 1.0.21
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.20 to 1.0.21.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.20...1.0.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 12:05:09 +00:00
utam0k ed99a566c7
Merge pull request #1100 from containers/dependabot/cargo/serde_json-1.0.83
chore(deps): bump serde_json from 1.0.82 to 1.0.83
2022-08-04 21:04:39 +09:00
utam0k 3e4c45b844
Merge pull request #1096 from containers/dependabot/cargo/proc-macro2-1.0.43
chore(deps): bump proc-macro2 from 1.0.42 to 1.0.43
2022-08-04 21:04:08 +09:00
utam0k bdbcd38913
Merge pull request #1102 from containers/dependabot/cargo/syn-1.0.99
chore(deps): bump syn from 1.0.98 to 1.0.99
2022-08-04 21:03:33 +09:00
utam0k 8b14f3e333
Merge pull request #1103 from containers/dependabot/cargo/ryu-1.0.11
chore(deps): bump ryu from 1.0.10 to 1.0.11
2022-08-04 21:02:57 +09:00
dependabot[bot] 545dbca3c8
chore(deps): bump proc-macro2 from 1.0.42 to 1.0.43
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.42 to 1.0.43.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.42...1.0.43)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 11:33:34 +00:00
dependabot[bot] a88703edbb
chore(deps): bump ryu from 1.0.10 to 1.0.11
Bumps [ryu](https://github.com/dtolnay/ryu) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/dtolnay/ryu/releases)
- [Commits](https://github.com/dtolnay/ryu/compare/1.0.10...1.0.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 11:29:37 +00:00
dependabot[bot] b0a354ee2e
chore(deps): bump syn from 1.0.98 to 1.0.99
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.98 to 1.0.99.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.98...1.0.99)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 11:29:06 +00:00
utam0k 80ca716752
Merge pull request #1094 from containers/dependabot/cargo/thiserror-1.0.32
chore(deps): bump thiserror from 1.0.31 to 1.0.32
2022-08-04 20:29:03 +09:00
utam0k 254592c507
Merge pull request #1097 from containers/dependabot/cargo/serde_bytes-0.11.7
chore(deps): bump serde_bytes from 0.11.6 to 0.11.7
2022-08-04 20:28:54 +09:00
utam0k 2825b5c1fb
Merge pull request #1093 from containers/dependabot/cargo/unicode-ident-1.0.3
chore(deps): bump unicode-ident from 1.0.2 to 1.0.3
2022-08-04 20:28:44 +09:00
dependabot[bot] c5fdaf430b
chore(deps): bump serde_json from 1.0.82 to 1.0.83
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.82...v1.0.83)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 11:28:29 +00:00
utam0k cf96f915c6
Merge pull request #1098 from containers/dependabot/cargo/serde_repr-0.1.9
chore(deps): bump serde_repr from 0.1.8 to 0.1.9
2022-08-04 20:28:25 +09:00
utam0k 1be9423eb6
Merge pull request #1092 from containers/dependabot/cargo/serde-1.0.142
chore(deps): bump serde from 1.0.141 to 1.0.142
2022-08-04 20:28:01 +09:00
dependabot[bot] 0af45059d5
chore(deps): bump serde_repr from 0.1.8 to 0.1.9
Bumps [serde_repr](https://github.com/dtolnay/serde-repr) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/dtolnay/serde-repr/releases)
- [Commits](https://github.com/dtolnay/serde-repr/compare/0.1.8...0.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 00:51:33 +00:00
dependabot[bot] d1b5b02e17
chore(deps): bump serde_bytes from 0.11.6 to 0.11.7
Bumps [serde_bytes](https://github.com/serde-rs/bytes) from 0.11.6 to 0.11.7.
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](https://github.com/serde-rs/bytes/compare/0.11.6...0.11.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 00:51:07 +00:00
dependabot[bot] 31dda363b1
chore(deps): bump rustversion from 1.0.8 to 1.0.9
Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.8...1.0.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 00:50:26 +00:00
dependabot[bot] 0c27adb021
chore(deps): bump thiserror from 1.0.31 to 1.0.32
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.32.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.31...1.0.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 00:50:18 +00:00
dependabot[bot] a17931dbe0
chore(deps): bump unicode-ident from 1.0.2 to 1.0.3
Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.2...1.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 00:50:01 +00:00
dependabot[bot] 1bc757494b
chore(deps): bump serde from 1.0.141 to 1.0.142
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.141 to 1.0.142.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.141...v1.0.142)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 00:49:35 +00:00
dependabot[bot] 262a7186b0
chore(deps): bump itoa from 1.0.2 to 1.0.3
Bumps [itoa](https://github.com/dtolnay/itoa) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](https://github.com/dtolnay/itoa/compare/1.0.2...1.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-04 00:49:28 +00:00
dependabot[bot] ead20d8944
chore(deps): bump serde from 1.0.140 to 1.0.141
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.140 to 1.0.141.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.140...v1.0.141)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 00:52:39 +00:00
utam0k 74b1527001
Merge pull request #1084 from containers/dependabot/cargo/vergen-7.3.2
chore(deps): bump vergen from 7.2.1 to 7.3.2
2022-08-01 21:49:18 +09:00
Thomas Schubart 5b421e1df2
Merge pull request #1083 from containers/dependabot/cargo/tracing-0.1.36
chore(deps): bump tracing from 0.1.35 to 0.1.36
2022-08-01 10:56:02 +02:00
dependabot[bot] a703a15ae3
chore(deps): bump vergen from 7.2.1 to 7.3.2
Bumps [vergen](https://github.com/rustyhorde/vergen) from 7.2.1 to 7.3.2.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/7.2.1...7.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 08:55:07 +00:00
dependabot[bot] 3ce9a8b36c
chore(deps): bump clap from 3.2.15 to 3.2.16
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.15 to 3.2.16.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.15...v3.2.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 01:25:58 +00:00
dependabot[bot] 5f50b4276d
chore(deps): bump tracing from 0.1.35 to 0.1.36
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.35 to 0.1.36.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.35...tracing-0.1.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-01 01:25:29 +00:00
dependabot[bot] 9761553b6e
chore(deps): bump git2 from 0.14.4 to 0.15.0
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.14.4 to 0.15.0.
- [Release notes](https://github.com/rust-lang/git2-rs/releases)
- [Commits](https://github.com/rust-lang/git2-rs/compare/0.14.4...git2-curl-0.15.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-29 00:54:35 +00:00
dependabot[bot] 491e2145bb
chore(deps): bump wat from 1.0.46 to 1.0.47
Bumps [wat](https://github.com/bytecodealliance/wasm-tools) from 1.0.46 to 1.0.47.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wat-1.0.46...wat-1.0.47)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 00:48:16 +00:00
dependabot[bot] 4489be2c7f
chore(deps): bump redox_syscall from 0.2.15 to 0.2.16
Bumps redox_syscall from 0.2.15 to 0.2.16.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-27 00:54:27 +00:00
utam0k 0d29b51635
Merge pull request #1075 from containers/dependabot/cargo/proc-macro2-1.0.42
chore(deps): bump proc-macro2 from 1.0.41 to 1.0.42
2022-07-26 21:18:50 +09:00
utam0k 277d362aaa
Merge pull request #1068 from containers/dependabot/cargo/crossbeam-utils-0.8.11
chore(deps): bump crossbeam-utils from 0.8.10 to 0.8.11
2022-07-26 21:18:39 +09:00
utam0k 3694333c4c
Merge pull request #1063 from containers/dependabot/cargo/crossbeam-deque-0.8.2
chore(deps): bump crossbeam-deque from 0.8.1 to 0.8.2
2022-07-26 21:18:16 +09:00
utam0k b747201b51
Merge pull request #1064 from containers/dependabot/cargo/crossbeam-queue-0.3.6
chore(deps): bump crossbeam-queue from 0.3.5 to 0.3.6
2022-07-26 21:18:04 +09:00
utam0k 97ba9a8558
Merge pull request #1066 from containers/dependabot/cargo/redox_syscall-0.2.15
chore(deps): bump redox_syscall from 0.2.13 to 0.2.15
2022-07-26 21:17:52 +09:00
utam0k 946d1c0ffb
Merge pull request #1077 from containers/dependabot/cargo/js-sys-0.3.59
chore(deps): bump js-sys from 0.3.58 to 0.3.59
2022-07-26 21:17:41 +09:00
dependabot[bot] 78b1cd1fd7
chore(deps): bump clap from 3.2.14 to 3.2.15
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.14 to 3.2.15.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/v3.2.15/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v3.2.14...v3.2.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 00:54:59 +00:00
dependabot[bot] 282c8d21c7
chore(deps): bump js-sys from 0.3.58 to 0.3.59
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.58 to 0.3.59.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 00:54:44 +00:00
dependabot[bot] b476eadb24
chore(deps): bump proc-macro2 from 1.0.41 to 1.0.42
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.41 to 1.0.42.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.41...1.0.42)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 00:54:06 +00:00
dependabot[bot] ddcfb187fb
chore(deps): bump crossbeam-utils from 0.8.10 to 0.8.11
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.10 to 0.8.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-utils-0.8.10...crossbeam-utils-0.8.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 12:15:14 +00:00
utam0k 79f0c00d80
Merge pull request #1074 from containers/dependabot/cargo/proc-macro2-1.0.41
chore(deps): bump proc-macro2 from 1.0.40 to 1.0.41
2022-07-25 21:15:06 +09:00
utam0k 8455a40da9
Merge pull request #1073 from containers/dependabot/cargo/fastrand-1.8.0
chore(deps): bump fastrand from 1.7.0 to 1.8.0
2022-07-25 21:14:43 +09:00
dependabot[bot] a9adaedce8
chore(deps): bump proc-macro2 from 1.0.40 to 1.0.41
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.40 to 1.0.41.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.40...1.0.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 07:56:21 +00:00
dependabot[bot] 2887524b42
chore(deps): bump fastrand from 1.7.0 to 1.8.0
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/smol-rs/fastrand/releases)
- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/fastrand/compare/v1.7.0...v1.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 07:56:04 +00:00
dependabot[bot] e240257cfe
chore(deps): bump crossbeam-channel from 0.5.5 to 0.5.6
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.5 to 0.5.6.
- [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.5...crossbeam-channel-0.5.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-25 07:55:33 +00:00
Thomas Schubart 296c64ba5b
Merge pull request #1069 from containers/dependabot/cargo/mockall-0.11.2
chore(deps): bump mockall from 0.11.1 to 0.11.2
2022-07-25 09:54:56 +02:00
Thomas Schubart aa38f8ff36
Merge pull request #1070 from containers/dependabot/cargo/bytecheck-0.6.9
chore(deps): bump bytecheck from 0.6.8 to 0.6.9
2022-07-25 09:54:48 +02:00