Toru Komatsu
1180637c41
Rust 1.80.0 ( #2869 )
...
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-08-12 16:50:14 -07:00
dependabot[bot]
1bb43c1062
Bump the patch group with 2 updates
...
Bumps the patch group with 2 updates: [libbpf-sys](https://github.com/libbpf/libbpf-sys ) and [serde_json](https://github.com/serde-rs/json ).
Updates `libbpf-sys` from 1.4.2+v1.4.2 to 1.4.3+v1.4.5
- [Commits](https://github.com/libbpf/libbpf-sys/commits )
Updates `serde_json` from 1.0.120 to 1.0.121
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.121 )
---
updated-dependencies:
- dependency-name: libbpf-sys
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 00:25:05 +00:00
dependabot[bot]
ba4ab967e3
Bump mockall from 0.12.1 to 0.13.0
...
Bumps [mockall](https://github.com/asomers/mockall ) from 0.12.1 to 0.13.0.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md )
- [Commits](https://github.com/asomers/mockall/commits )
---
updated-dependencies:
- dependency-name: mockall
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 00:20:22 +00:00
Keisuke Umegaki
c045f54ada
Bump oci-spec ( #2854 )
2024-07-21 11:52:19 +00:00
dependabot[bot]
ee20769948
Bump thiserror from 1.0.62 to 1.0.63 in the patch group
...
Bumps the patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror ).
Updates `thiserror` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.62...1.0.63 )
---
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-07-18 00:30:49 +00:00
dependabot[bot]
d64778b63e
Bump the patch group across 1 directory with 2 updates
...
Bumps the patch group with 2 updates in the / directory: [serde](https://github.com/serde-rs/serde ) and [thiserror](https://github.com/dtolnay/thiserror ).
Updates `serde` from 1.0.203 to 1.0.204
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.204 )
Updates `thiserror` from 1.0.61 to 1.0.62
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62 )
---
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
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-14 04:07:47 +00:00
Jiaxiao Zhou
1026225a07
chore(deps): update oci-spec to v0.6.7 ( #2847 )
2024-07-14 13:04:09 +09:00
Thomas Schubart
d6c59966c0
Merge pull request #2838 from YJDoc2/fix/dbus_call_issue
...
Fix/dbus call issue
2024-07-09 23:53:11 +02:00
Jerry
a94a16cd28
Fix typos and bump version for typos ci ( #2839 )
...
* chore: fix typo for InvalidSocketName
Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
* chore: fix typos
Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
* chore: bump typos version to catch more typos
Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
---------
Signed-off-by: Jerrypoi <jerry.poi.sz@gmail.com>
2024-07-01 21:20:47 +05:30
Yashodhan Joshi
56753c3cc1
loop in recieving messages for dbus method call
...
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-06-30 16:24:46 +05:30
Heran Yang
e61b693df5
Export max_usage in cgroups v2 mode ( #2802 )
...
Signed-off-by: Heran Yang <heran55@126.com>
2024-05-29 21:24:47 +09:00
Om Prakaash
a35d20fa08
Squashed commit of the following: ( #2728 )
...
commit f0a6b388e7f132648157ca2712e20a1ee93f265a
Author: yihuaf <yihuaf@unkies.org>
Date: Sun May 19 21:16:21 2024 -0700
Fix the explicit close
Signed-off-by: yihuaf <yihuaf@unkies.org>
commit 5e23878453a59e042dd70b07ee57e535d95fb3e8
Author: yihuaf <yihuaf@unkies.org>
Date: Thu May 16 21:31:09 2024 -0700
Rebase to the latest main branch
Signed-off-by: yihuaf <yihuaf@unkies.org>
commit 3144355967e4ba0f3e7ed8aff92945a4b1aaf66d
Author: omprakaash <omsuseela@gmail.com>
Date: Sat Mar 16 03:28:40 2024 +0000
Update nix to 0.28.0
Signed-off-by: omprakaash <omsuseela@gmail.com>
Signed-off-by: om prakaash <omsuseela@gmail.com>
Signed-off-by: yihuaf <yihuaf@unkies.org>
Co-authored-by: yihuaf <yihuaf@unkies.org>
Co-authored-by: Toru Komatsu <k0ma@utam0k.jp>
2024-05-23 12:29:37 +00:00
dependabot[bot]
94007c7ccd
---
...
updated-dependencies:
- dependency-name: libbpf-sys
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: libcgroups
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: libcontainer
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 00:07:09 +00:00
Toru Komatsu
c03edea8a0
v0.3.3 ( #2794 )
...
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-05-21 22:17:19 +09: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
Jorge Prendes
13a3fd516e
Bulk apply formatting
...
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
2024-05-15 14:59:06 +01: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
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
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
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
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
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
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]
e24123050b
Bump fixedbitset from 0.5.6 to 0.5.7 in the patch group
...
Bumps the patch group with 1 update: [fixedbitset](https://github.com/petgraph/fixedbitset ).
Updates `fixedbitset` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/petgraph/fixedbitset/releases )
- [Commits](https://github.com/petgraph/fixedbitset/compare/v0.5.6...v0.5.7 )
---
updated-dependencies:
- dependency-name: fixedbitset
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-15 01:01:23 +00:00
Toru Komatsu
a48e5a5403
Rust 1.77.1 ( #2746 )
...
* Rust 1.77.1
Signed-off-by: utam0k <k0ma@utam0k.jp>
* Remove unused pub items from contest util mod
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
---------
Signed-off-by: utam0k <k0ma@utam0k.jp>
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
Co-authored-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-04-10 11:54:53 +05:30
Om Prakaash
e94e103bde
Add support for rsvd hugetlb cgroup ( #2719 )
...
Signed-off-by: omprakaash <omsuseela@gmail.com>
Signed-off-by: om <omsuseela@gmail.com>
Signed-off-by: Om Prakaash <omsuseela@gmail.com>
2024-04-07 05:34:47 +00:00
dependabot[bot]
c98c0ca518
Bump libbpf-sys from 1.3.0+v1.3.0 to 1.4.0+v1.4.0
...
Bumps [libbpf-sys](https://github.com/libbpf/libbpf-sys ) from 1.3.0+v1.3.0 to 1.4.0+v1.4.0.
- [Commits](https://github.com/libbpf/libbpf-sys/compare/1.3.0+v1.3.0...1.4.0+v1.4.0 )
---
updated-dependencies:
- dependency-name: libbpf-sys
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 02:44:56 +00:00
dependabot[bot]
33e417f878
Bump fixedbitset from 0.4.2 to 0.5.6 ( #2739 )
...
Bumps [fixedbitset](https://github.com/petgraph/fixedbitset ) from 0.4.2 to 0.5.6.
- [Release notes](https://github.com/petgraph/fixedbitset/releases )
- [Commits](https://github.com/petgraph/fixedbitset/commits )
---
updated-dependencies:
- dependency-name: fixedbitset
dependency-type: direct:production
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-03-25 21:48:11 +09:00
dependabot[bot]
eef4e26811
Bump the patch group with 4 updates
...
Bumps the patch group with 4 updates: [thiserror](https://github.com/dtolnay/thiserror ), [anyhow](https://github.com/dtolnay/anyhow ), [wasmtime](https://github.com/bytecodealliance/wasmtime ) and [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime ).
Updates `thiserror` from 1.0.57 to 1.0.58
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.58 )
Updates `anyhow` from 1.0.80 to 1.0.81
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81 )
Updates `wasmtime` from 18.0.2 to 18.0.3
- [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/v18.0.2...v18.0.3 )
Updates `wasmtime-wasi` from 18.0.2 to 18.0.3
- [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/v18.0.2...v18.0.3 )
---
updated-dependencies:
- 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
- dependency-name: wasmtime
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-wasi
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 00:16:15 +00:00
Yashodhan Joshi
62431aa0cb
Change .unwrap to error propagation in libraries
...
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
2024-02-23 17:01:20 +05:30
dependabot[bot]
c239e42067
bump the patch group with 36 updates
...
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: chrono
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: wasmtime-wasi
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: cranelift-control
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: cranelift-native
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: cranelift-wasm
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: jobserver
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: num-traits
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: thiserror-impl
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasi-cap-std-sync
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasi-common
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: wasmtime-asm-macros
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-cache
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-component-macro
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-component-util
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-cranelift
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-cranelift-shared
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-environ
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-fiber
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-jit
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-jit-debug
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-jit-icache-coherence
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-runtime
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-types
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-versioned-export-macros
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-winch
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-wit-bindgen
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wasmtime-wmemcheck
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
- dependency-name: wiggle
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wiggle-generate
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wiggle-macro
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: winch-codegen
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
- dependency-name: wit-parser
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 01:20:09 +00:00
Yashodhan
ae48534eb7
Rollup dep updates ( #2667 )
...
* Update wasmtime and wasmtime-wasi
* Update libbpf-sys
2024-02-04 21:31:10 +09:00
dependabot[bot]
31267eee77
Bump the patch group with 3 updates
...
Bumps the patch group with 3 updates: [libc](https://github.com/rust-lang/libc ), [reqwest](https://github.com/seanmonstar/reqwest ) and [winnow](https://github.com/winnow-rs/winnow ).
Updates `libc` from 0.2.152 to 0.2.153
- [Release notes](https://github.com/rust-lang/libc/releases )
- [Commits](https://github.com/rust-lang/libc/compare/0.2.152...0.2.153 )
Updates `reqwest` from 0.11.23 to 0.11.24
- [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.23...v0.11.24 )
Updates `winnow` from 0.5.35 to 0.5.36
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md )
- [Commits](https://github.com/winnow-rs/winnow/compare/v0.5.35...v0.5.36 )
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: patch
- 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>
2024-02-01 05:43:15 +00:00
Yashodhan
584bed6ec9
Merge pull request #2662 from containers/dependabot/cargo/env_logger-0.11.1
...
Bump env_logger from 0.10.2 to 0.11.1
2024-02-01 10:55:46 +05:30
Toru Komatsu
b9f27e487f
Release v0.3.2 ( #2664 )
...
Signed-off-by: utam0k <k0ma@utam0k.jp>
2024-02-01 05:53:30 +09:00
dependabot[bot]
ff1ffb77aa
Bump env_logger from 0.10.2 to 0.11.1
...
Bumps [env_logger](https://github.com/rust-cli/env_logger ) from 0.10.2 to 0.11.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.2...v0.11.1 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 01:00:57 +00:00
dependabot[bot]
cb8d4e542d
chore(deps): bump serial_test from 2.0.0 to 3.0.0 ( #2620 )
...
Bumps [serial_test](https://github.com/palfrey/serial_test ) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases )
- [Commits](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.0.0 )
---
updated-dependencies:
- dependency-name: serial_test
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-14 10:58:03 +09: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]
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
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]
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]
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
Jorge Prendes
ff79c54968
(feat) add support for musl
using cross-rs
( #2536 )
...
* add cross configuration for musl
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
* use cargo.sh wapper in build.sh
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
* make tests build with musl
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
* add targets to run musl tests
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
* Use cargo.sh wrapper and cross in CI
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
* Update scripts/cargo.sh
Co-Authored-By: adrianalin <pop.adrian61@gmail.com>
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
* Use glibc as cross default target
---------
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
Co-authored-by: adrianalin <pop.adrian61@gmail.com>
2023-12-21 11:50:03 +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
github-actions[bot]
2680bcb61e
Release for v0.3.1 ( #2570 )
...
* [tagpr] prepare for the next release
* [tagpr] update CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-12-17 21:15:24 +09: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]
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
Toru Komatsu
21b62da57f
Rust 1.74.1 ( #2557 )
...
Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-12-08 22:26:19 +09:00