From 3843cc7b346b26faee51439688d426740a15473a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 14 Dec 2025 22:31:55 -0800
Subject: [PATCH] chore(deps): bump sentry from 0.34.0 to 0.46.0 in /codex-rs
(#8043)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.34.0 to
0.46.0.
Release notes
Sourced from sentry's
releases.
0.46.0
Breaking changes
- Removed the
ClientOptions struct's
trim_backtraces and extra_border_frames fields
(#925).
- These fields configured backtrace trimming, which is being removed
in this release.
Improvements
- Removed backtrace trimming to align the Rust SDK with the general
principle that Sentry SDKs should only truncate telemetry data when
needed to comply with documented
size limits (#925).
This change ensures that as much data as possible remains available for
debugging.
- If you notice any new issues being created for existing errors after
this change, please open an issue on GitHub.
Fixes
- fix: adjust sentry.origin for log integration (#919)
by
@lcian
0.45.0
Breaking changes
- Add custom variant to
AttachmentType that holds an
arbitrary String. (#916)
0.44.0
Breaking changes
- feat(log): support combined LogFilters and RecordMappings (#914)
by
@lcian
- Breaking change:
sentry::integrations::log::LogFilter
has been changed to a bitflags struct.
- It's now possible to map a
log record to multiple items
in Sentry by combining multiple log filters in the filter, e.g.
log::Level::ERROR => LogFilter::Event |
LogFilter::Log.
- If using a custom
mapper instead, it's possible to
return a
Vec<sentry::integrations::log::RecordMapping> to map
a log record to multiple items in Sentry.
Behavioral changes
- ref(log): send logs by default when logs feature flag is enabled (#915)
by
@lcian
- If the
logs feature flag is enabled, the default Sentry
log logger now sends logs for all events at or above
INFO.
- ref(logs): enable logs by default if logs feature flag is used (#910)
by
@lcian
- This changes the default value of
sentry::ClientOptions::enable_logs to
true.
- This simplifies the setup of Sentry structured logs by requiring
users to just add the
log feature flag to the
sentry dependency to opt-in to sending logs.
- When the
log feature flag is enabled, the
tracing and log integrations will send
structured logs to Sentry for all logs/events at or above INFO level by
default.
0.43.0
Breaking changes
- ref(tracing): rework tracing to Sentry span name/op conversion (#887)
by
@lcian
- The
tracing integration now uses the tracing span name
as the Sentry span name by default.
- Before this change, the span name would be set based on the
tracing span target
(<module>::<function> when using the
tracing::instrument macro).
- The
tracing integration now uses <span
target>::<span name> as the default Sentry span op (i.e.
<module>::<function> when using
tracing::instrument).
- Before this change, the span op would be set based on the
tracing span name.
- Read below to learn how to customize the span name and op.
- When upgrading, please ensure to adapt any queries, metrics or
dashboards to use the new span names/ops.
- ref(tracing): use standard code attributes (#899)
by
@lcian
- Logs now carry the attributes
code.module.name,
code.file.path and code.line.number
standardized in OTEL to surface the respective information, in contrast
with the previously sent tracing.module_path,
tracing.file and tracing.line.
- fix(actix): capture only server errors (#877)
by
@lcian
... (truncated)
Changelog
Sourced from sentry's
changelog.
0.46.0
Breaking changes
- Removed the
ClientOptions struct's
trim_backtraces and extra_border_frames fields
(#925).
- These fields configured backtrace trimming, which is being removed
in this release.
Improvements
- Removed backtrace trimming to align the Rust SDK with the general
principle that Sentry SDKs should only truncate telemetry data when
needed to comply with documented
size limits (#925).
This change ensures that as much data as possible remains available for
debugging.
- If you notice any new issues being created for existing errors after
this change, please open an issue on GitHub.
Fixes
- fix: adjust sentry.origin for log integration (#919)
by
@lcian
0.45.0
Breaking changes
- Add custom variant to
AttachmentType that holds an
arbitrary String. (#916)
0.44.0
Breaking changes
- feat(log): support combined LogFilters and RecordMappings (#914)
by
@lcian
- Breaking change:
sentry::integrations::log::LogFilter
has been changed to a bitflags struct.
- It's now possible to map a
log record to multiple items
in Sentry by combining multiple log filters in the filter, e.g.
log::Level::ERROR => LogFilter::Event |
LogFilter::Log.
- If using a custom
mapper instead, it's possible to
return a
Vec<sentry::integrations::log::RecordMapping> to map
a log record to multiple items in Sentry.
Behavioral changes
- ref(log): send logs by default when logs feature flag is enabled (#915)
by
@lcian
- If the
logs feature flag is enabled, the default Sentry
log logger now sends logs for all events at or above
INFO.
- ref(logs): enable logs by default if logs feature flag is used (#910)
by
@lcian
- This changes the default value of
sentry::ClientOptions::enable_logs to
true.
- This simplifies the setup of Sentry structured logs by requiring
users to just add the
log feature flag to the
sentry dependency to opt-in to sending logs.
- When the
log feature flag is enabled, the
tracing and log integrations will send
structured logs to Sentry for all logs/events at or above INFO level by
default.
0.43.0
Breaking changes
- ref(tracing): rework tracing to Sentry span name/op conversion (#887)
by
@lcian
- The
tracing integration now uses the tracing span name
as the Sentry span name by default.
- Before this change, the span name would be set based on the
tracing span target
(<module>::<function> when using the
tracing::instrument macro).
- The
tracing integration now uses <span
target>::<span name> as the default Sentry span op (i.e.
<module>::<function> when using
tracing::instrument).
- Before this change, the span op would be set based on the
tracing span name.
- Read below to learn how to customize the span name and op.
... (truncated)
Commits
[](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
codex-rs/Cargo.lock | 349 ++++++++++++++++++++++++++++++-----
codex-rs/Cargo.toml | 2 +-
codex-rs/feedback/Cargo.toml | 2 +-
3 files changed, 304 insertions(+), 49 deletions(-)
diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock
index f4ab78054..4535d87d1 100644
--- a/codex-rs/Cargo.lock
+++ b/codex-rs/Cargo.lock
@@ -12,6 +12,154 @@ dependencies = [
"regex",
]
+[[package]]
+name = "actix-codec"
+version = "0.5.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
+dependencies = [
+ "bitflags 2.10.0",
+ "bytes",
+ "futures-core",
+ "futures-sink",
+ "memchr",
+ "pin-project-lite",
+ "tokio",
+ "tokio-util",
+ "tracing",
+]
+
+[[package]]
+name = "actix-http"
+version = "3.11.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "7926860314cbe2fb5d1f13731e387ab43bd32bca224e82e6e2db85de0a3dba49"
+dependencies = [
+ "actix-codec",
+ "actix-rt",
+ "actix-service",
+ "actix-utils",
+ "bitflags 2.10.0",
+ "bytes",
+ "bytestring",
+ "derive_more 2.0.1",
+ "encoding_rs",
+ "foldhash",
+ "futures-core",
+ "http 0.2.12",
+ "httparse",
+ "httpdate",
+ "itoa",
+ "language-tags",
+ "mime",
+ "percent-encoding",
+ "pin-project-lite",
+ "smallvec",
+ "tokio",
+ "tokio-util",
+ "tracing",
+]
+
+[[package]]
+name = "actix-router"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
+dependencies = [
+ "bytestring",
+ "cfg-if",
+ "http 0.2.12",
+ "regex-lite",
+ "serde",
+ "tracing",
+]
+
+[[package]]
+name = "actix-rt"
+version = "2.11.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "92589714878ca59a7626ea19734f0e07a6a875197eec751bb5d3f99e64998c63"
+dependencies = [
+ "futures-core",
+ "tokio",
+]
+
+[[package]]
+name = "actix-server"
+version = "2.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502"
+dependencies = [
+ "actix-rt",
+ "actix-service",
+ "actix-utils",
+ "futures-core",
+ "futures-util",
+ "mio",
+ "socket2 0.5.10",
+ "tokio",
+ "tracing",
+]
+
+[[package]]
+name = "actix-service"
+version = "2.0.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "9e46f36bf0e5af44bdc4bdb36fbbd421aa98c79a9bce724e1edeb3894e10dc7f"
+dependencies = [
+ "futures-core",
+ "pin-project-lite",
+]
+
+[[package]]
+name = "actix-utils"
+version = "3.0.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
+dependencies = [
+ "local-waker",
+ "pin-project-lite",
+]
+
+[[package]]
+name = "actix-web"
+version = "4.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1654a77ba142e37f049637a3e5685f864514af11fcbc51cb51eb6596afe5b8d6"
+dependencies = [
+ "actix-codec",
+ "actix-http",
+ "actix-router",
+ "actix-rt",
+ "actix-server",
+ "actix-service",
+ "actix-utils",
+ "bytes",
+ "bytestring",
+ "cfg-if",
+ "derive_more 2.0.1",
+ "encoding_rs",
+ "foldhash",
+ "futures-core",
+ "futures-util",
+ "impl-more",
+ "itoa",
+ "language-tags",
+ "log",
+ "mime",
+ "once_cell",
+ "pin-project-lite",
+ "regex-lite",
+ "serde",
+ "serde_json",
+ "serde_urlencoded",
+ "smallvec",
+ "socket2 0.6.0",
+ "time",
+ "tracing",
+ "url",
+]
+
[[package]]
name = "addr2line"
version = "0.24.2"
@@ -455,7 +603,7 @@ dependencies = [
"axum-core",
"bytes",
"futures-util",
- "http",
+ "http 1.3.1",
"http-body",
"http-body-util",
"hyper",
@@ -483,7 +631,7 @@ checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
dependencies = [
"bytes",
"futures-core",
- "http",
+ "http 1.3.1",
"http-body",
"http-body-util",
"mime",
@@ -515,6 +663,12 @@ version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
+[[package]]
+name = "base64ct"
+version = "1.8.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a"
+
[[package]]
name = "beef"
version = "0.5.2"
@@ -620,6 +774,15 @@ version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
+[[package]]
+name = "bytestring"
+version = "1.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "113b4343b5f6617e7ad401ced8de3cc8b012e73a594347c307b90db3e9271289"
+dependencies = [
+ "bytes",
+]
+
[[package]]
name = "cassowary"
version = "0.3.0"
@@ -804,7 +967,7 @@ dependencies = [
"codex-protocol",
"eventsource-stream",
"futures",
- "http",
+ "http 1.3.1",
"pretty_assertions",
"regex-lite",
"reqwest",
@@ -1013,7 +1176,7 @@ dependencies = [
"bytes",
"eventsource-stream",
"futures",
- "http",
+ "http 1.3.1",
"opentelemetry",
"opentelemetry_sdk",
"rand 0.9.2",
@@ -1125,7 +1288,7 @@ dependencies = [
"escargot",
"eventsource-stream",
"futures",
- "http",
+ "http 1.3.1",
"image",
"indexmap 2.12.0",
"keyring",
@@ -1423,7 +1586,7 @@ dependencies = [
"codex-protocol",
"codex-utils-absolute-path",
"eventsource-stream",
- "http",
+ "http 1.3.1",
"opentelemetry",
"opentelemetry-appender-tracing",
"opentelemetry-otlp",
@@ -2159,6 +2322,16 @@ dependencies = [
"serde_json",
]
+[[package]]
+name = "der"
+version = "0.7.10"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
+dependencies = [
+ "pem-rfc7468",
+ "zeroize",
+]
+
[[package]]
name = "deranged"
version = "0.5.4"
@@ -2929,7 +3102,7 @@ dependencies = [
"fnv",
"futures-core",
"futures-sink",
- "http",
+ "http 1.3.1",
"indexmap 2.12.0",
"slab",
"tokio",
@@ -3036,6 +3209,17 @@ dependencies = [
"windows-link 0.1.3",
]
+[[package]]
+name = "http"
+version = "0.2.12"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
+dependencies = [
+ "bytes",
+ "fnv",
+ "itoa",
+]
+
[[package]]
name = "http"
version = "1.3.1"
@@ -3054,7 +3238,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
- "http",
+ "http 1.3.1",
]
[[package]]
@@ -3065,7 +3249,7 @@ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
dependencies = [
"bytes",
"futures-core",
- "http",
+ "http 1.3.1",
"http-body",
"pin-project-lite",
]
@@ -3093,7 +3277,7 @@ dependencies = [
"futures-channel",
"futures-core",
"h2",
- "http",
+ "http 1.3.1",
"http-body",
"httparse",
"httpdate",
@@ -3111,7 +3295,7 @@ version = "0.27.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
dependencies = [
- "http",
+ "http 1.3.1",
"hyper",
"hyper-util",
"rustls",
@@ -3163,7 +3347,7 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
- "http",
+ "http 1.3.1",
"http-body",
"hyper",
"ipnet",
@@ -3387,6 +3571,12 @@ dependencies = [
"zune-jpeg 0.5.5",
]
+[[package]]
+name = "impl-more"
+version = "0.1.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2"
+
[[package]]
name = "indenter"
version = "0.3.3"
@@ -3704,6 +3894,12 @@ dependencies = [
"thiserror 2.0.17",
]
+[[package]]
+name = "language-tags"
+version = "0.3.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
+
[[package]]
name = "lazy_static"
version = "1.5.0"
@@ -3763,6 +3959,12 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
+[[package]]
+name = "local-waker"
+version = "0.1.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
+
[[package]]
name = "lock_api"
version = "0.4.13"
@@ -4208,7 +4410,7 @@ dependencies = [
"base64",
"chrono",
"getrandom 0.2.16",
- "http",
+ "http 1.3.1",
"rand 0.8.5",
"reqwest",
"serde",
@@ -4401,7 +4603,7 @@ checksum = "50f6639e842a97dbea8886e3439710ae463120091e2e064518ba8e716e6ac36d"
dependencies = [
"async-trait",
"bytes",
- "http",
+ "http 1.3.1",
"opentelemetry",
"reqwest",
]
@@ -4412,7 +4614,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbee664a43e07615731afc539ca60c6d9f1a9425e25ca09c57bc36c87c55852b"
dependencies = [
- "http",
+ "http 1.3.1",
"opentelemetry",
"opentelemetry-http",
"opentelemetry-proto",
@@ -4578,6 +4780,15 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
+[[package]]
+name = "pem-rfc7468"
+version = "0.7.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
+dependencies = [
+ "base64ct",
+]
+
[[package]]
name = "percent-encoding"
version = "2.3.1"
@@ -5180,7 +5391,7 @@ dependencies = [
"futures-core",
"futures-util",
"h2",
- "http",
+ "http 1.3.1",
"http-body",
"http-body-util",
"hyper",
@@ -5241,7 +5452,7 @@ dependencies = [
"bytes",
"chrono",
"futures",
- "http",
+ "http 1.3.1",
"http-body",
"http-body-util",
"oauth2",
@@ -5622,13 +5833,14 @@ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
[[package]]
name = "sentry"
-version = "0.34.0"
+version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5484316556650182f03b43d4c746ce0e3e48074a21e2f51244b648b6542e1066"
+checksum = "d9794f69ad475e76c057e326175d3088509649e3aed98473106b9fe94ba59424"
dependencies = [
"httpdate",
"native-tls",
"reqwest",
+ "sentry-actix",
"sentry-backtrace",
"sentry-contexts",
"sentry-core",
@@ -5640,22 +5852,34 @@ dependencies = [
]
[[package]]
-name = "sentry-backtrace"
-version = "0.34.0"
+name = "sentry-actix"
+version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "40aa225bb41e2ec9d7c90886834367f560efc1af028f1c5478a6cce6a59c463a"
+checksum = "e0fee202934063ace4f1d1d063113b8982293762628e563a2d2fba08fb20b110"
+dependencies = [
+ "actix-http",
+ "actix-web",
+ "bytes",
+ "futures-util",
+ "sentry-core",
+]
+
+[[package]]
+name = "sentry-backtrace"
+version = "0.46.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e81137ad53b8592bd0935459ad74c0376053c40084aa170451e74eeea8dbc6c3"
dependencies = [
"backtrace",
- "once_cell",
"regex",
"sentry-core",
]
[[package]]
name = "sentry-contexts"
-version = "0.34.0"
+version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a8dd746da3d16cb8c39751619cefd4fcdbd6df9610f3310fd646b55f6e39910"
+checksum = "cfb403c66cc2651a01b9bacda2e7c22cd51f7e8f56f206aa4310147eb3259282"
dependencies = [
"hostname",
"libc",
@@ -5667,33 +5891,32 @@ dependencies = [
[[package]]
name = "sentry-core"
-version = "0.34.0"
+version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "161283cfe8e99c8f6f236a402b9ccf726b201f365988b5bb637ebca0abbd4a30"
+checksum = "cfc409727ae90765ca8ea76fe6c949d6f159a11d02e130b357fa652ee9efcada"
dependencies = [
- "once_cell",
- "rand 0.8.5",
+ "rand 0.9.2",
"sentry-types",
"serde",
"serde_json",
+ "url",
]
[[package]]
name = "sentry-debug-images"
-version = "0.34.0"
+version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8fc6b25e945fcaa5e97c43faee0267eebda9f18d4b09a251775d8fef1086238a"
+checksum = "06a2778a222fd90ebb01027c341a72f8e24b0c604c6126504a4fe34e5500e646"
dependencies = [
"findshlibs",
- "once_cell",
"sentry-core",
]
[[package]]
name = "sentry-panic"
-version = "0.34.0"
+version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc74f229c7186dd971a9491ffcbe7883544aa064d1589bd30b83fb856cd22d63"
+checksum = "3df79f4e1e72b2a8b75a0ebf49e78709ceb9b3f0b451f13adc92a0361b0aaabe"
dependencies = [
"sentry-backtrace",
"sentry-core",
@@ -5701,10 +5924,11 @@ dependencies = [
[[package]]
name = "sentry-tracing"
-version = "0.34.0"
+version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cd3c5faf2103cd01eeda779ea439b68c4ee15adcdb16600836e97feafab362ec"
+checksum = "ff2046f527fd4b75e0b6ab3bd656c67dce42072f828dc4d03c206d15dca74a93"
dependencies = [
+ "bitflags 2.10.0",
"sentry-backtrace",
"sentry-core",
"tracing-core",
@@ -5713,16 +5937,16 @@ dependencies = [
[[package]]
name = "sentry-types"
-version = "0.34.0"
+version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5d68cdf6bc41b8ff3ae2a9c4671e97426dcdd154cc1d4b6b72813f285d6b163f"
+checksum = "c7b9b4e4c03a4d3643c18c78b8aa91d2cbee5da047d2fa0ca4bb29bc67e6c55c"
dependencies = [
"debugid",
"hex",
- "rand 0.8.5",
+ "rand 0.9.2",
"serde",
"serde_json",
- "thiserror 1.0.69",
+ "thiserror 2.0.17",
"time",
"url",
"uuid",
@@ -6767,7 +6991,7 @@ dependencies = [
"base64",
"bytes",
"h2",
- "http",
+ "http 1.3.1",
"http-body",
"http-body-util",
"hyper",
@@ -6815,7 +7039,7 @@ dependencies = [
"bitflags 2.10.0",
"bytes",
"futures-util",
- "http",
+ "http 1.3.1",
"http-body",
"iri-string",
"pin-project-lite",
@@ -7136,15 +7360,31 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "ureq"
-version = "2.12.1"
+version = "3.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
+checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a"
dependencies = [
"base64",
+ "der",
"log",
"native-tls",
- "once_cell",
- "url",
+ "percent-encoding",
+ "rustls-pki-types",
+ "ureq-proto",
+ "utf-8",
+ "webpki-root-certs",
+]
+
+[[package]]
+name = "ureq-proto"
+version = "0.5.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
+dependencies = [
+ "base64",
+ "http 1.3.1",
+ "httparse",
+ "log",
]
[[package]]
@@ -7165,6 +7405,12 @@ version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
+[[package]]
+name = "utf-8"
+version = "0.7.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
+
[[package]]
name = "utf8_iter"
version = "1.0.4"
@@ -7462,6 +7708,15 @@ dependencies = [
"web-sys",
]
+[[package]]
+name = "webpki-root-certs"
+version = "1.0.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b"
+dependencies = [
+ "rustls-pki-types",
+]
+
[[package]]
name = "webpki-roots"
version = "1.0.2"
@@ -8048,7 +8303,7 @@ dependencies = [
"base64",
"deadpool",
"futures",
- "http",
+ "http 1.3.1",
"http-body-util",
"hyper",
"hyper-util",
diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml
index cb1c855eb..2244373bc 100644
--- a/codex-rs/Cargo.toml
+++ b/codex-rs/Cargo.toml
@@ -180,7 +180,7 @@ reqwest = "0.12"
rmcp = { version = "0.10.0", default-features = false }
schemars = "0.8.22"
seccompiler = "0.5.0"
-sentry = "0.34.0"
+sentry = "0.46.0"
serde = "1"
serde_json = "1"
serde_with = "3.16"
diff --git a/codex-rs/feedback/Cargo.toml b/codex-rs/feedback/Cargo.toml
index 069770407..0ac035133 100644
--- a/codex-rs/feedback/Cargo.toml
+++ b/codex-rs/feedback/Cargo.toml
@@ -7,7 +7,7 @@ license.workspace = true
[dependencies]
anyhow = { workspace = true }
codex-protocol = { workspace = true }
-sentry = { version = "0.34" }
+sentry = { version = "0.46" }
tracing-subscriber = { workspace = true }
[dev-dependencies]