Skip to content

Commit

Permalink
coerce-k8s 0.1.8, coerce-redis 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonHartley committed Oct 16, 2023
1 parent bc14319 commit 74b13e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions providers/discovery/coerce-k8s/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coerce-k8s"
version = "0.1.7"
version = "0.1.8"
edition = "2021"
description = "Kubernetes discovery provider, automatically discover cluster peers hosted in Kubernetes, based on a configurable pod-selection label"
license = "Apache-2.0"
Expand All @@ -11,7 +11,7 @@ repository = "https://github.com/leonhartley/coerce-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
coerce = { version = "0.8.10", features = ["remote"] }
coerce = { version = "0.8.11", features = ["remote"] }
kube = { version = "0.78.0", default-features = false, features = ["client", "rustls-tls"] }
k8s-openapi = { version = "0.17.0", features = ["v1_24", "api"] }
tracing = { version = "0.1" }
4 changes: 2 additions & 2 deletions providers/persistence/coerce-redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coerce-redis"
version = "0.4.3"
version = "0.4.4"
authors = ["Leon Hartley <ljph@outlook.com>"]
edition = "2021"
description = "Redis actor persistence provider for Coerce. Supports event sourcing and snapshots"
Expand All @@ -16,7 +16,7 @@ cluster = [
]

[dependencies]
coerce = { version = "0.8.10", features = ["persistence"] }
coerce = { version = "0.8.11", features = ["persistence"] }
async-trait = { version = "0.1.64" }
redis = { version = "0.23.0", features = ["tokio-comp"] }
tokio = { version = "1.28.1", features = ["full"] }
Expand Down

0 comments on commit 74b13e8

Please sign in to comment.