Skip to content

Commit bd4b069

Browse files
build(deps): bump thiserror from 2.0.10 to 2.0.11 (#3523)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.10...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a95fb6 commit bd4b069

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

Cargo.lock

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ dependencies = [
12771277
"http",
12781278
"ipnet",
12791279
"linkerd-dns-name",
1280-
"thiserror 2.0.10",
1280+
"thiserror 2.0.11",
12811281
]
12821282

12831283
[[package]]
@@ -1296,7 +1296,7 @@ dependencies = [
12961296
"linkerd-tonic-stream",
12971297
"rangemap",
12981298
"regex",
1299-
"thiserror 2.0.10",
1299+
"thiserror 2.0.11",
13001300
"tokio",
13011301
"tokio-stream",
13021302
"tonic",
@@ -1320,7 +1320,7 @@ dependencies = [
13201320
"pprof",
13211321
"serde",
13221322
"serde_json",
1323-
"thiserror 2.0.10",
1323+
"thiserror 2.0.11",
13241324
"tokio",
13251325
"tower",
13261326
"tracing",
@@ -1386,7 +1386,7 @@ dependencies = [
13861386
"regex",
13871387
"semver",
13881388
"serde_json",
1389-
"thiserror 2.0.10",
1389+
"thiserror 2.0.11",
13901390
"tokio",
13911391
"tokio-stream",
13921392
"tonic",
@@ -1407,7 +1407,7 @@ dependencies = [
14071407
"linkerd-proxy-client-policy",
14081408
"linkerd-proxy-server-policy",
14091409
"once_cell",
1410-
"thiserror 2.0.10",
1410+
"thiserror 2.0.11",
14111411
"tokio",
14121412
"tokio-test",
14131413
"tonic",
@@ -1443,7 +1443,7 @@ dependencies = [
14431443
"once_cell",
14441444
"parking_lot",
14451445
"rangemap",
1446-
"thiserror 2.0.10",
1446+
"thiserror 2.0.11",
14471447
"tokio",
14481448
"tokio-test",
14491449
"tonic",
@@ -1521,7 +1521,7 @@ dependencies = [
15211521
"parking_lot",
15221522
"pin-project",
15231523
"prometheus-client",
1524-
"thiserror 2.0.10",
1524+
"thiserror 2.0.11",
15251525
"tokio",
15261526
"tokio-rustls",
15271527
"tokio-test",
@@ -1548,7 +1548,7 @@ dependencies = [
15481548
"parking_lot",
15491549
"pin-project",
15501550
"regex",
1551-
"thiserror 2.0.10",
1551+
"thiserror 2.0.11",
15521552
"tokio",
15531553
"tokio-stream",
15541554
"tokio-test",
@@ -1571,7 +1571,7 @@ dependencies = [
15711571
"linkerd-error",
15721572
"linkerd-io",
15731573
"linkerd-stack",
1574-
"thiserror 2.0.10",
1574+
"thiserror 2.0.11",
15751575
"tokio",
15761576
"tower",
15771577
"tracing",
@@ -1599,7 +1599,7 @@ dependencies = [
15991599
"hickory-resolver",
16001600
"linkerd-dns-name",
16011601
"linkerd-error",
1602-
"thiserror 2.0.10",
1602+
"thiserror 2.0.11",
16031603
"tokio",
16041604
"tracing",
16051605
]
@@ -1608,7 +1608,7 @@ dependencies = [
16081608
name = "linkerd-dns-name"
16091609
version = "0.1.0"
16101610
dependencies = [
1611-
"thiserror 2.0.10",
1611+
"thiserror 2.0.11",
16121612
"untrusted",
16131613
]
16141614

@@ -1633,7 +1633,7 @@ name = "linkerd-error"
16331633
version = "0.1.0"
16341634
dependencies = [
16351635
"futures",
1636-
"thiserror 2.0.10",
1636+
"thiserror 2.0.11",
16371637
]
16381638

16391639
[[package]]
@@ -1654,7 +1654,7 @@ dependencies = [
16541654
"pin-project",
16551655
"quickcheck",
16561656
"rand",
1657-
"thiserror 2.0.10",
1657+
"thiserror 2.0.11",
16581658
"tokio",
16591659
]
16601660

@@ -1775,7 +1775,7 @@ dependencies = [
17751775
"parking_lot",
17761776
"pin-project",
17771777
"prometheus-client",
1778-
"thiserror 2.0.10",
1778+
"thiserror 2.0.11",
17791779
"tokio",
17801780
]
17811781

@@ -1806,7 +1806,7 @@ dependencies = [
18061806
"linkerd-stack",
18071807
"linkerd-tracing",
18081808
"parking_lot",
1809-
"thiserror 2.0.10",
1809+
"thiserror 2.0.11",
18101810
"tokio",
18111811
"tower",
18121812
"tracing",
@@ -1821,7 +1821,7 @@ dependencies = [
18211821
"maplit",
18221822
"rand",
18231823
"regex",
1824-
"thiserror 2.0.10",
1824+
"thiserror 2.0.11",
18251825
"tracing",
18261826
"url",
18271827
]
@@ -1837,7 +1837,7 @@ dependencies = [
18371837
"linkerd-stack",
18381838
"parking_lot",
18391839
"pin-project",
1840-
"thiserror 2.0.10",
1840+
"thiserror 2.0.11",
18411841
"tokio",
18421842
"tracing",
18431843
]
@@ -1870,7 +1870,7 @@ name = "linkerd-http-version"
18701870
version = "0.1.0"
18711871
dependencies = [
18721872
"http",
1873-
"thiserror 2.0.10",
1873+
"thiserror 2.0.11",
18741874
]
18751875

18761876
[[package]]
@@ -1881,7 +1881,7 @@ dependencies = [
18811881
"linkerd-error",
18821882
"linkerd-metrics",
18831883
"prometheus-client",
1884-
"thiserror 2.0.10",
1884+
"thiserror 2.0.11",
18851885
"tracing",
18861886
"url",
18871887
]
@@ -1974,7 +1974,7 @@ dependencies = [
19741974
"ring",
19751975
"rustls-pemfile",
19761976
"rustls-webpki",
1977-
"thiserror 2.0.10",
1977+
"thiserror 2.0.11",
19781978
"tokio",
19791979
"tokio-rustls",
19801980
"tracing",
@@ -2064,7 +2064,7 @@ dependencies = [
20642064
"linkerd-pool",
20652065
"linkerd-stack",
20662066
"parking_lot",
2067-
"thiserror 2.0.10",
2067+
"thiserror 2.0.11",
20682068
"tokio",
20692069
"tower-test",
20702070
"tracing",
@@ -2158,7 +2158,7 @@ dependencies = [
21582158
"parking_lot",
21592159
"pin-project",
21602160
"prometheus-client",
2161-
"thiserror 2.0.10",
2161+
"thiserror 2.0.11",
21622162
"tokio",
21632163
"tokio-stream",
21642164
"tokio-test",
@@ -2186,7 +2186,7 @@ dependencies = [
21862186
"once_cell",
21872187
"prost-types",
21882188
"quickcheck",
2189-
"thiserror 2.0.10",
2189+
"thiserror 2.0.11",
21902190
"tonic",
21912191
]
21922192

@@ -2249,7 +2249,7 @@ dependencies = [
22492249
"parking_lot",
22502250
"pin-project",
22512251
"rand",
2252-
"thiserror 2.0.10",
2252+
"thiserror 2.0.11",
22532253
"tokio",
22542254
"tokio-test",
22552255
"tower",
@@ -2272,7 +2272,7 @@ dependencies = [
22722272
"linkerd2-proxy-api",
22732273
"parking_lot",
22742274
"pin-project",
2275-
"thiserror 2.0.10",
2275+
"thiserror 2.0.11",
22762276
"tokio",
22772277
"tonic",
22782278
"tracing",
@@ -2286,7 +2286,7 @@ dependencies = [
22862286
"linkerd-error",
22872287
"linkerd-proxy-core",
22882288
"pin-project",
2289-
"thiserror 2.0.10",
2289+
"thiserror 2.0.11",
22902290
"tower",
22912291
"tracing",
22922292
]
@@ -2304,7 +2304,7 @@ dependencies = [
23042304
"maplit",
23052305
"prost-types",
23062306
"quickcheck",
2307-
"thiserror 2.0.10",
2307+
"thiserror 2.0.11",
23082308
"tokio",
23092309
]
23102310

@@ -2322,7 +2322,7 @@ dependencies = [
23222322
"rcgen",
23232323
"simple_asn1",
23242324
"spiffe-proto",
2325-
"thiserror 2.0.10",
2325+
"thiserror 2.0.11",
23262326
"tokio",
23272327
"tokio-test",
23282328
"tonic",
@@ -2354,7 +2354,7 @@ dependencies = [
23542354
"prost-types",
23552355
"quickcheck",
23562356
"rand",
2357-
"thiserror 2.0.10",
2357+
"thiserror 2.0.11",
23582358
"tokio",
23592359
"tonic",
23602360
"tower",
@@ -2386,7 +2386,7 @@ dependencies = [
23862386
"linkerd-io",
23872387
"linkerd-stack",
23882388
"socket2",
2389-
"thiserror 2.0.10",
2389+
"thiserror 2.0.11",
23902390
"tokio",
23912391
"tokio-stream",
23922392
"tracing",
@@ -2429,7 +2429,7 @@ dependencies = [
24292429
"linkerd-error",
24302430
"linkerd-stack",
24312431
"parking_lot",
2432-
"thiserror 2.0.10",
2432+
"thiserror 2.0.11",
24332433
"tracing",
24342434
]
24352435

@@ -2454,7 +2454,7 @@ dependencies = [
24542454
"prost-types",
24552455
"quickcheck",
24562456
"regex",
2457-
"thiserror 2.0.10",
2457+
"thiserror 2.0.11",
24582458
"tokio",
24592459
"tokio-stream",
24602460
"tonic",
@@ -2479,7 +2479,7 @@ dependencies = [
24792479
"linkerd-tracing",
24802480
"parking_lot",
24812481
"pin-project",
2482-
"thiserror 2.0.10",
2482+
"thiserror 2.0.11",
24832483
"tokio",
24842484
"tokio-test",
24852485
"tokio-util",
@@ -2535,7 +2535,7 @@ dependencies = [
25352535
"linkerd-stack",
25362536
"linkerd-tracing",
25372537
"pin-project",
2538-
"thiserror 2.0.10",
2538+
"thiserror 2.0.11",
25392539
"tokio",
25402540
"tower",
25412541
"tracing",
@@ -2551,7 +2551,7 @@ dependencies = [
25512551
"linkerd2-proxy-api",
25522552
"rand",
25532553
"regex",
2554-
"thiserror 2.0.10",
2554+
"thiserror 2.0.11",
25552555
"tracing",
25562556
]
25572557

@@ -3714,11 +3714,11 @@ dependencies = [
37143714

37153715
[[package]]
37163716
name = "thiserror"
3717-
version = "2.0.10"
3717+
version = "2.0.11"
37183718
source = "registry+https://github.com/rust-lang/crates.io-index"
3719-
checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3"
3719+
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
37203720
dependencies = [
3721-
"thiserror-impl 2.0.10",
3721+
"thiserror-impl 2.0.11",
37223722
]
37233723

37243724
[[package]]
@@ -3734,9 +3734,9 @@ dependencies = [
37343734

37353735
[[package]]
37363736
name = "thiserror-impl"
3737-
version = "2.0.10"
3737+
version = "2.0.11"
37383738
source = "registry+https://github.com/rust-lang/crates.io-index"
3739-
checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb"
3739+
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
37403740
dependencies = [
37413741
"proc-macro2",
37423742
"quote",

0 commit comments

Comments
 (0)