Skip to content

Commit

Permalink
Merge pull request #106 from amphitheatre-app/dependabot/cargo/amp-co…
Browse files Browse the repository at this point in the history
…mmon-v0.5.5

Bump amp-common from v0.5.4 to v0.5.5
  • Loading branch information
wangeguo authored Nov 29, 2023
2 parents bb012e3 + 7f142db commit 050bffe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 30 deletions.
50 changes: 22 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ members = [
# https://doc.rust-lang.org/cargo/reference/workspaces.html#the-workspacedependencies-table
[workspace.dependencies]
anyhow = "1.0"
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.5.4" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.5.5" }
amp-resolver = { path = "resolver" }
amp-resources = { path = "resources" }
async-nats = "0.32.1"
clap = { version = "4.4.8", features = ["derive", "env"] }
dotenv = "0.15.0"
futures = "0.3"
kube = { version = "0.86.0", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
kube = { version = "0.87.1", default-features = false, features = ["runtime", "derive", "rustls-tls"] }
k8s-openapi = { version = "0.20.0", default-features = false, features = ["schemars", "v1_28"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 050bffe

Please sign in to comment.