diff --git a/Cargo.lock b/Cargo.lock index d9229432..88d9366e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,9 +361,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "crc32fast" -version = "1.4.2" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" +checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" dependencies = [ "cfg-if", ] @@ -1800,9 +1800,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick_cache" -version = "0.6.2" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec932c60e6faf77dc6601ea149a23d821598b019b450bb1d98fe89c0301c0b61" +checksum = "27a893a83255c587d31137bc7e350387b49267b0deac44120fd8fa8bd0d61645" dependencies = [ "ahash", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index 2b891c7b..ef34f4e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ resolver = "2" enum_dispatch = "0.3.11" enum-as-inner = "0.5.1" fxhash = "0.2.1" -tracing = { version = "0.1", features = ["release_max_level_warn"] } +tracing = { version = "0.1" } serde_columnar = { version = "0.3.7" } serde_json = "1.0" thiserror = "1" diff --git a/crates/loro-internal/Cargo.toml b/crates/loro-internal/Cargo.toml index 8080d062..8d2175a3 100644 --- a/crates/loro-internal/Cargo.toml +++ b/crates/loro-internal/Cargo.toml @@ -50,8 +50,8 @@ num-traits = "0.2" num-derive = "0.3" either = "1" md5 = "0.7.0" -tracing = { version = "0.1", features = ["release_max_level_warn"] } arref = "0.1.0" +tracing = { version = "0.1" } nonmax = "0.5.5" diff --git a/crates/loro-wasm/Cargo.toml b/crates/loro-wasm/Cargo.toml index 397e8e1d..773ec27b 100644 --- a/crates/loro-wasm/Cargo.toml +++ b/crates/loro-wasm/Cargo.toml @@ -19,7 +19,7 @@ getrandom = { version = "0.2.15", features = ["js"] } serde = { workspace = true } rle = { path = "../rle", package = "loro-rle" } tracing-wasm = "0.2.1" -tracing = { version = "0.1" } +tracing = { version = "0.1", features = ["release_max_level_warn"] } serde_json = "1" [features]