Skip to content

Commit 810df15

Browse files
Update Rust crate thiserror to v2.0.14
1 parent bc421ae commit 810df15

File tree

9 files changed

+30
-30
lines changed

9 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ sha2 = "=0.10.9"
124124
spdx = "=0.10.9"
125125
tar = "=0.4.44"
126126
tempfile = "=3.20.0"
127-
thiserror = "=2.0.12"
127+
thiserror = "=2.0.14"
128128
tikv-jemallocator = { version = "=0.6.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
129129
tokio = { version = "=1.47.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros", "process"]}
130130
tokio-postgres = "=0.7.13"

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ semver = { version = "=1.0.26", features = ["serde"] }
2222
serde = { version = "=1.0.219", features = ["derive"] }
2323
serde_json = "=1.0.142"
2424
sha2 = "=0.10.9"
25-
thiserror = "=2.0.12"
25+
thiserror = "=2.0.14"
2626
tracing = "=0.1.41"
2727
unicode-xid = "=0.2.6"
2828
utoipa = { version = "=5.4.0", features = ["chrono"] }

crates/crates_io_docs_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ http = "=1.3.1"
1818
mockall = { version = "=0.13.1", optional = true }
1919
reqwest = { version = "=0.12.22", features = ["json"] }
2020
serde = { version = "=1.0.219", features = ["derive"] }
21-
thiserror = "=2.0.12"
21+
thiserror = "=2.0.14"
2222
tracing = "=0.1.41"
2323
url = "=2.5.4"
2424

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mockall = { version = "=0.13.1", optional = true }
1717
oauth2 = { version = "=5.0.0", default-features = false }
1818
reqwest = { version = "=0.12.22", features = ["json"] }
1919
serde = { version = "=1.0.219", features = ["derive"] }
20-
thiserror = "=2.0.12"
20+
thiserror = "=2.0.14"
2121
tracing = "=0.1.41"
2222

2323
[dev-dependencies]

crates/crates_io_smoke_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ semver = { version = "=1.0.26", features = ["serde"] }
1919
serde = { version = "=1.0.219", features = ["derive"] }
2020
serde_json = "=1.0.142"
2121
tempfile = "=3.20.0"
22-
thiserror = "=2.0.12"
22+
thiserror = "=2.0.14"
2323
tokio = { version = "=1.47.1", features = ["fs", "macros", "process", "rt-multi-thread"]}
2424
tracing = "=0.1.41"
2525
tracing-subscriber = { version = "=0.3.19", features = ["env-filter"] }

crates/crates_io_tarball/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ flate2 = { version = "=1.1.2", optional = true }
1717
serde = { version = "=1.0.219", features = ["derive"] }
1818
serde_json = "=1.0.142"
1919
tar = { version = "=0.4.44", optional = true }
20-
thiserror = "=2.0.12"
20+
thiserror = "=2.0.14"
2121
tracing = "=0.1.41"
2222
tokio = { version = "=1.47.1", features = ["io-util", "macros", "rt-multi-thread"] }
2323
async-compression = { version = "=0.4.27", default-features = false, features = ["gzip", "tokio"] }

crates/crates_io_trustpub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ secrecy = "=0.10.3"
2424
serde = { version = "=1.0.219", features = ["derive"] }
2525
serde_json = { version = "=1.0.142", optional = true }
2626
sha2 = "=0.10.9"
27-
thiserror = "=2.0.12"
27+
thiserror = "=2.0.14"
2828
tokio = { version = "=1.47.1", features = ["sync"] }
2929
tracing = "=0.1.41"
3030

crates/crates_io_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ futures-util = "=0.3.31"
1515
sentry-core = { version = "=0.42.0", features = ["client"] }
1616
serde = { version = "=1.0.219", features = ["derive"] }
1717
serde_json = "=1.0.142"
18-
thiserror = "=2.0.12"
18+
thiserror = "=2.0.14"
1919
tokio = { version = "=1.47.1", features = ["rt", "time"]}
2020
tracing = "=0.1.41"
2121

0 commit comments

Comments
 (0)