Skip to content

chore(deps): bump serde_json from 1.0.106 to 1.0.107 #326

chore(deps): bump serde_json from 1.0.106 to 1.0.107

chore(deps): bump serde_json from 1.0.106 to 1.0.107 #326

Triggered via pull request September 18, 2023 17:50
Status Success
Total duration 7m 0s
Artifacts 8
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
Resource not accessible by integration { name: 'HttpError', id: '6226149997', status: 403, response: { url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/releases', status: 403, 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-encoding': 'gzip', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Mon, 18 Sep 2023 17:50:33 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', 'transfer-encoding': 'chunked', 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': '38C6:7340:2A7A6E:562B7F:65088DE8', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '990', 'x-ratelimit-reset': '1695063025', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '10', 'x-xss-protection': '0' }, data: { message: 'Resource not accessible by integration', documentation_url: 'https://docs.github.com/rest/releases/releases#create-a-release' } }, request: { method: 'POST', url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/releases', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"target_commitish":"refs/pull/159/merge","name":"v0.3.3","tag_name":"v0.3.3","body":"## What’s Changed\\n- chore(deps): bump regex from 1.9.4 to 1.9.5 Bumps [regex](https://github.com/rust-lang/regex) from 1.9.4 to 1.9.5.\\n<details>\\n<summary>Changelog</summary>\\n<p><em>Sourced from <a href=\\"https://github.com/rust-lang/regex/blob/master/CHANGELOG.md\\">regex\'s changelog</a>.</em></p>\\n<blockquote>\\n<h1>1.9.5 (2023-09-02)</h1>\\n<p>This is a patch release that hopefully mostly fixes a performance bug that\\noccurs when sharing a regex across multiple threads.</p>\\n<p>Issue <a href=\\"https://redirect.github.com/rust-lang/regex/issues/934\\">#934</a>\\nexplains this in more detail. It is <a href=\\"https://docs.rs/regex/latest/regex/#sharing-a-regex-across-threads-can-result-in-contention\\">also noted in the crate\\ndocumentation</a>.\\nThe bug can appear when sharing a regex across multiple threads simultaneously,\\nas might be the case when using a regex from a <code>OnceLock</code>, <code>lazy_static</code> or\\nsimilar primitive. Usually high contention only results when using many threads\\nto execute searches on small haystacks.</p>\\n<p>One can avoid the contention problem entirely through one of two methods.\\nThe first is to use lower level APIs from <code>regex-automata</code> that require passing\\nstate explicitly, such as <a href=\\"https://docs.rs/regex-automata/latest/regex_automata/meta/struct.Regex.html#method.search_with\\"><code>meta::Regex::search_with</code></a>.\\nThe second is to clone a regex and send it to other threads explicitly. This\\nwill not use any additional memory usage compared to sharing the regex. The\\nonly downside of this approach is that it may be less convenient, for example,\\nit won\'t work with things like <code>OnceLock</code> or <code>lazy_static</code> or <code>once_cell</code>.</p>\\n<p>With that said, as of this release, the conte
update_release_draft
HttpError: Resource not accessible by integration 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: '6226149997', name: 'pull_request', payload: { action: 'opened', number: 159, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/issues/159/comments' }, commits: { href: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/pulls/159/commits' }, html: { href: 'https://github.com/pbellchambers/rustyhack-mmo/pull/159' }, issue: { href: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/issues/159' }, review_comment: { href: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/pulls/159/comments' }, self: { href: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/pulls/159' }, statuses: { href: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/statuses/9a560327b15f15bd6760c852a158f848290413e3' } }, active_lock_reason: null, additions: 3, assignee: null, assignees: [], author_association: 'CONTRIBUTOR', auto_merge: null, base: { label: 'pbellchambers:main', ref: 'main', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: true, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: false, archive_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/assignees{/user}', blobs_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/branches{/branch}', clone_url: 'https://github.com/pbellchambers/rustyhack-mmo.git', collaborators_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/comments{/number}', commits_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/commits{/sha}', compare_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/contents/{+path}', contributors_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/contributors', created_at: '2021-02-03T09:30:25Z', default_branch: 'main', delete_branch_on_merge: true, deployments_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/deployments', description: 'An ASCII "roguelike" MMORPG / MUD written in rust (in development).', disabled: false, downloads_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/downloads', events_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/events', fork: false, forks: 5, forks_count: 5, forks_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/forks', full_name: 'pbellchambers/rustyhack-mmo', git_commits_url: 'https://api.github.com/repos/pbellchambers/rustyhack-mmo/git/commits{/sha

Artifacts

Produced during runtime
Name Size
rustyhack-client-macos Expired
1.21 MB
rustyhack-client-ubuntu Expired
1.75 MB
rustyhack-client-win32 Expired
2.15 MB
rustyhack-client-win64 Expired
2.62 MB
rustyhack-server-macos Expired
1.35 MB
rustyhack-server-ubuntu Expired
1.78 MB
rustyhack-server-win32 Expired
2.76 MB
rustyhack-server-win64 Expired
3.2 MB