diff --git a/Cargo.toml b/Cargo.toml index 33b3aff..5e55640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "etcd_dynamic_state" -version = "0.2.10" +version = "0.2.11" edition = "2021" authors = ["Ivan Kudriavtsev "] description = "Etcd dynamic state library" @@ -9,7 +9,7 @@ repository = "https://github.com/insight-platform/etcd_dynamic_state" readme = "README.md" keywords = ["computer-vision", "video-processing"] categories = ["algorithms", "data-structures", "computer-vision"] -license="Apache-2.0" +license = "Apache-2.0" rust-version = "1.70" @@ -24,16 +24,16 @@ codegen-units = 1 [dependencies] log = "0.4" anyhow = "1" -futures = "0.3" -etcd-client = "0.11" async-trait = "0.1" -thiserror = "1" +crc32fast = "1.3" +env_logger = "0.11" +etcd-client = "0.12" +futures = "0.3" glob = "0.3" hashbrown = "0.14" +thiserror = "1" parking_lot = "0.12" -crc32fast = "1.3" -env_logger = "0.10" [dependencies.tokio] -version = "1.35" -features = ["rt-multi-thread"] +version = "1.36" +features = ["rt-multi-thread", "macros"]