diff --git a/Cargo.lock b/Cargo.lock index 84f323a7..dc7727b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1454,9 +1454,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.14" +version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" +checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ "cfg-if 1.0.0", ] diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 0643e08f..bf901c05 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -39,7 +39,7 @@ diesel = { version = "1.4.8", features = ["r2d2", "postgres"] } env_logger = "0.9.0" futures = "0.3.25" jsonwebtoken = "7.2.0" -log = "0.4.14" +log = "0.4.17" num_cpus = "1.13.0" openssl = "0.10.38" r2d2 = "0.8.9" diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index 99c8f415..3b1e449f 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -28,7 +28,7 @@ webapp = { version = "1.0.0", path = ".." } [dependencies] anyhow = "1.0.51" -log = "0.4.14" +log = "0.4.17" serde = { version = "1.0.147", features = ["derive"] } stdweb = "0.4.20" thiserror = "1.0.30"