diff --git a/Cargo.lock b/Cargo.lock index 85605a48e..1b9d4ac25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1690,9 +1690,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/rust/cli/Cargo.toml b/rust/cli/Cargo.toml index 231afdeab..aa6e6738e 100644 --- a/rust/cli/Cargo.toml +++ b/rust/cli/Cargo.toml @@ -14,7 +14,7 @@ dirs-next = "^2.0.0" env_logger = "^0.8.3" anyhow = "1.0" thiserror = "1.0" -log = "^0.4.14" +log = "^0.4.17" nom = "^6.1.2" prettytable-rs = "^0.8.0" textwrap = { version="^0.13.4", features=["terminal_size"] } diff --git a/rust/integration-tests/Cargo.toml b/rust/integration-tests/Cargo.toml index 1d57b1a7d..c03cc6b51 100644 --- a/rust/integration-tests/Cargo.toml +++ b/rust/integration-tests/Cargo.toml @@ -16,7 +16,7 @@ actix-web = "^3.3.2" actix-rt = "^1.1.1" tempfile = "3" pretty_assertions = "1" -log = "^0.4.14" +log = "^0.4.17" env_logger = "^0.8.3" lazy_static = "1" diff --git a/rust/sync-server/Cargo.toml b/rust/sync-server/Cargo.toml index 25ac111bf..a27cf2843 100644 --- a/rust/sync-server/Cargo.toml +++ b/rust/sync-server/Cargo.toml @@ -16,7 +16,7 @@ futures = "^0.3.8" serde = "^1.0.125" serde_json = "^1.0" clap = "^2.33.0" -log = "^0.4.14" +log = "^0.4.17" env_logger = "^0.8.3" rusqlite = { version = "0.25", features = ["bundled"] } chrono = { version = "^0.4.10", features = ["serde"] } diff --git a/rust/taskchampion/Cargo.toml b/rust/taskchampion/Cargo.toml index 18caeaadf..b1896ef00 100644 --- a/rust/taskchampion/Cargo.toml +++ b/rust/taskchampion/Cargo.toml @@ -18,7 +18,7 @@ chrono = { version = "^0.4.10", features = ["serde"] } anyhow = "1.0" thiserror = "1.0" ureq = "^2.1.0" -log = "^0.4.14" +log = "^0.4.17" rusqlite = { version = "0.25", features = ["bundled"] } strum = "0.21" strum_macros = "0.21"