Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw committed Apr 13, 2024
1 parent fe38b0f commit ad1f54f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "etcd_dynamic_state"
version = "0.2.10"
version = "0.2.11"
edition = "2021"
authors = ["Ivan Kudriavtsev <ivan.a.kudryavtsev@gmail.com>"]
description = "Etcd dynamic state library"
Expand All @@ -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"


Expand All @@ -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"]

0 comments on commit ad1f54f

Please sign in to comment.