1
0
mirror of https://github.com/containers/youki synced 2024-11-22 17:02:00 +01:00
Commit Graph

5299 Commits

Author SHA1 Message Date
Toru Komatsu
c03edea8a0
v0.3.3 (#2794)
Signed-off-by: utam0k <k0ma@utam0k.jp>
v0.3.3
2024-05-21 22:17:19 +09:00
Toru Komatsu
88dc41b170
Update the release workflow (#2789)
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-05-19 21:39:30 -07:00
github-actions[bot]
8e42c2d98e
Merge pull request #2790 from containers/dependabot/cargo/patch-2c960a01ee 2024-05-20 01:28:07 +00:00
dependabot[bot]
dfef05b957
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [libc](https://github.com/rust-lang/libc), [thiserror](https://github.com/dtolnay/thiserror) and [anyhow](https://github.com/dtolnay/anyhow).


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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-20 01:17:52 +00:00
Toru Komatsu
7a74fe75f9
Merge pull request #2665 from containers/tagpr-from-v0.3.2
Release for v0.3.3
2024-05-19 18:18:15 +09:00
github-actions[bot]
621f59c1ec [tagpr] update CHANGELOG.md 2024-05-16 12:46:19 +00:00
github-actions[bot]
fd8496c4f9 [tagpr] prepare for the next release 2024-05-16 12:46:18 +00:00
Toru Komatsu
2b86907b29
Merge pull request #2787 from jprendes/rustfmt
Add `rustfmt.toml` to standardize formatting
2024-05-16 21:45:44 +09:00
github-actions[bot]
218cf18729
Merge pull request #2788 from containers/dependabot/cargo/patch-2c97536674 2024-05-16 00:49:09 +00:00
dependabot[bot]
3a8323b675
Bump serde from 1.0.201 to 1.0.202 in the patch group
Bumps the patch group with 1 update: [serde](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.201 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 00:38:49 +00:00
Jorge Prendes
20b4602879 Add .git-blame-ignore-revs
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
2024-05-15 17:48:50 +01:00
Jorge Prendes
13a3fd516e Bulk apply formatting
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
2024-05-15 14:59:06 +01:00
Jorge Prendes
bdd4f5c674 Add rustfmt.toml to standardize formatting
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
2024-05-15 14:59:06 +01:00
Toru Komatsu
25edc95648
Remove unnecessary chdir (#2780)
* Remove unnecessary chdir

Co-authored-by: jiaxiao zhou <jiazho@microsoft.com>
Co-authored-by: Jorge Prendes <jorge.prendes@gmail.com>
Signed-off-by: utam0k <k0ma@utam0k.jp>

* fixup! Remove unnecessary chdir

Signed-off-by: utam0k <k0ma@utam0k.jp>

* fixup! Remove unnecessary chdir

Signed-off-by: utam0k <k0ma@utam0k.jp>

* fixup! Remove unnecessary chdir

Signed-off-by: utam0k <k0ma@utam0k.jp>

* Enable run_hooks to be passed cwd

Signed-off-by: utam0k <k0ma@utam0k.jp>

* fixup! Enable run_hooks to be passed cwd

Signed-off-by: utam0k <k0ma@utam0k.jp>

* fixup! Enable run_hooks to be passed cwd

Signed-off-by: utam0k <k0ma@utam0k.jp>

---------

Signed-off-by: utam0k <k0ma@utam0k.jp>
Co-authored-by: jiaxiao zhou <jiazho@microsoft.com>
Co-authored-by: Jorge Prendes <jorge.prendes@gmail.com>
2024-05-15 12:20:27 +00:00
github-actions[bot]
c6fffb2c6a
Merge pull request #2785 from containers/dependabot/cargo/patch-a2c8ac292a 2024-05-09 05:26:19 +00:00
dependabot[bot]
af2a125b93
Bump errno from 0.3.8 to 0.3.9 in the patch group
Bumps the patch group with 1 update: [errno](https://github.com/lambda-fairy/rust-errno).


Updates `errno` from 0.3.8 to 0.3.9
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 00:59:07 +00:00
github-actions[bot]
7fa20470f6
Merge pull request #2784 from containers/dependabot/cargo/patch-99d12aa416 2024-05-08 00:49:38 +00:00
dependabot[bot]
3ccd4c1dc9
Bump the patch group with 5 updates
Bumps the patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.201` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |
| [wasmtime](https://github.com/bytecodealliance/wasmtime) | `20.0.1` | `20.0.2` |
| [wasi-common](https://github.com/bytecodealliance/wasmtime) | `20.0.1` | `20.0.2` |


Updates `serde` from 1.0.200 to 1.0.201
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.200...v1.0.201)

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

Updates `serde_json` from 1.0.116 to 1.0.117
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.116...v1.0.117)

Updates `wasmtime` from 20.0.1 to 20.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v20.0.1...v20.0.2)

Updates `wasi-common` from 20.0.1 to 20.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v20.0.1...v20.0.2)

---
updated-dependencies:
- dependency-name: serde
  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: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wasmtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wasi-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-08 00:39:21 +00:00
github-actions[bot]
499205add8
Merge pull request #2783 from containers/dependabot/cargo/patch-d7ca0ad508 2024-05-07 00:54:31 +00:00
dependabot[bot]
74c69f6821
Bump anyhow from 1.0.82 to 1.0.83 in the patch group
Bumps the patch group with 1 update: [anyhow](https://github.com/dtolnay/anyhow).


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

---
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>
2024-05-07 00:44:10 +00:00
Jakub Jirutka
96ff8c31ab
deps: Disable unused/unnecessary regex features in libcontainer (#2781)
To reduce binary size and dependency bloat in projects using libcontainer.

Signed-off-by: Jakub Jirutka <jakub@jirutka.cz>
2024-05-06 12:23:36 +00:00
Om Prakaash
5ecfda0ff4
Add linux_devices test (#2708)
* Add linux_devices test

Signed-off-by: omprakaash <omsuseela@gmail.com>
Signed-off-by: om prakaash <omsuseela@gmail.com>

* Change the test_devices permission check to if-let

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

---------

Signed-off-by: omprakaash <omsuseela@gmail.com>
Signed-off-by: om prakaash <omsuseela@gmail.com>
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Co-authored-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-05-06 12:31:24 +05:30
Yashodhan
ba1b28e98d
Merge pull request #2775 from utam0k/seccomp-3
seccomp: Add a case for checking arguments
2024-05-06 11:35:59 +05:30
github-actions[bot]
3202b2f4c5
Merge pull request #2782 from containers/dependabot/cargo/patch-6a9cd945eb 2024-05-06 01:26:49 +00:00
dependabot[bot]
6cd72cc268
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [libbpf-sys](https://github.com/libbpf/libbpf-sys), [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasi-common](https://github.com/bytecodealliance/wasmtime).


Updates `libbpf-sys` from 1.4.0+v1.4.0 to 1.4.1+v1.4.0
- [Commits](https://github.com/libbpf/libbpf-sys/commits)

Updates `wasmtime` from 20.0.0 to 20.0.1
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v20.0.0...v20.0.1)

Updates `wasi-common` from 20.0.0 to 20.0.1
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v20.0.0...v20.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-06 01:16:30 +00:00
Yashodhan
30e3ab5c2d
Merge pull request #2778 from containers/dependabot/cargo/patch-6a66405946
(auto merged) Bump serde from 1.0.199 to 1.0.200 in the patch group
2024-05-03 19:47:59 +05:30
dependabot[bot]
a3be506e0a
Bump serde from 1.0.199 to 1.0.200 in the patch group
Bumps the patch group with 1 update: [serde](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.199 to 1.0.200
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.200)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-02 15:02:59 +00:00
Yashodhan
568992cda1
Merge pull request #2779 from YJDoc2/rust-1.77.2
Update rust version to 1.77.2
2024-05-02 20:24:18 +05:30
Yashodhan Joshi
9eee7b122a Update rust version to 1.77.2
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-05-02 13:10:00 +05:30
github-actions[bot]
377a7ca884
Merge pull request #2776 from containers/dependabot/cargo/patch-cbe23ef39c 2024-04-30 05:30:30 +00:00
dependabot[bot]
a4b9ea5522
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [libc](https://github.com/rust-lang/libc) and [flate2](https://github.com/rust-lang/flate2-rs).


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

Updates `flate2` from 1.0.29 to 1.0.30
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-30 00:23:51 +00:00
utam0k
61adda616e
seccomp: Add a case for checking arguments
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-04-29 21:40:22 +09:00
Yashodhan
4bf23f711e
Merge pull request #2774 from containers/dependabot/cargo/fastrand-2.1.0
Bump fastrand from 2.0.2 to 2.1.0
2024-04-29 11:18:32 +05:30
github-actions[bot]
c3d92bce53
Merge pull request #2773 from containers/dependabot/cargo/patch-6c0d7a612c 2024-04-29 05:47:09 +00:00
dependabot[bot]
2073d9b968
Bump fastrand from 2.0.2 to 2.1.0
Bumps [fastrand](https://github.com/smol-rs/fastrand) from 2.0.2 to 2.1.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/v2.0.2...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 00:41:29 +00:00
dependabot[bot]
75554f2059
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [serde](https://github.com/serde-rs/serde), [serial_test](https://github.com/palfrey/serial_test) and [flate2](https://github.com/rust-lang/flate2-rs).


Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)

Updates `serial_test` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v3.1.0...v3.1.1)

Updates `flate2` from 1.0.28 to 1.0.29
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-29 00:40:45 +00:00
Yashodhan
601df9ecd3
Fix cgroups determination in exec implementation (#2720)
* Set cgroups path for tenant containers from main container

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Ignore new_user_ns for creating cgroups path

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Remove user_ns param completely

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Add tests in podman rootless for exec

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix add_task implementation for cgroups v2 and systemd

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* minor refactor in tenant builder

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Add unit test for systemd add_task function

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix task addition to properly add tasks via dbus api

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

* Fix cross cotainers for tests running

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>

---------

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-04-27 21:49:58 +09:00
dependabot[bot]
cd9bfd8d79
Bump wasmtime and wasi-common from 19.0.2 to 20.0.0 (#2771)
* Bump wasi-common from 19.0.2 to 20.0.0

Bumps [wasi-common](https://github.com/bytecodealliance/wasmtime) from 19.0.2 to 20.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v19.0.2...v20.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump wasmtime from 19.0.2 to 20.0.0

Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 19.0.2 to 20.0.0.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v19.0.2...v20.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-04-24 05:36:17 +00:00
github-actions[bot]
6422adc681
Merge pull request #2766 from containers/dependabot/cargo/rustls-0.21.11 2024-04-22 05:17:10 +00:00
Yashodhan
f8ccba1eae
Merge pull request #2769 from containers/dependabot/cargo/serial_test-3.1.0
Bump serial_test from 3.0.0 to 3.1.0
2024-04-22 10:45:06 +05:30
github-actions[bot]
6139965e61
Merge pull request #2768 from containers/dependabot/cargo/patch-0895eb5417 2024-04-22 00:55:44 +00:00
dependabot[bot]
4046ed54e1
Bump serial_test from 3.0.0 to 3.1.0
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](https://github.com/palfrey/serial_test/compare/v3.0.0...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 00:46:24 +00:00
dependabot[bot]
1d109fe115
Bump thiserror from 1.0.58 to 1.0.59 in the patch group
Bumps the patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).


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

---
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>
2024-04-22 00:45:31 +00:00
dependabot[bot]
d64d9b3bcd
Bump rustls from 0.21.10 to 0.21.11
Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
- [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.10...v/0.21.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 19:50:27 +00:00
Toru Komatsu
32e021e1e9
seccomp: Use offset_of! (#2763)
* seccomp: Use offset_of!

Signed-off-by: utam0k <k0ma@utam0k.jp>

* Update experiment/seccomp/src/instruction/consts.rs

Co-authored-by: Yashodhan <54112038+YJDoc2@users.noreply.github.com>

---------

Signed-off-by: utam0k <k0ma@utam0k.jp>
Co-authored-by: Yashodhan <54112038+YJDoc2@users.noreply.github.com>
2024-04-18 18:01:14 +05:30
github-actions[bot]
aa9ef54caa
Merge pull request #2765 from containers/dependabot/cargo/patch-35db3952d5 2024-04-18 04:33:45 +00:00
Yashodhan
79f08be664
reset console sockets to original in setup_console test (#2764)
This way the test logs and failed test stack does not get lost due
to setup console being set to different file.

Fixes #150

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-04-17 20:57:16 -07:00
dependabot[bot]
1a0cd33cdf
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [wasmtime](https://github.com/bytecodealliance/wasmtime) and [wasi-common](https://github.com/bytecodealliance/wasmtime).


Updates `wasmtime` from 19.0.1 to 19.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v19.0.1...v19.0.2)

Updates `wasi-common` from 19.0.1 to 19.0.2
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v19.0.1...v19.0.2)

---
updated-dependencies:
- dependency-name: wasmtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wasi-common
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 00:20:23 +00:00
Yashodhan
342ad60927
update wasmtime dep to 19.0.1, replace wasmtime-wasi with wasi-cmmon (#2752)
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-04-17 12:53:10 +05:30
github-actions[bot]
a103d8bc9a
Merge pull request #2762 from containers/dependabot/cargo/patch-302505f77b 2024-04-17 00:46:14 +00:00