diff --git a/Cargo.lock b/Cargo.lock index 8d37ee1..ce20a62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" [[package]] name = "log" -version = "0.4.27" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" +checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" [[package]] name = "memoffset" diff --git a/Cargo.toml b/Cargo.toml index 49db4c8..13ff4e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tracing-log = ["tracing-subscriber/tracing-log"] [dependencies] arc-swap = "~1" # It's OK to ask for std on log, because pyo3 needs it too. -log = { version = "~0.4.4", default-features = false, features = ["std"] } +log = { version = "~0.4.28", default-features = false, features = ["std"] } pyo3 = { version = ">=0.23, <0.26", default-features = false } tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", default-features = false, features = [ "std", "fmt", "ansi" ] }