Skip to content

Commit

Permalink
Updated prometheus crate version for akri-shared module (#633)
Browse files Browse the repository at this point in the history
* Updated prometheus crate version for akri-shared module

Signed-off-by: ag17sep <animeshgarg@microsoft.com>

* Update patch version

Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: ag17sep <animeshgarg@microsoft.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: ag17sep <animeshgarg@microsoft.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 18, 2023
1 parent 99c78b6 commit af878cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
25 changes: 4 additions & 21 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion shared/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ kube-runtime = "0.80.0"
k8s-openapi = { version = "0.17.0", default-features = false, features = ["schemars", "v1_23"] }
log = "0.4"
mockall = "0.10.2"
prometheus = { version = "0.11.0", features = ["process"] }
prometheus = { version = "0.12.0", features = ["process"] }
rand = "0.8.3"
schemars = "0.8.0"
serde = "1.0"
Expand Down

0 comments on commit af878cd

Please sign in to comment.