Skip to content

Commit

Permalink
Merge branch 'master' of github.com:amphitheatre-app/amphitheatre
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 31, 2024
2 parents f8bc779 + ba186f6 commit b375f40
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kube = { version = "0.88.0", default-features = false, features = ["runtime", "d
k8s-openapi = { version = "0.21.0", default-features = false, features = ["schemars", "v1_28"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9.30"
serde_yaml = "0.9.31"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
toml = "0.8.8"
Expand Down
2 changes: 1 addition & 1 deletion apiserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] }
utoipa-swagger-ui = { version = "6.0.0", features = ["axum"] }
uuid = { version = "1.7.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }
url.workspace = true
chrono = "0.4.31"
chrono = "0.4.33"

0 comments on commit b375f40

Please sign in to comment.