Skip to content

Commit a1320db

Browse files
dependabot[bot]olix0r
authored andcommitted
build(deps): bump tracing from 0.1.29 to 0.1.30 (#1462)
(cherry picked from commit 5e472e7) Signed-off-by: Oliver Gould <ver@buoyant.io>
1 parent 6a59e07 commit a1320db

File tree

33 files changed

+46
-39
lines changed

33 files changed

+46
-39
lines changed

Cargo.lock

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2338,9 +2338,9 @@ dependencies = [
23382338

23392339
[[package]]
23402340
name = "tracing"
2341-
version = "0.1.29"
2341+
version = "0.1.30"
23422342
source = "registry+https://github.com/rust-lang/crates.io-index"
2343-
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
2343+
checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"
23442344
dependencies = [
23452345
"cfg-if",
23462346
"log",
@@ -2351,9 +2351,9 @@ dependencies = [
23512351

23522352
[[package]]
23532353
name = "tracing-attributes"
2354-
version = "0.1.18"
2354+
version = "0.1.19"
23552355
source = "registry+https://github.com/rust-lang/crates.io-index"
2356-
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
2356+
checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"
23572357
dependencies = [
23582358
"proc-macro2",
23592359
"quote",
@@ -2362,11 +2362,12 @@ dependencies = [
23622362

23632363
[[package]]
23642364
name = "tracing-core"
2365-
version = "0.1.21"
2365+
version = "0.1.22"
23662366
source = "registry+https://github.com/rust-lang/crates.io-index"
2367-
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
2367+
checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
23682368
dependencies = [
23692369
"lazy_static",
2370+
"valuable",
23702371
]
23712372

23722373
[[package]]
@@ -2518,6 +2519,12 @@ dependencies = [
25182519
"percent-encoding",
25192520
]
25202521

2522+
[[package]]
2523+
name = "valuable"
2524+
version = "0.1.0"
2525+
source = "registry+https://github.com/rust-lang/crates.io-index"
2526+
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2527+
25212528
[[package]]
25222529
name = "want"
25232530
version = "0.3.0"

linkerd/app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ tokio = { version = "1", features = ["rt"] }
2929
tokio-stream = { version = "0.1.8", features = ["time", "sync"] }
3030
tonic = { version = "0.6", default-features = false, features = ["prost"] }
3131
tower = "0.4.11"
32-
tracing = "0.1.29"
32+
tracing = "0.1.30"

linkerd/app/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ thiserror = "1.0"
6262
tokio = { version = "1", features = ["macros", "sync", "parking_lot"]}
6363
tokio-stream = { version = "0.1.8", features = ["time"] }
6464
tonic = { version = "0.6", default-features = false, features = ["prost"] }
65-
tracing = "0.1.29"
65+
tracing = "0.1.30"
6666
parking_lot = "0.12"
6767
pin-project = "1"
6868

linkerd/app/gateway/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ linkerd-app-outbound = { path = "../outbound" }
1515
thiserror = "1.0"
1616
tokio = { version = "1", features = ["sync"] }
1717
tower = { version = "0.4.11", default-features = false }
18-
tracing = "0.1.29"
18+
tracing = "0.1.30"
1919

2020
[dev-dependencies]
2121
tokio = { version = "1", features = ["rt", "macros"] }

linkerd/app/inbound/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ thiserror = "1.0"
2222
tokio = { version = "1", features = ["sync"] }
2323
tonic = { version = "0.6", default-features = false }
2424
tower = { version = "0.4.11", features = ["util"] }
25-
tracing = "0.1.29"
25+
tracing = "0.1.30"
2626

2727
[target.'cfg(fuzzing)'.dependencies]
2828
hyper = { version = "0.14.16", features = ["http1", "http2"] }

linkerd/app/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tokio-stream = { version = "0.1.8", features = ["sync"] }
3737
tokio-rustls = "0.22"
3838
tower = { version = "0.4.11", default-features = false }
3939
tonic = { version = "0.6", default-features = false }
40-
tracing = "0.1.29"
40+
tracing = "0.1"
4141
webpki = "0.21"
4242
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "std"] }
4343

linkerd/app/outbound/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ parking_lot = "0.12"
2727
thiserror = "1.0"
2828
tokio = { version = "1", features = ["sync"] }
2929
tower = { version = "0.4.11", features = ["util"] }
30-
tracing = "0.1.29"
30+
tracing = "0.1.30"
3131
pin-project = "1"
3232

3333
[dev-dependencies]

linkerd/app/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tokio = { version = "1", features = ["io-util", "net", "rt", "sync"] }
3131
tokio-test = "0.4"
3232
tokio-stream = { version = "0.1.8", features = ["sync"] }
3333
tower = { version = "0.4.11", default-features = false }
34-
tracing = "0.1.29"
34+
tracing = "0.1.30"
3535
thiserror = "1"
3636

3737
[dependencies.tracing-subscriber]

linkerd/cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linkerd-stack = { path = "../stack" }
1313
parking_lot = "0.12"
1414
tokio = { version = "1", default-features = false, features = ["macros", "rt", "sync", "time"] }
1515
tower = { version = "0.4.11", default-features = false, features = ["util"] }
16-
tracing = "0.1.29"
16+
tracing = "0.1.30"
1717

1818
[dev-dependencies]
1919
tokio = { version = "1", default-features = false, features = ["test-util", "time"] }

linkerd/detect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ linkerd-stack = { path = "../stack" }
1515
tokio = { version = "1", features = ["time"] }
1616
thiserror = "1.0"
1717
tower = "0.4.11"
18-
tracing = "0.1.29"
18+
tracing = "0.1.30"

0 commit comments

Comments
 (0)