diff --git a/Cargo.lock b/Cargo.lock index 05124b4..d0c9c82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,9 +888,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" dependencies = [ "equivalent", "hashbrown", @@ -1691,9 +1691,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.112" +version = "1.0.113" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed" +checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index ffa69f0..414577b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" anyhow = "1.0" bytes = "1.3" chrono = "0.4" -diesel = { version = "2.0", features = ["sqlite", "r2d2"] } +diesel = { version = "2.1", features = ["sqlite", "r2d2"] } futures = "0.3" hyper = "1.0" indoc = "1.0" @@ -33,7 +33,7 @@ url = "2.3" urlencoding = "2" axum = { version = "0.7", features = ["multipart"] } http = "1.0" -toml = "0.5.10" -tracing = "0.1.40" -tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"] } -tokio-rayon = "2.1.0" +toml = "0.5" +tracing = "0.1" +tracing-subscriber = { version = "0.3", features = ["env-filter", "tracing-log"] } +tokio-rayon = "2.1"