Skip to content

Commit

Permalink
Update libs (#14)
Browse files Browse the repository at this point in the history
* update libs
  • Loading branch information
arkadiuszspiewak authored May 31, 2023
1 parent 63e5760 commit 9f73550
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 31 deletions.
45 changes: 19 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ name = "controller"
path = "src/lib.rs"

[dependencies]
git2 = "0.17.1"
tera = "1.18.1"
git2 = "0.17.2"
tera = "1.19.0"
kube = { version = "0.82.2", features = ["derive", "runtime"] }
k8s-openapi = { version = "0.18.0", features = ["v1_24"] }
clap = { version = "4.3.0", features = ["derive"] }
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread", "signal"] }
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread", "signal"] }
backoff = "0.4.0"
futures = "0.3.28"
anyhow = "1.0.71"
log = "0.4.17"
log = "0.4.18"
tracing = "0.1.37"
thiserror = "1.0.40"
schemars = "0.8.12"
Expand All @@ -42,4 +42,4 @@ validator = { version="0.16.0", features=["derive"] }
lazy_static = "1.4.0"
regex = "1.8.3"
prometheus = "0.13.3"
chrono = { version = "0.4.19", default-features = false, features = ["serde"] }
chrono = { version = "0.4.26", default-features = false, features = ["serde"] }

0 comments on commit 9f73550

Please sign in to comment.