Skip to content

Commit

Permalink
build(deps): bump utoipa from 4.2.3 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [utoipa](https://github.com/juhaku/utoipa) from 4.2.3 to 5.1.1.
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-4.2.3...utoipa-5.1.1)

---
updated-dependencies:
- dependency-name: utoipa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 0c94f63 commit 1904239
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 14 deletions.
41 changes: 32 additions & 9 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 bin/nanocld/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ nanocld_client = { version = "0.16", features = ["tokio"] }
metrsd_client = "0.5"
nanocl_stubs = { version = "0.16", features = ["serde", "clap"] }
nanocl_utils = { version = "0.7", features = ["unix", "ntex", "logger"] }
utoipa = { version = "4.2", features = ["yaml"], optional = true }
utoipa = { version = "5.1", features = ["yaml"], optional = true }
notify = "6.1"
ntex-cors = "2"
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion bin/ncdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
nanocld_client = { version = "0.16", features = ["tokio"] }
nanocl_utils = { version = "0.7", features = ["ntex", "logger", "versioning"] }
utoipa = { version = "4.2", features = ["yaml"], optional = true }
utoipa = { version = "5.1", features = ["yaml"], optional = true }
openssl = "0.10"
num_cpus = "1.16.0"
2 changes: 1 addition & 1 deletion bin/ncproxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ notify = { version = "6.1", default-features = false, features = [
] }
nanocld_client = { version = "0.16", features = ["tokio"] }
nanocl_utils = { version = "0.7", features = ["ntex", "logger", "versioning"] }
utoipa = { version = "4.2", features = ["yaml"], optional = true }
utoipa = { version = "5.1", features = ["yaml"], optional = true }
chrono = { version = "0.4", default-features = false, features = [
"std",
"clock",
Expand Down
2 changes: 1 addition & 1 deletion crates/nanocl_stubs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ chrono = { version = "0.4", default-features = false, features = [
"clock",
] }
serde = { version = "1.0", features = ["derive"], optional = true }
utoipa = { version = "4", features = ["uuid", "chrono"], optional = true }
utoipa = { version = "5", features = ["uuid", "chrono"], optional = true }
schemars = { version = "0.8", features = ["uuid1", "chrono"], optional = true }
clap = { version = "4.5", features = ["derive", "cargo"], optional = true }
ipnet = { version = "2.10.0", features = ["serde"] }
2 changes: 1 addition & 1 deletion crates/nanocl_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env_logger = { version = "0.11", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
futures = { version = "0.3", optional = true }
utoipa = { version = "4.2", features = ["yaml"], optional = true }
utoipa = { version = "5.1", features = ["yaml"], optional = true }
utoipa-swagger-ui = { version = "7.0", optional = true }
clap = { version = "4.5", features = ["derive", "cargo"], optional = true }
clap_mangen = { version = "0.2", optional = true }
Expand Down

0 comments on commit 1904239

Please sign in to comment.