-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump utoipa version, update dep license file (#453)
* chore: bump utoipa version Signed-off-by: Keming <[email protected]> * bump dep version in license file Signed-off-by: Keming <[email protected]> --------- Signed-off-by: Keming <[email protected]>
- Loading branch information
Showing
3 changed files
with
68 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
[ | ||
{ | ||
"name": "argh", | ||
"version": "0.1.10", | ||
"authors": "Taylor Cramer <[email protected]>|Benjamin Brittain <[email protected]>|Erick Tryzelaar <[email protected]>", | ||
"repository": "https://github.com/google/argh", | ||
"license": "BSD-3-Clause", | ||
"license_file": null, | ||
"description": "Derive-based argument parser optimized for code size" | ||
}, | ||
{ | ||
"name": "async-channel", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"authors": "Stjepan Glavina <[email protected]>", | ||
"repository": "https://github.com/smol-rs/async-channel", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "Async multi-producer multi-consumer channel" | ||
}, | ||
{ | ||
"name": "async-stream", | ||
"version": "0.3.5", | ||
"authors": "Carl Lerche <[email protected]>", | ||
"repository": "https://github.com/tokio-rs/async-stream", | ||
"license": "MIT", | ||
"license_file": null, | ||
"description": "Asynchronous streams using async & await notation" | ||
}, | ||
{ | ||
"name": "axum", | ||
"version": "0.6.18", | ||
"version": "0.6.20", | ||
"authors": null, | ||
"repository": "https://github.com/tokio-rs/axum", | ||
"license": "MIT", | ||
|
@@ -28,7 +28,7 @@ | |
}, | ||
{ | ||
"name": "bytes", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"authors": "Carl Lerche <[email protected]>|Sean McArthur <[email protected]>", | ||
"repository": "https://github.com/tokio-rs/bytes", | ||
"license": "MIT", | ||
|
@@ -46,7 +46,7 @@ | |
}, | ||
{ | ||
"name": "hyper", | ||
"version": "0.14.26", | ||
"version": "0.14.27", | ||
"authors": "Sean McArthur <[email protected]>", | ||
"repository": "https://github.com/hyperium/hyper", | ||
"license": "MIT", | ||
|
@@ -55,7 +55,7 @@ | |
}, | ||
{ | ||
"name": "mosec", | ||
"version": "0.7.1", | ||
"version": "0.8.1", | ||
"authors": "Keming <[email protected]>|Zichen <[email protected]>", | ||
"repository": "https://github.com/mosecorg/mosec", | ||
"license": "Apache-2.0", | ||
|
@@ -64,7 +64,7 @@ | |
}, | ||
{ | ||
"name": "once_cell", | ||
"version": "1.17.2", | ||
"version": "1.18.0", | ||
"authors": "Aleksey Kladov <[email protected]>", | ||
"repository": "https://github.com/matklad/once_cell", | ||
"license": "Apache-2.0 OR MIT", | ||
|
@@ -73,16 +73,34 @@ | |
}, | ||
{ | ||
"name": "prometheus-client", | ||
"version": "0.21.1", | ||
"version": "0.21.2", | ||
"authors": "Max Inden <[email protected]>", | ||
"repository": "https://github.com/prometheus/client_rust", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "Open Metrics client library allowing users to natively instrument applications." | ||
}, | ||
{ | ||
"name": "serde", | ||
"version": "1.0.188", | ||
"authors": "Erick Tryzelaar <[email protected]>|David Tolnay <[email protected]>", | ||
"repository": "https://github.com/serde-rs/serde", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "A generic serialization/deserialization framework" | ||
}, | ||
{ | ||
"name": "serde_json", | ||
"version": "1.0.107", | ||
"authors": "Erick Tryzelaar <[email protected]>|David Tolnay <[email protected]>", | ||
"repository": "https://github.com/serde-rs/json", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "A JSON serialization file format" | ||
}, | ||
{ | ||
"name": "tokio", | ||
"version": "1.28.2", | ||
"version": "1.33.0", | ||
"authors": "Tokio Contributors <[email protected]>", | ||
"repository": "https://github.com/tokio-rs/tokio", | ||
"license": "MIT", | ||
|
@@ -91,7 +109,7 @@ | |
}, | ||
{ | ||
"name": "tracing", | ||
"version": "0.1.37", | ||
"version": "0.1.39", | ||
"authors": "Eliza Weisman <[email protected]>|Tokio Contributors <[email protected]>", | ||
"repository": "https://github.com/tokio-rs/tracing", | ||
"license": "MIT", | ||
|
@@ -106,5 +124,23 @@ | |
"license": "MIT", | ||
"license_file": null, | ||
"description": "Utilities for implementing and composing `tracing` subscribers." | ||
}, | ||
{ | ||
"name": "utoipa", | ||
"version": "4.0.0", | ||
"authors": "Juha Kukkonen <[email protected]>", | ||
"repository": "https://github.com/juhaku/utoipa", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "Compile time generated OpenAPI documentation for Rust" | ||
}, | ||
{ | ||
"name": "utoipa-swagger-ui", | ||
"version": "4.0.0", | ||
"authors": "Juha Kukkonen <[email protected]>", | ||
"repository": "https://github.com/juhaku/utoipa", | ||
"license": "Apache-2.0 OR MIT", | ||
"license_file": null, | ||
"description": "Swagger UI for utoipa" | ||
} | ||
] |