build(deps): bump the sentry group in /rust with 2 updates (#10672)

Bumps the sentry group in /rust with 2 updates:
[sentry](https://github.com/getsentry/sentry-rust) and
[sentry-tracing](https://github.com/getsentry/sentry-rust).

Updates `sentry` from 0.41.0 to 0.42.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-rust/releases">sentry's
releases</a>.</em></p>
<blockquote>
<h2>0.42.0</h2>
<h3>Features</h3>
<ul>
<li>feat(log): support kv feature of log (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/851">#851</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>Attributes added to a <code>log</code> record using the
<code>kv</code> feature are now recorded as attributes on the log sent
to Sentry.</li>
</ul>
</li>
<li>feat(types): add all the missing supported envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/867">#867</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a></li>
<li>feat(types): add setters for envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/868">#868</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>It's now possible to set all of the <a
href="https://develop.sentry.dev/sdk/data-model/envelopes/#headers">envelope
headers</a> supported by the protocol when constructing envelopes.</li>
</ul>
</li>
<li>feat(core): add some DSC fields to transaction envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/869">#869</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>The SDK now sends additional envelope headers with transactions.
This should solve some extrapolation issues for span metrics.</li>
</ul>
</li>
</ul>
<h3>Behavioral changes</h3>
<ul>
<li>feat: filter username and password in URLs (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/864">#864</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>Usernames and passwords that could be contained in URLs captured
when using the Actix Web or axum integration are now always filtered
out.</li>
<li>If the <code>Request</code> is created manually by the user, then
these fields are not filtered out.</li>
<li>This information was already filtered by Relay, but should also be
filtered by the SDK itself as a first line of defense.</li>
</ul>
</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>docs: match description of <code>debug</code> option with behavior
since PR <a
href="https://redirect.github.com/getsentry/sentry-rust/issues/820">#820</a>
(<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/860">#860</a>)
by <a
href="https://github.com/AlexTMjugador"><code>@​AlexTMjugador</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md">sentry's
changelog</a>.</em></p>
<blockquote>
<h2>0.42.0</h2>
<h3>Features</h3>
<ul>
<li>feat(log): support kv feature of log (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/851">#851</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>Attributes added to a <code>log</code> record using the
<code>kv</code> feature are now recorded as attributes on the log sent
to Sentry.</li>
</ul>
</li>
<li>feat(types): add all the missing supported envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/867">#867</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a></li>
<li>feat(types): add setters for envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/868">#868</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>It's now possible to set all of the <a
href="https://develop.sentry.dev/sdk/data-model/envelopes/#headers">envelope
headers</a> supported by the protocol when constructing envelopes.</li>
</ul>
</li>
<li>feat(core): add some DSC fields to transaction envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/869">#869</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>The SDK now sends additional envelope headers with transactions.
This should solve some extrapolation issues for span metrics.</li>
</ul>
</li>
</ul>
<h3>Behavioral changes</h3>
<ul>
<li>feat: filter username and password in URLs (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/864">#864</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>Usernames and passwords that could be contained in URLs captured
when using the Actix Web or axum integration are now always filtered
out.</li>
<li>If the <code>Request</code> is created manually by the user, then
these fields are not filtered out.</li>
<li>This information was already filtered by Relay, but should also be
filtered by the SDK itself as a first line of defense.</li>
</ul>
</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>docs: match description of <code>debug</code> option with behavior
since PR <a
href="https://redirect.github.com/getsentry/sentry-rust/issues/820">#820</a>
(<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/860">#860</a>)
by <a
href="https://github.com/AlexTMjugador"><code>@​AlexTMjugador</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1936fd7638"><code>1936fd7</code></a>
release: 0.42.0</li>
<li><a
href="a42596252f"><code>a425962</code></a>
feat(core): add some DSC fields to transaction envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/869">#869</a>)</li>
<li><a
href="611b2cdc32"><code>611b2cd</code></a>
feat(types): add setters for envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/868">#868</a>)</li>
<li><a
href="03ae06a140"><code>03ae06a</code></a>
feat: filter username and password in URLs (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/864">#864</a>)</li>
<li><a
href="eadb25723d"><code>eadb257</code></a>
feat(types): add all the missing supported envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/867">#867</a>)</li>
<li><a
href="f247ac0132"><code>f247ac0</code></a>
docs: match description of <code>debug</code> option with behavior since
<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/820">#820</a>
(<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/860">#860</a>)</li>
<li><a
href="a63853e707"><code>a63853e</code></a>
feat: send trace origin (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/858">#858</a>)</li>
<li><a
href="58fd4efef0"><code>58fd4ef</code></a>
chore: <code>cargo +stable clippy --fix</code> (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/859">#859</a>)</li>
<li><a
href="873bb1d0c2"><code>873bb1d</code></a>
feat(log): support kv feature of log (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/851">#851</a>)</li>
<li><a
href="f4245f1aeb"><code>f4245f1</code></a>
Merge branch 'release/0.41.0'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-rust/compare/0.41.0...0.42.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `sentry-tracing` from 0.41.0 to 0.42.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-rust/releases">sentry-tracing's
releases</a>.</em></p>
<blockquote>
<h2>0.42.0</h2>
<h3>Features</h3>
<ul>
<li>feat(log): support kv feature of log (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/851">#851</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>Attributes added to a <code>log</code> record using the
<code>kv</code> feature are now recorded as attributes on the log sent
to Sentry.</li>
</ul>
</li>
<li>feat(types): add all the missing supported envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/867">#867</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a></li>
<li>feat(types): add setters for envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/868">#868</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>It's now possible to set all of the <a
href="https://develop.sentry.dev/sdk/data-model/envelopes/#headers">envelope
headers</a> supported by the protocol when constructing envelopes.</li>
</ul>
</li>
<li>feat(core): add some DSC fields to transaction envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/869">#869</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>The SDK now sends additional envelope headers with transactions.
This should solve some extrapolation issues for span metrics.</li>
</ul>
</li>
</ul>
<h3>Behavioral changes</h3>
<ul>
<li>feat: filter username and password in URLs (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/864">#864</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>Usernames and passwords that could be contained in URLs captured
when using the Actix Web or axum integration are now always filtered
out.</li>
<li>If the <code>Request</code> is created manually by the user, then
these fields are not filtered out.</li>
<li>This information was already filtered by Relay, but should also be
filtered by the SDK itself as a first line of defense.</li>
</ul>
</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>docs: match description of <code>debug</code> option with behavior
since PR <a
href="https://redirect.github.com/getsentry/sentry-rust/issues/820">#820</a>
(<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/860">#860</a>)
by <a
href="https://github.com/AlexTMjugador"><code>@​AlexTMjugador</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md">sentry-tracing's
changelog</a>.</em></p>
<blockquote>
<h2>0.42.0</h2>
<h3>Features</h3>
<ul>
<li>feat(log): support kv feature of log (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/851">#851</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>Attributes added to a <code>log</code> record using the
<code>kv</code> feature are now recorded as attributes on the log sent
to Sentry.</li>
</ul>
</li>
<li>feat(types): add all the missing supported envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/867">#867</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a></li>
<li>feat(types): add setters for envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/868">#868</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>It's now possible to set all of the <a
href="https://develop.sentry.dev/sdk/data-model/envelopes/#headers">envelope
headers</a> supported by the protocol when constructing envelopes.</li>
</ul>
</li>
<li>feat(core): add some DSC fields to transaction envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/869">#869</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>The SDK now sends additional envelope headers with transactions.
This should solve some extrapolation issues for span metrics.</li>
</ul>
</li>
</ul>
<h3>Behavioral changes</h3>
<ul>
<li>feat: filter username and password in URLs (<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/864">#864</a>)
by <a href="https://github.com/lcian"><code>@​lcian</code></a>
<ul>
<li>Usernames and passwords that could be contained in URLs captured
when using the Actix Web or axum integration are now always filtered
out.</li>
<li>If the <code>Request</code> is created manually by the user, then
these fields are not filtered out.</li>
<li>This information was already filtered by Relay, but should also be
filtered by the SDK itself as a first line of defense.</li>
</ul>
</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>docs: match description of <code>debug</code> option with behavior
since PR <a
href="https://redirect.github.com/getsentry/sentry-rust/issues/820">#820</a>
(<a
href="https://redirect.github.com/getsentry/sentry-rust/pull/860">#860</a>)
by <a
href="https://github.com/AlexTMjugador"><code>@​AlexTMjugador</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1936fd7638"><code>1936fd7</code></a>
release: 0.42.0</li>
<li><a
href="a42596252f"><code>a425962</code></a>
feat(core): add some DSC fields to transaction envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/869">#869</a>)</li>
<li><a
href="611b2cdc32"><code>611b2cd</code></a>
feat(types): add setters for envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/868">#868</a>)</li>
<li><a
href="03ae06a140"><code>03ae06a</code></a>
feat: filter username and password in URLs (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/864">#864</a>)</li>
<li><a
href="eadb25723d"><code>eadb257</code></a>
feat(types): add all the missing supported envelope headers (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/867">#867</a>)</li>
<li><a
href="f247ac0132"><code>f247ac0</code></a>
docs: match description of <code>debug</code> option with behavior since
<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/820">#820</a>
(<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/860">#860</a>)</li>
<li><a
href="a63853e707"><code>a63853e</code></a>
feat: send trace origin (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/858">#858</a>)</li>
<li><a
href="58fd4efef0"><code>58fd4ef</code></a>
chore: <code>cargo +stable clippy --fix</code> (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/859">#859</a>)</li>
<li><a
href="873bb1d0c2"><code>873bb1d</code></a>
feat(log): support kv feature of log (<a
href="https://redirect.github.com/getsentry/sentry-rust/issues/851">#851</a>)</li>
<li><a
href="f4245f1aeb"><code>f4245f1</code></a>
Merge branch 'release/0.41.0'</li>
<li>See full diff in <a
href="https://github.com/getsentry/sentry-rust/compare/0.41.0...0.42.0">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
This commit is contained in:
dependabot[bot]
2025-10-23 04:29:05 +00:00
committed by GitHub
parent ce297999c9
commit 9c7ec9ff47
2 changed files with 23 additions and 22 deletions

41
rust/Cargo.lock generated
View File

@@ -6533,9 +6533,9 @@ dependencies = [
[[package]]
name = "sentry"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507ac2be9bf2da56c831da57faf1dadd81f434bd282935cdb06193d0c94e8811"
checksum = "989425268ab5c011e06400187eed6c298272f8ef913e49fcadc3fda788b45030"
dependencies = [
"httpdate",
"reqwest",
@@ -6554,9 +6554,9 @@ dependencies = [
[[package]]
name = "sentry-actix"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8402c142005ee560ae361c73ebece13a299ec3e9cce5b8654479ea9aac8dc8df"
checksum = "a5c675bdf6118764a8e265c3395c311b4d905d12866c92df52870c0223d2ffc1"
dependencies = [
"actix-http",
"actix-web",
@@ -6567,9 +6567,9 @@ dependencies = [
[[package]]
name = "sentry-backtrace"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb4416302fa5325181a120e0fe7d4afd83cd95e52a9b86afa34a8161383fe0dc"
checksum = "68e299dd3f7bcf676875eee852c9941e1d08278a743c32ca528e2debf846a653"
dependencies = [
"backtrace",
"regex",
@@ -6578,9 +6578,9 @@ dependencies = [
[[package]]
name = "sentry-contexts"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936752f42b6f651dcb257da0bfa235ecc79e82011c49ed3383c212cc582263ff"
checksum = "fac0c5d6892cd4c414492fc957477b620026fb3411fca9fa12774831da561c88"
dependencies = [
"hostname",
"libc",
@@ -6592,21 +6592,22 @@ dependencies = [
[[package]]
name = "sentry-core"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e9bd2cadaeda3af41e9fa5d14645127d6f6a4aec73da3ae38e477ecafd3682"
checksum = "deaa38b94e70820ff3f1f9db3c8b0aef053b667be130f618e615e0ff2492cbcc"
dependencies = [
"rand 0.9.1",
"sentry-types",
"serde",
"serde_json",
"url",
]
[[package]]
name = "sentry-debug-images"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e074fe9a0970c91999b23ed3195e6e30990d589fba3a68f20a1686af0f5cda"
checksum = "00950648aa0d371c7f57057434ad5671bd4c106390df7e7284739330786a01b6"
dependencies = [
"findshlibs",
"sentry-core",
@@ -6614,9 +6615,9 @@ dependencies = [
[[package]]
name = "sentry-log"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a693f27e3f63ae085cf7c176b5c44038af27c8a0170d01db30ccf776c2d40ce3"
checksum = "670f08baf70058926b0fa60c8f10218524ef0cb1a1634b0388a4123bdec6288c"
dependencies = [
"log",
"sentry-core",
@@ -6624,9 +6625,9 @@ dependencies = [
[[package]]
name = "sentry-panic"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4651d34f3ba649d9e6dc1268443cae6728b8f741c2f0264004f8ecf5b247330d"
checksum = "2b7a23b13c004873de3ce7db86eb0f59fe4adfc655a31f7bbc17fd10bacc9bfe"
dependencies = [
"sentry-backtrace",
"sentry-core",
@@ -6634,9 +6635,9 @@ dependencies = [
[[package]]
name = "sentry-tracing"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c25c47d36bc80c74d26d568ffe970c37b337c061b7234ad6f2d159439c16f000"
checksum = "fac841c7050aa73fc2bec8f7d8e9cb1159af0b3095757b99820823f3e54e5080"
dependencies = [
"bitflags 2.9.1",
"sentry-backtrace",
@@ -6647,9 +6648,9 @@ dependencies = [
[[package]]
name = "sentry-types"
version = "0.41.0"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08e7154abe2cd557f26fd70038452810748aefdf39bc973f674421224b147c1"
checksum = "e477f4d4db08ddb4ab553717a8d3a511bc9e81dde0c808c680feacbb8105c412"
dependencies = [
"debugid",
"hex",

View File

@@ -144,8 +144,8 @@ sadness-generator = "0.6.0"
sd-notify = "0.4.5" # This is a pure Rust re-implementation, so it isn't vulnerable to CVE-2024-3094
secrecy = "0.8"
semver = "1.0.27"
sentry = { version = "0.41.0", default-features = false }
sentry-tracing = "0.41.0"
sentry = { version = "0.42.0", default-features = false }
sentry-tracing = "0.42.0"
serde = "1.0.219"
serde_json = "1.0.145"
serde_variant = "0.1.3"