diff --git a/Cargo.lock b/Cargo.lock index 227e9b6..72183e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,9 +2082,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index aefa6f9..24e0814 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -16,5 +16,5 @@ common = { path = "../common" } env_logger = "0.10.0" log = "0.4.19" serde_json = "1.0.97" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } roxmltree = "0.18.0" diff --git a/common/Cargo.toml b/common/Cargo.toml index 3e55454..7c5ef72 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -14,7 +14,7 @@ uuid = { version = "1.4.0", features = ["v4", "fast-rng"] } serde = { version = "1.0", features = ["derive"] } toml = "0.8.0" log = "0.4.19" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } serde_json = "1.0.97" async-trait = "0.1.68" tokio-postgres = "0.7" diff --git a/server/Cargo.toml b/server/Cargo.toml index 07c1297..196fa34 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4.19" mime = "0.3.17" quick-xml = "0.30.0" roxmltree = "0.18.0" -tokio = { version = "1.32.0", features = ["full"] } +tokio = { version = "1.33.0", features = ["full"] } rdkafka = { version = "0.34.0", features = ["zstd", "libz", "external-lz4"] } regex = "1.9.0" lazy_static = "1.4.0"