Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the minor group with 2 updates #465

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps the minor group with 2 updates: tracing and spider.

Updates tracing from 0.1.40 to 0.1.41

Release notes

Sourced from tracing's releases.

tracing 0.1.41

[ [crates.io][crate-0.1.41] ] | [ [docs.rs][docs-0.1.41] ]

This release updates the tracing-core dependency to [v0.1.33][core-0.1.33] and the tracing-attributes dependency to [v0.1.28][attrs-0.1.28].

Added

  • core: Add index API for Field (#2820)
  • core: Allow &[u8] to be recorded as event/span field (#2954)

Changed

  • Bump MSRV to 1.63 (#2793)
  • core: Use const thread_locals when possible (#2838)

Fixed

  • Removed core imports in macros (#2762)
  • attributes: Added missing RecordTypes for instrument (#2781)
  • attributes: Change order of async and unsafe modifier (#2864)
  • Fix missing field prefixes (#2878)
  • attributes: Extract match scrutinee (#2880)
  • Fix non-simple macro usage without message (#2879)
  • Fix event macros with constant field names in the first position (#2883)
  • Allow field path segments to be keywords (#2925)
  • core: Fix missed register_callsite error (#2938)
  • attributes: Support const values for target and name (#2941)
  • Prefix macro calls with ::core to avoid clashing with local macros (#3024)

#2762: tokio-rs/tracing#2762 #2781: tokio-rs/tracing#2781 #2793: tokio-rs/tracing#2793 #2820: tokio-rs/tracing#2820 #2838: tokio-rs/tracing#2838 #2864: tokio-rs/tracing#2864 #2878: tokio-rs/tracing#2878 #2879: tokio-rs/tracing#2879 #2880: tokio-rs/tracing#2880 #2883: tokio-rs/tracing#2883 #2925: tokio-rs/tracing#2925 #2938: tokio-rs/tracing#2938 #2941: tokio-rs/tracing#2941 #2954: tokio-rs/tracing#2954 #3024: tokio-rs/tracing#3024 [attrs-0.1.28]: https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.28 [core-0.1.33]: https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.33 [docs-0.1.41]: https://docs.rs/tracing/0.1.41/tracing/

... (truncated)

Commits

Updates spider from 2.13.71 to 2.13.78

Release notes

Sourced from spider's releases.

v2.13.76

Whats Changed

  • Fix infinite loop with backoff Gateway retries
  • Fix limit handling break

Full Changelog: spider-rs/spider@v2.13.64...v2.13.76

Commits

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 commands and options

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor group with 2 updates: [tracing](https://github.com/tokio-rs/tracing) and [spider](https://github.com/spider-rs/spider).


Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

Updates `spider` from 2.13.71 to 2.13.78
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spider-rs/spider/commits)

---
updated-dependencies:
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 28, 2024
@timonv timonv merged commit 0797147 into master Nov 28, 2024
13 checks passed
@timonv timonv deleted the dependabot/cargo/minor-e2d7ea22b9 branch November 28, 2024 20:18
shamb0 pushed a commit to shamb0/swiftide that referenced this pull request Nov 30, 2024
Bumps the minor group with 2 updates:
[tracing](https://github.com/tokio-rs/tracing) and
[spider](https://github.com/spider-rs/spider).

Updates `tracing` from 0.1.40 to 0.1.41
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tokio-rs/tracing/releases">tracing's
releases</a>.</em></p>
<blockquote>
<h2>tracing 0.1.41</h2>
<p>[ [crates.io][crate-0.1.41] ] | [ [docs.rs][docs-0.1.41] ]</p>
<p>This release updates the <code>tracing-core</code> dependency to
[v0.1.33][core-0.1.33] and
the <code>tracing-attributes</code> dependency to
[v0.1.28][attrs-0.1.28].</p>
<h3>Added</h3>
<ul>
<li><strong>core</strong>: Add index API for <code>Field</code> (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2820">#2820</a>)</li>
<li><strong>core</strong>: Allow <code>&amp;[u8]</code> to be recorded
as event/span field (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2954">#2954</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Bump MSRV to 1.63 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>)</li>
<li><strong>core</strong>: Use const <code>thread_local</code>s when
possible (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2838">#2838</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Removed core imports in macros (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2762">#2762</a>)</li>
<li><strong>attributes</strong>: Added missing RecordTypes for
instrument (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2781">#2781</a>)</li>
<li><strong>attributes</strong>: Change order of async and unsafe
modifier (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2864">#2864</a>)</li>
<li>Fix missing field prefixes (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2878">#2878</a>)</li>
<li><strong>attributes</strong>: Extract match scrutinee (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2880">#2880</a>)</li>
<li>Fix non-simple macro usage without message (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2879">#2879</a>)</li>
<li>Fix event macros with constant field names in the first position (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2883">#2883</a>)</li>
<li>Allow field path segments to be keywords (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2925">#2925</a>)</li>
<li><strong>core</strong>: Fix missed <code>register_callsite</code>
error (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2938">#2938</a>)</li>
<li><strong>attributes</strong>: Support const values for
<code>target</code> and <code>name</code> (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2941">#2941</a>)</li>
<li>Prefix macro calls with ::core to avoid clashing with local macros
(<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3024">#3024</a>)</li>
</ul>
<p><a
href="https://redirect.github.com/tokio-rs/tracing/issues/2762">#2762</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2762">tokio-rs/tracing#2762</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2781">#2781</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2781">tokio-rs/tracing#2781</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2793">tokio-rs/tracing#2793</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2820">#2820</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2820">tokio-rs/tracing#2820</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2838">#2838</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2838">tokio-rs/tracing#2838</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2864">#2864</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2864">tokio-rs/tracing#2864</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2878">#2878</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2878">tokio-rs/tracing#2878</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2879">#2879</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2879">tokio-rs/tracing#2879</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2880">#2880</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2880">tokio-rs/tracing#2880</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2883">#2883</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2883">tokio-rs/tracing#2883</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2925">#2925</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2925">tokio-rs/tracing#2925</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2938">#2938</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2938">tokio-rs/tracing#2938</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2941">#2941</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2941">tokio-rs/tracing#2941</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2954">#2954</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/2954">tokio-rs/tracing#2954</a>
<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3024">#3024</a>:
<a
href="https://redirect.github.com/tokio-rs/tracing/pull/3024">tokio-rs/tracing#3024</a>
[attrs-0.1.28]:
<a
href="https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.28">https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.28</a>
[core-0.1.33]:
<a
href="https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.33">https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.33</a>
[docs-0.1.41]: <a
href="https://docs.rs/tracing/0.1.41/tracing/">https://docs.rs/tracing/0.1.41/tracing/</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tokio-rs/tracing/commit/0ca78870815a34a345a908f48db057057e8803d2"><code>0ca7887</code></a>
chore: prepare tracing 0.1.41 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3159">#3159</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/504a287abbf93ef0ffae09688210f423e8061160"><code>504a287</code></a>
tracing: update core to v0.1.33 and attributes to v0.1.28 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3156">#3156</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/baa54894067b245bad0af8e45f92279e25820659"><code>baa5489</code></a>
chore: prepare tracing-attributes 0.1.28 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3155">#3155</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/cb0f0e71dd1020d63f2190ffef298b989c9e88b0"><code>cb0f0e7</code></a>
chore: prepare tracing-core 0.1.33 (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3153">#3153</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/11c82730359f60b290cba0a405947b23c0a68d7b"><code>11c8273</code></a>
subscriber: don't gate <code>with_ansi()</code> on the &quot;ansi&quot;
feature (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3020">#3020</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/8a25a16873d2970a6ac0577a0ceea916f3013424"><code>8a25a16</code></a>
core: fix missed <code>register_callsite</code> error (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2938">#2938</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/6f08af07f249a88aa5b34be98c3eb596aef9fc15"><code>6f08af0</code></a>
subscriber: set <code>log</code> max level when reloading (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/1270">#1270</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/f6a6c8c2864105b2ffb86c4720f91e422260ede2"><code>f6a6c8c</code></a>
tracing: add index API for <code>Field</code> (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/2820">#2820</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/345fbff277b155d28fa53df61669535cd8b06607"><code>345fbff</code></a>
Add <code>json-subscriber</code> to ecosystem (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3121">#3121</a>)</li>
<li><a
href="https://github.com/tokio-rs/tracing/commit/82a92dfd8d002595e2ec56598a760d2592ff0a09"><code>82a92df</code></a>
fix: correct SerializeField definition and doc formatting (<a
href="https://redirect.github.com/tokio-rs/tracing/issues/3040">#3040</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41">compare
view</a></li>
</ul>
</details>
<br />

Updates `spider` from 2.13.71 to 2.13.78
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spider-rs/spider/releases">spider's
releases</a>.</em></p>
<blockquote>
<h2>v2.13.76</h2>
<h1>Whats Changed</h1>
<ul>
<li>Fix infinite loop with backoff Gateway retries</li>
<li>Fix limit handling break</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/spider-rs/spider/compare/v2.13.64...v2.13.76">https://github.com/spider-rs/spider/compare/v2.13.64...v2.13.76</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/spider-rs/spider/commits">compare view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant