diff --git a/Cargo.lock b/Cargo.lock index c8b45a70..cadb11e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,9 +1221,9 @@ dependencies = [ [[package]] name = "license" -version = "3.6.0+3.26.0" +version = "3.7.0+3.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b517725daf998729e5ef4c4881cdde19cd5bbdde09741ba1b0f1ba0ce018961" +checksum = "e2db9430f1c0c6079d5650a97674467ff3934cb852400817eeb6c216b0a4eddb" dependencies = [ "reword", "serde", diff --git a/Cargo.toml b/Cargo.toml index 50ab8dde..50dc967c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ async-trait = "0.1" chrono = "0.4" dashmap = { version = "6.0", features = ["serde"] } default-test = "0.1" -license = "3.0" +license = "3.7" log = { version = "0.4", features = ["std", "serde"] } log4rs = { version = "1.2", features = ["console_appender", "file_appender", "toml_format"] } num-traits = "0.2"