Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsw committed Apr 13, 2024
1 parent 4e00564 commit 9d3587e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ savant_core = { path = "savant_core" }
savant_core_py = { path = "savant_core_py" }

[workspace.package]
version = "0.2.21"
version = "0.2.22"
edition = "2021"
authors = ["Ivan Kudriavtsev <[email protected]>"]
description = "Savant Rust core functions library"
Expand Down
2 changes: 1 addition & 1 deletion savant_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ crc32fast = "1"
crossbeam = "0.8"
derive_builder = "0.13"
evalexpr = { version = "11", features = ["rand", "regex_support"] }
etcd_dynamic_state = "0.2.10"
etcd_dynamic_state = { git = "https://github.com/insight-platform/etcd_dynamic_state", tag = "0.2.11" }
geo = "0.26"
hashbrown = { version = "0.14", features = ["raw", "serde"] }
jmespath = { version = "0.3", features = ["sync"] }
Expand Down

0 comments on commit 9d3587e

Please sign in to comment.