From 1fe56b0d99fefd844d689f190059d279eeba8005 Mon Sep 17 00:00:00 2001 From: Markus Legner Date: Thu, 1 Feb 2024 13:41:58 +0100 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 4 ++-- crates/scion-proto/Cargo.toml | 2 +- crates/scion/Cargo.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36154ed..b175dcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,11 +10,11 @@ members = [ [workspace.dependencies] bytes = "1.5.0" -chrono = { version = "0.4.31", default-features = false } +chrono = { version = "0.4.33", default-features = false } prost = "0.12" prost-types = "0.12" scion-grpc = { version = "0.1.0", path = "crates/scion-grpc" } -thiserror = "1.0.50" +thiserror = "1.0.56" tonic = "0.10" tonic-build = "0.10" tracing = "0.1.40" diff --git a/crates/scion-proto/Cargo.toml b/crates/scion-proto/Cargo.toml index ffe3032..56b28d3 100644 --- a/crates/scion-proto/Cargo.toml +++ b/crates/scion-proto/Cargo.toml @@ -9,7 +9,7 @@ publish = false bytes = { workspace = true } chrono = { workspace = true } scion-grpc = { workspace = true } -serde = { version = "1.0.188", features = ["derive"] } +serde = { version = "1.0.196", features = ["derive"] } sha2 = "0.10.8" thiserror = { workspace = true } tracing = { workspace = true } diff --git a/crates/scion/Cargo.toml b/crates/scion/Cargo.toml index d051163..057d327 100644 --- a/crates/scion/Cargo.toml +++ b/crates/scion/Cargo.toml @@ -6,21 +6,21 @@ license = "Apache-2.0" publish = false [dependencies] -async-trait = "0.1.74" +async-trait = "0.1.77" bytes = "1.5.0" chrono = { workspace = true, features = ["clock"] } futures = "0.3.30" scion-grpc = { version = "0.1.0", path = "../scion-grpc" } scion-proto = { version = "0.1.0", path = "../scion-proto" } thiserror = { workspace = true } -tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] } tonic = { workspace = true } tracing = { workspace = true } [dev-dependencies] mockall = "0.12.1" -tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros", "test-util"] } -tracing-subscriber = "0.3.17" +tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "test-util"] } +tracing-subscriber = "0.3.18" [lints] workspace = true