Skip to content

Commit ba9040c

Browse files
authored
build: BREAKING CHANGE: upgrade tracing-[error|subscriber] (#358)
Signed-off-by: Sean Pianka <pianka@eml.cc>
1 parent 40e2658 commit ba9040c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda-runtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ bytes = "1.0"
2323
http = "0.2"
2424
async-stream = "0.3"
2525
futures = "0.3"
26-
tracing-error = "0.1.2"
26+
tracing-error = "0.2"
2727
tracing = { version = "0.1", features = ["log"] }
2828
tower-service = "0.3"
2929
tokio-stream = "0.1.2"
3030

3131
[dev-dependencies]
32-
tracing-subscriber = "0.2"
32+
tracing-subscriber = "0.3"
3333
once_cell = "1.4.0"
3434
simple_logger = "1.6.0"
3535
log = "^0.4"

0 commit comments

Comments
 (0)