Skip to content

Commit

Permalink
chore(deps): bump aya from 0.13.0 to 0.13.1 (#305)
Browse files Browse the repository at this point in the history
Bumps [aya](https://github.com/aya-rs/aya) from 0.13.0 to 0.13.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aya-rs/aya/releases">aya's
releases</a>.</em></p>
<blockquote>
<h2>aya v0.13.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(aya): BSS Sections must be filled with zeros by <a
href="https://github.com/dave-tucker"><code>@​dave-tucker</code></a> in
<a
href="https://redirect.github.com/aya-rs/aya/pull/1073">aya-rs/aya#1073</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aya-rs/aya/compare/aya-v0.13.0...aya-v0.13.1">https://github.com/aya-rs/aya/compare/aya-v0.13.0...aya-v0.13.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aya-rs/aya/commit/2791badd947e3abb459e5339a23a66d0a56c42d0"><code>2791bad</code></a>
Release aya v0.13.1</li>
<li><a
href="https://github.com/aya-rs/aya/commit/c6a34cade195d682e1eece5b71e3ab48e48f3cda"><code>c6a34ca</code></a>
Release aya-obj v0.2.1</li>
<li><a
href="https://github.com/aya-rs/aya/commit/b2ac9fe85db6c25d0b8155a75a2df96a80a19811"><code>b2ac9fe</code></a>
Merge pull request <a
href="https://redirect.github.com/aya-rs/aya/issues/1073">#1073</a> from
dave-tucker/reloc-bug</li>
<li><a
href="https://github.com/aya-rs/aya/commit/ca0c32d1076af81349a52235a4b6fb3937a697b3"><code>ca0c32d</code></a>
fix(aya): Fill bss maps with zeros</li>
<li><a
href="https://github.com/aya-rs/aya/commit/3aa274597236e8c9938e3626346e2d23119e7ed6"><code>3aa2745</code></a>
test(init): run test with debug logs</li>
<li><a
href="https://github.com/aya-rs/aya/commit/adf16e2102d94e46630572c6d18d10893697106c"><code>adf16e2</code></a>
test: Reproduce relocation bug</li>
<li><a
href="https://github.com/aya-rs/aya/commit/f9b34fe76fe8a1f39c4897f2d53703858a5c6527"><code>f9b34fe</code></a>
qemu: remove bios argument</li>
<li><a
href="https://github.com/aya-rs/aya/commit/298e2a751c750d90c5e55b3fa65fccf067c766fb"><code>298e2a7</code></a>
Update public-api to 0.40.0</li>
<li><a
href="https://github.com/aya-rs/aya/commit/240291ab8121939515275b0b41df0439761e1a3c"><code>240291a</code></a>
Update public-api to 0.39.0</li>
<li><a
href="https://github.com/aya-rs/aya/commit/758a4f9d1ee4cfc662201cbfaf6e4a932b4d89c5"><code>758a4f9</code></a>
Remove workspace members from workspace.dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/aya-rs/aya/compare/aya-v0.13.0...aya-v0.13.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aya&package-manager=cargo&previous-version=0.13.0&new-version=0.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
k8s-ci-robot authored Nov 4, 2024
2 parents 802dd9b + 0e44b61 commit b93823f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version = "0.3.0"
[workspace.dependencies]
anyhow = { version = "1", default-features = true }
api-server = { version = "0.3.0", path = "./dataplane/api-server" }
aya = { version = "0.13.0", default-features = false }
aya = { version = "0.13.1", default-features = false }
aya-ebpf = { git = "https://github.com/aya-rs/aya", default-features = false }
aya-log = { version = "0.2.1", default-features = false }
aya-log-ebpf = { git = "https://github.com/aya-rs/aya", default-features = false }
Expand Down

0 comments on commit b93823f

Please sign in to comment.