Bruno Oliveira
1ff366517d
docs: link CHANGELOG entries to #4140
...
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 11:33:04 -03:00
Bruno Oliveira
2b090e0817
feat: add QUERY method helpers to awc client and test servers
...
Extend HTTP QUERY (RFC 10008) support to the remaining per-method
convenience surfaces, mirroring PATCH:
- awc: `Client::query()`
- actix-test: `TestServer::query()`
- actix-http-test: `TestServer::query()` and the HTTPS `TestServer::squery()`
Also tighten `TestRequest::query()`'s doc to match its sibling helpers.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-07 19:21:22 -03:00
Bruno Oliveira
38ef6b73f5
feat: add support for the HTTP QUERY method (RFC 10008)
...
QUERY (RFC 10008, June 2026; registered in the IANA HTTP Method Registry) is
safe and idempotent like GET but carries a request body like POST. It is wired
through exactly like PATCH:
- actix-web: `guard::Query()`, `web::query()`, `Resource::query()`, and
`TestRequest::query()`
- actix-web-codegen: `#[query]` routing macro (plus re-export from actix-web)
`http` 0.2 has no `Method::QUERY` constant, so the method is built with
`Method::from_bytes(b"QUERY").unwrap()`, with a TODO to switch to the constant
once the `http` dependency is bumped (#3384 ). No dependency changes.
`actix-http` needs no change (it uses `http::Method` directly).
Tests mirror the existing PATCH coverage and add a body-carrying QUERY test.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-07 19:05:40 -03:00
dependabot[bot]
c6249cc00c
build(deps): bump taiki-e/install-action from 2.82.2 to 2.82.5 ( #4128 )
...
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
2026-07-04 10:07:43 +01:00
Yuki Okushi
5c6c3db4d4
chore: bump actions ( #4133 )
...
* chore: bump actions
* chore: update actions lockfile
2026-07-04 10:21:16 +09:00
dependabot[bot]
1fc14e3072
build(deps): bump time from 0.3.49 to 0.3.51 ( #4131 )
...
Bumps [time](https://github.com/time-rs/time ) from 0.3.49 to 0.3.51.
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.3.49...v0.3.51 )
---
updated-dependencies:
- dependency-name: time
dependency-version: 0.3.51
dependency-type: direct:production
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>
2026-07-01 09:52:25 +00:00
dependabot[bot]
8257a76fc7
build(deps): bump env_logger from 0.11.10 to 0.11.11 ( #4129 )
...
Bumps [env_logger](https://github.com/rust-cli/env_logger ) from 0.11.10 to 0.11.11.
- [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.11.10...v0.11.11 )
---
updated-dependencies:
- dependency-name: env_logger
dependency-version: 0.11.11
dependency-type: direct:production
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>
2026-07-01 09:52:06 +00:00
dependabot[bot]
88228e39d0
build(deps): bump trybuild from 1.0.116 to 1.0.117 ( #4127 )
...
Bumps [trybuild](https://github.com/dtolnay/trybuild ) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/dtolnay/trybuild/releases )
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.116...1.0.117 )
---
updated-dependencies:
- dependency-name: trybuild
dependency-version: 1.0.117
dependency-type: direct:production
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>
2026-07-01 09:50:49 +00:00
dependabot[bot]
b6e0672f42
build(deps): bump quote from 1.0.45 to 1.0.46 ( #4126 )
...
Bumps [quote](https://github.com/dtolnay/quote ) from 1.0.45 to 1.0.46.
- [Release notes](https://github.com/dtolnay/quote/releases )
- [Commits](https://github.com/dtolnay/quote/compare/1.0.45...1.0.46 )
---
updated-dependencies:
- dependency-name: quote
dependency-version: 1.0.46
dependency-type: direct:production
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>
2026-07-01 09:50:34 +00:00
Yuki Okushi
67490f9e75
chore(gha): migrate to actions lockfile ( #4124 )
...
* chore(gha): migrate to actions lockfile
* ignore zizmor finding
2026-06-27 10:34:59 +09:00
dependabot[bot]
5cbdc74829
build(deps): bump log from 0.4.32 to 0.4.33 ( #4121 )
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.32 to 0.4.33.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.32...0.4.33 )
---
updated-dependencies:
- dependency-name: log
dependency-version: 0.4.33
dependency-type: direct:production
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>
2026-06-24 11:20:52 +00:00
dependabot[bot]
e0764d370d
build(deps): bump bytes from 1.11.1 to 1.12.0 ( #4120 )
...
Bumps [bytes](https://github.com/tokio-rs/bytes ) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases )
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.11.1...v1.12.0 )
---
updated-dependencies:
- dependency-name: bytes
dependency-version: 1.12.0
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>
Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2026-06-24 10:49:19 +00:00
dependabot[bot]
fa3da36578
build(deps): bump taiki-e/install-action from 2.81.10 to 2.82.2 ( #4122 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.81.10 to 2.82.2.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](7a79fe8c3a...9e1e5806d4 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.82.2
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>
2026-06-24 10:29:06 +00:00
dependabot[bot]
d0ead7414b
build(deps): bump brotli from 8.0.3 to 8.0.4 ( #4123 )
...
Bumps [brotli](https://github.com/dropbox/rust-brotli ) from 8.0.3 to 8.0.4.
- [Release notes](https://github.com/dropbox/rust-brotli/releases )
- [Commits](https://github.com/dropbox/rust-brotli/compare/8.0.3...8.0.4 )
---
updated-dependencies:
- dependency-name: brotli
dependency-version: 8.0.4
dependency-type: direct:production
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>
2026-06-24 10:28:44 +00:00
dependabot[bot]
045a3375a5
build(deps): bump actions/checkout from 6.0.3 to 7.0.0 ( #4119 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](df4cb1c069...9c091bb21b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
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>
2026-06-24 10:28:13 +00:00
dependabot[bot]
89afb07556
build(deps): bump zizmorcore/zizmor-action from 0.5.6 to 0.5.7 ( #4118 )
...
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action ) from 0.5.6 to 0.5.7.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases )
- [Commits](5f14fd08f7...192e21d79a )
---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
dependency-version: 0.5.7
dependency-type: direct:production
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>
2026-06-24 19:27:56 +09:00
Yuki Okushi
a945e09da8
fix(http): fix sending responses for upgraded ones on WS ( #4117 )
2026-06-22 20:34:45 +09:00
Yuki Okushi
a928601f31
chore: update `rcgen` to 0.14 ( #4113 )
2026-06-21 15:49:28 +09:00
Yuki Okushi
696b1fed9c
chore(web): prepare 4.14.0 release ( #4114 )
2026-06-21 15:46:08 +09:00
Yuki Okushi
6c65c46d0d
chore(http): prepare 3.13.0 release ( #4112 )
2026-06-21 15:13:48 +09:00
Yuki Okushi
afd2df2f69
test(multipart,derive): move trybuild tests ( #4028 )
...
* test(multipart,derive): move trybuild tests
* docs(multipart): move derive examples to the core crate
2026-06-21 13:51:22 +09:00
dependabot[bot]
7ded7ee478
build(deps): bump memchr from 2.8.1 to 2.8.2 ( #4107 )
...
Bumps [memchr](https://github.com/BurntSushi/memchr ) from 2.8.1 to 2.8.2.
- [Commits](https://github.com/BurntSushi/memchr/compare/2.8.1...2.8.2 )
---
updated-dependencies:
- dependency-name: memchr
dependency-version: 2.8.2
dependency-type: direct:production
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>
2026-06-18 09:53:21 +00:00
dependabot[bot]
55cf2e0745
build(deps): bump bytesize from 2.3.1 to 2.4.0 ( #4104 )
...
Bumps [bytesize](https://github.com/bytesize-rs/bytesize ) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/bytesize-rs/bytesize/releases )
- [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bytesize-rs/bytesize/compare/bytesize-v2.3.1...bytesize-v2.4.0 )
---
updated-dependencies:
- dependency-name: bytesize
dependency-version: 2.4.0
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>
2026-06-18 09:53:07 +00:00
dependabot[bot]
565b17926c
build(deps): bump smallvec from 1.15.1 to 1.15.2 ( #4106 )
...
Bumps [smallvec](https://github.com/servo/rust-smallvec ) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/servo/rust-smallvec/releases )
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.15.1...v1.15.2 )
---
updated-dependencies:
- dependency-name: smallvec
dependency-version: 1.15.2
dependency-type: direct:production
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>
2026-06-18 09:52:41 +00:00
dependabot[bot]
1605dd0a1e
build(deps): bump taiki-e/install-action from 2.81.7 to 2.81.10 ( #4105 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.81.7 to 2.81.10.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](56545b37b5...7a79fe8c3a )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.81.10
dependency-type: direct:production
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>
2026-06-18 09:52:00 +00:00
dependabot[bot]
5c79f55611
build(deps): bump regex from 1.12.3 to 1.12.4 ( #4103 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.12.3 to 1.12.4.
- [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.12.3...1.12.4 )
---
updated-dependencies:
- dependency-name: regex
dependency-version: 1.12.4
dependency-type: direct:production
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>
2026-06-18 09:51:44 +00:00
dependabot[bot]
2ffbee084e
build(deps): bump time from 0.3.47 to 0.3.49 ( #4102 )
...
Bumps [time](https://github.com/time-rs/time ) from 0.3.47 to 0.3.49.
- [Release notes](https://github.com/time-rs/time/releases )
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md )
- [Commits](https://github.com/time-rs/time/compare/v0.3.47...v0.3.49 )
---
updated-dependencies:
- dependency-name: time
dependency-version: 0.3.49
dependency-type: direct:production
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>
2026-06-18 09:51:31 +00:00
dependabot[bot]
4748b2a0df
build(deps): bump actions/checkout from 6.0.2 to 6.0.3 ( #4092 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](de0fac2e45...df4cb1c069 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.3
dependency-type: direct:production
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>
2026-06-13 18:49:12 +00:00
dependabot[bot]
d430c993aa
build(deps): bump log from 0.4.30 to 0.4.32 ( #4093 )
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.30 to 0.4.32.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.30...0.4.32 )
---
updated-dependencies:
- dependency-name: log
dependency-version: 0.4.32
dependency-type: direct:production
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>
2026-06-13 18:49:09 +00:00
dependabot[bot]
889135baa1
build(deps): bump taiki-e/install-action from 2.81.1 to 2.81.7 ( #4094 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.81.1 to 2.81.7.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](e49978b799...56545b37b5 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.81.7
dependency-type: direct:production
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>
2026-06-13 18:49:07 +00:00
dependabot[bot]
f5bdac3f88
build(deps): bump bitflags from 2.11.1 to 2.13.0 ( #4095 )
...
Bumps [bitflags](https://github.com/bitflags/bitflags ) from 2.11.1 to 2.13.0.
- [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.11.1...2.13.0 )
---
updated-dependencies:
- dependency-name: bitflags
dependency-version: 2.13.0
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>
2026-06-13 18:49:05 +00:00
dependabot[bot]
ff46645618
build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 ( #4096 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](e79a6962e0...fb8b3582c8 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 7.0.0
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>
2026-06-13 18:49:02 +00:00
Yuki Okushi
a1b4165c34
fix(http): fix unused imports ( #4097 )
2026-06-10 20:20:37 +09:00
dependabot[bot]
689dd0d82c
build(deps): bump log from 0.4.29 to 0.4.30 ( #4087 )
...
Bumps [log](https://github.com/rust-lang/log ) from 0.4.29 to 0.4.30.
- [Release notes](https://github.com/rust-lang/log/releases )
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/log/compare/0.4.29...0.4.30 )
---
updated-dependencies:
- dependency-name: log
dependency-version: 0.4.30
dependency-type: direct:production
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>
2026-06-06 08:39:19 +00:00
dependabot[bot]
b6a531f3cd
build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.19 to 2.0.20 ( #4089 )
...
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action ) from 2.0.19 to 2.0.20.
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases )
- [Commits](a531616d8c...bb137d7af7 )
---
updated-dependencies:
- dependency-name: EmbarkStudios/cargo-deny-action
dependency-version: 2.0.20
dependency-type: direct:production
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>
2026-06-06 07:45:16 +00:00
dependabot[bot]
f6dff602ba
build(deps): bump taiki-e/install-action from 2.79.7 to 2.81.1 ( #4088 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.79.7 to 2.81.1.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](d9be7d8cda...e49978b799 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.81.1
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>
2026-06-06 07:45:05 +00:00
dependabot[bot]
210eb8284d
build(deps): bump brotli from 8.0.2 to 8.0.3 ( #4086 )
...
Bumps [brotli](https://github.com/dropbox/rust-brotli ) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/dropbox/rust-brotli/releases )
- [Commits](https://github.com/dropbox/rust-brotli/commits )
---
updated-dependencies:
- dependency-name: brotli
dependency-version: 8.0.3
dependency-type: direct:production
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>
2026-06-06 07:43:40 +00:00
dependabot[bot]
8bf521fd75
build(deps): bump socket2 from 0.6.3 to 0.6.4 ( #4085 )
...
Bumps [socket2](https://github.com/rust-lang/socket2 ) from 0.6.3 to 0.6.4.
- [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/commits )
---
updated-dependencies:
- dependency-name: socket2
dependency-version: 0.6.4
dependency-type: direct:production
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>
2026-06-06 07:42:44 +00:00
dependabot[bot]
5f9812f345
build(deps): bump memchr from 2.8.0 to 2.8.1 ( #4084 )
...
Bumps [memchr](https://github.com/BurntSushi/memchr ) from 2.8.0 to 2.8.1.
- [Commits](https://github.com/BurntSushi/memchr/compare/2.8.0...2.8.1 )
---
updated-dependencies:
- dependency-name: memchr
dependency-version: 2.8.1
dependency-type: direct:production
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>
2026-06-06 07:42:30 +00:00
Yuki Okushi
2196aeac0a
fix(files): fix panic in `Files` containing `.` ( #4083 )
2026-05-28 07:33:25 +01:00
dependabot[bot]
0d6b4a0c52
build(deps): bump serde_json from 1.0.149 to 1.0.150 ( #4080 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.149 to 1.0.150.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.149...v1.0.150 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-version: 1.0.150
dependency-type: direct:production
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>
2026-05-27 12:07:09 +00:00
dependabot[bot]
ab80ff75de
build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.18 to 2.0.19 ( #4079 )
...
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action ) from 2.0.18 to 2.0.19.
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases )
- [Commits](6c8f9facfa...a531616d8c )
---
updated-dependencies:
- dependency-name: EmbarkStudios/cargo-deny-action
dependency-version: 2.0.19
dependency-type: direct:production
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>
2026-05-27 12:07:05 +00:00
dependabot[bot]
9a7c961949
build(deps): bump taiki-e/install-action from 2.79.0 to 2.79.7 ( #4081 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.79.0 to 2.79.7.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](7be9fd86bd...d9be7d8cda )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.79.7
dependency-type: direct:production
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>
2026-05-27 10:00:28 +00:00
dependabot[bot]
15743c4010
build(deps): bump codecov/codecov-action from 6.0.0 to 6.0.1 ( #4078 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](57e3a136b7...e79a6962e0 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 6.0.1
dependency-type: direct:production
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>
2026-05-27 10:00:10 +00:00
dependabot[bot]
263fde9648
build(deps): bump zizmorcore/zizmor-action from 0.5.3 to 0.5.6 ( #4073 )
...
Bumps [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action ) from 0.5.3 to 0.5.6.
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases )
- [Commits](b1d7e1fb5d...5f14fd08f7 )
---
updated-dependencies:
- dependency-name: zizmorcore/zizmor-action
dependency-version: 0.5.6
dependency-type: direct:production
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>
2026-05-20 10:16:44 +00:00
dependabot[bot]
52136f16d5
build(deps): bump openssl from 0.10.79 to 0.10.80 ( #4076 )
...
Bumps [openssl](https://github.com/rust-openssl/rust-openssl ) from 0.10.79 to 0.10.80.
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases )
- [Commits](https://github.com/rust-openssl/rust-openssl/compare/openssl-v0.10.79...openssl-v0.10.80 )
---
updated-dependencies:
- dependency-name: openssl
dependency-version: 0.10.80
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-20 10:16:39 +00:00
dependabot[bot]
955ada1b84
build(deps): bump EmbarkStudios/cargo-deny-action from 2.0.17 to 2.0.18 ( #4074 )
...
Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action ) from 2.0.17 to 2.0.18.
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases )
- [Commits](91bf2b620e...6c8f9facfa )
---
updated-dependencies:
- dependency-name: EmbarkStudios/cargo-deny-action
dependency-version: 2.0.18
dependency-type: direct:production
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>
2026-05-20 09:30:50 +00:00
dependabot[bot]
9449a9666c
build(deps): bump filetime from 0.2.28 to 0.2.29 ( #4071 )
...
Bumps [filetime](https://github.com/alexcrichton/filetime ) from 0.2.28 to 0.2.29.
- [Commits](https://github.com/alexcrichton/filetime/compare/0.2.28...0.2.29 )
---
updated-dependencies:
- dependency-name: filetime
dependency-version: 0.2.29
dependency-type: direct:production
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>
2026-05-20 09:27:00 +00:00
dependabot[bot]
2409270803
build(deps): bump taiki-e/install-action from 2.77.4 to 2.79.0 ( #4072 )
...
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.77.4 to 2.79.0.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](ec28e28791...7be9fd86bd )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.79.0
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>
2026-05-20 09:22:29 +00:00
tatakaisun
24e5c77d2b
docs: fix API documentation label in README ( #4075 )
2026-05-20 09:20:59 +01:00