diff --git a/Cargo.lock b/Cargo.lock index c4e1e83..1ca2af8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2212,9 +2212,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 e03fd06..1a7aa5c 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -14,7 +14,7 @@ uuid = { version = "1.5.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 685a219..eeaee2a 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -23,7 +23,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"