diff --git a/Cargo.lock b/Cargo.lock index 1f8e41c..1561120 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" @@ -951,9 +951,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "malloc_buf" diff --git a/Cargo.toml b/Cargo.toml index 22178cf..432b975 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ glyph-names = "0.2.0" #gtk = "0.16.0" image = { version = "0.24.6", default-features = false, features = ["png"] } include-flate = "0.2.0" -log = "0.4.19" +log = "0.4.22" #log = "0.4.17" rusttype = "0.9.3" serde = { version = "1", features = ["derive"] }