Skip to content

chore(deps): bump chrono from 0.4.31 to 0.4.33 (#179) #379

chore(deps): bump chrono from 0.4.31 to 0.4.33 (#179)

chore(deps): bump chrono from 0.4.31 to 0.4.33 (#179) #379

Triggered via push January 29, 2024 21:29
Status Success
Total duration 5m 31s
Artifacts 8

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
update_release_draft
Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"} { name: 'HttpError', id: '7702711038', status: 422, response: { url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/releases/100309797', status: 422, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-length': '242', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Mon, 29 Jan 2024 21:29:20 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-accepted-github-permissions': 'contents=write', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': '5CC4:69B1:13368F:13DDCC:65B818AF', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '989', 'x-ratelimit-reset': '1706567017', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '11', 'x-xss-protection': '0' }, data: { message: 'Validation Failed', errors: [ { resource: 'Release', code: 'custom', field: 'body', message: 'body is too long (maximum is 125000 characters)' } ], documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release' } }, request: { method: 'PATCH', url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/releases/100309797', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.2 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"body":"## What’s Changed\\n- chore(deps): bump chrono from 0.4.31 to 0.4.33 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.33.\\n<details>\\n<summary>Release notes</summary>\\n<p><em>Sourced from <a href=\\"https://github.com/chronotope/chrono/releases\\">chrono\'s releases</a>.</em></p>\\n<blockquote>\\n<h2>0.4.33</h2>\\n<p>This release fixes the broken docrs.rs build of <a href=\\"https://github.com/chronotope/chrono/releases/tag/v0.4.32\\">chrono 0.4.32</a>.</p>\\n<h2>What\'s Changed</h2>\\n<ul>\\n<li>Make <code>rkyv</code> feature imply <code>size_32</code> (<a href=\\"https://redirect.github.com/chronotope/chrono/issues/1383\\">#1383</a>)</li>\\n<li>Fixed typo in <code>Duration::hours()</code> exception (<a href=\\"https://redirect.github.com/chronotope/chrono/issues/1384\\">#1384</a>, thanks <a href=\\"https://github.com/danwilliams\\"><code>@​danwilliams</code></a>)</li>\\n</ul>\\n<h2>v0.4.32</h2>\\n<p>In this release we shipped part of the effort to reduce the number of methods that could unexpectedly panic, notably for the <code>DateTime</code> and <code>Duration</code> types.</p>\\n<p>Chrono internally stores the value of a <code>DateTime</code> in UTC, and transparently converts it to the local value as required. For example adding a second to a <code>DateTime</code> needs to be done in UTC to get the correct result, but adding a day needs to be done in local time to be correct. What happens when the value is near the edge of the representable range, and the implicit conversions pushes it beyond the representable range? <em>Many</em> methods could panic on such inputs, including formatting the value for <cod
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"custom","field":"body","message":"body is too long (maximum is 125000 characters)"} at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '7702711038', name: 'push', payload: { after: 'e7dbe12ded3954de815a8a3ed0f8b9d42b08ddec', base_ref: null, before: '4cae32b9cc6ff50364fe8bca63e612f10d927df1', commits: [ { author: { email: '49699333+dependabot[bot]@users.noreply.github.com', name: 'dependabot[bot]', username: 'dependabot[bot]' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'e7dbe12ded3954de815a8a3ed0f8b9d42b08ddec', message: 'chore(deps): bump chrono from 0.4.31 to 0.4.33 (#179)\n' + '\n' + 'Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.33.\r\n' + '- [Release notes](https://github.com/chronotope/chrono/releases)\r\n' + '- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)\r\n' + '- [Commits](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.33)\r\n' + '\r\n' + '---\r\n' + 'updated-dependencies:\r\n' + '- dependency-name: chrono\r\n' + ' dependency-type: direct:production\r\n' + ' update-type: version-update:semver-patch\r\n' + '...\r\n' + '\r\n' + 'Signed-off-by: dependabot[bot] <[email protected]>\r\n' + 'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>', timestamp: '2024-01-29T21:29:04Z', tree_id: '98eb05bacfe79406cff27c70240192d68f1ab27c', url: 'https://github.com/pbellchambers/rustyhack-mmo/commit/e7dbe12ded3954de815a8a3ed0f8b9d42b08ddec' } ], compare: 'https://github.com/pbellchambers/rustyhack-mmo/compare/4cae32b9cc6f...e7dbe12ded39', created: false, deleted: false, forced: false, head_commit: { author: { email: '49699333+dependabot[bot]@users.noreply.github.com', name: 'dependabot[bot]', username: 'dependabot[bot]' }, committer: { email: '[email protected]', name: 'GitHub', username: 'web-flow' }, distinct: true, id: 'e7dbe12ded3954de815a8a3ed0f8b9d42b08ddec', message: 'chore(deps): bump chrono from 0.4.31 to 0.4.33 (#179)\n' + '\n' + 'Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.31 to 0.4.33.\r\n' + '- [Release notes](https://github.com/chronotope/chrono/releases)\r\n' + '- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)\r\n' + '- [Commits](https://github.com/chronotope/chrono/compare/v0.4.31...v0.4.33)\r\n' + '\r\n' + '---\r\n' + 'updated-dependencies:\r\n' + '- dependency-name: chrono\r\n' + ' dependency-type: direct:production\r\n' + ' update-type: version-update:semver-patch\r\n' + '...\r\n' + '\r\n' + 'Signed-off-by: dependabot[bot] <[email protected]>\r\n' + 'Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>', timestamp: '2024-01-29T21:29:04Z', tree_id: '98eb05bacfe79406cff27c70240192d68f1ab27c', url: 'https://github.com/pbellchambers/rustyhack-mmo/commit/e7dbe12ded3954de815a8a3ed0f8b9d42b08ddec' }, pusher: { email: '[email protected]', name: 'pbellchambers' }, ref: '
update_release_draft
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Fmt & Clippy Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ubuntu Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Win32 Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Win64 Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Mac Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
rustyhack-client-macos Expired
1.21 MB
rustyhack-client-ubuntu Expired
1.78 MB
rustyhack-client-win32 Expired
2.15 MB
rustyhack-client-win64 Expired
2.66 MB
rustyhack-server-macos Expired
1.31 MB
rustyhack-server-ubuntu Expired
1.78 MB
rustyhack-server-win32 Expired
2.7 MB
rustyhack-server-win64 Expired
3.14 MB