Release 1.3.50

poem@1.3.50
poem-dbsession@0.3.50
poem-derive@1.3.50
poem-grpc@0.2.14
poem-grpc-build@0.2.14
poem-lambda@1.3.50
poem-openapi@2.0.21
poem-openapi-derive@2.0.21

Generated by cargo-workspaces
This commit is contained in:
Sunli
2022-12-01 09:38:40 +08:00
parent 61e3024d2e
commit 841d39c8f7
8 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-dbsession"
version = "0.3.49"
version = "0.3.50"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "Session storage with database for Poem."
@@ -45,7 +45,7 @@ __sqlx-rustls = [
]
[dependencies]
poem = { path = "../poem", version = "1.3.49", features = ["session"] }
poem = { path = "../poem", version = "1.3.50", features = ["session"] }
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
serde_json = "1.0.73"

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-derive"
version = "1.3.49"
version = "1.3.50"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "Macros for poem"

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-grpc-build"
version = "0.2.13"
version = "0.2.14"
edition = "2021"
authors = ["sunli <scott_s829@163.com>"]
description = "Codegen module of poem-grpc."

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-grpc"
version = "0.2.13"
version = "0.2.14"
edition = "2021"
authors = ["sunli <scott_s829@163.com>"]
description = "GRPC support for Poem."
@@ -17,7 +17,7 @@ default = []
json-codec = ["serde", "serde_json"]
[dependencies]
poem = { path = "../poem", version = "1.3.49" }
poem = { path = "../poem", version = "1.3.50" }
futures-util = { version = "0.3.17" }
hyper = { version = "0.14.20", features = ["client"] }
@@ -39,7 +39,7 @@ thiserror = "1.0.32"
fastrand = "1.8.0"
[build-dependencies]
poem-grpc-build = { path = "../poem-grpc-build", version = "0.2.13" }
poem-grpc-build = { path = "../poem-grpc-build", version = "0.2.14" }
[package.metadata.workspaces]
independent = true

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-lambda"
version = "1.3.49"
version = "1.3.50"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "Poem for AWS Lambda"
@@ -17,7 +17,7 @@ categories = [
]
[dependencies]
poem = { path = "../poem", version = "1.3.49", default-features = false }
poem = { path = "../poem", version = "1.3.50", default-features = false }
lambda_http = { version = "0.7.0" }

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-openapi-derive"
version = "2.0.20"
version = "2.0.21"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "Macros for poem-openapi"

View File

@@ -1,6 +1,6 @@
[package]
name = "poem-openapi"
version = "2.0.20"
version = "2.0.21"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "OpenAPI support for Poem."
@@ -22,8 +22,8 @@ static-files = ["poem/static-files"]
websocket = ["poem/websocket"]
[dependencies]
poem-openapi-derive = { path = "../poem-openapi-derive", version = "2.0.20" }
poem = { path = "../poem", version = "1.3.49", features = [
poem-openapi-derive = { path = "../poem-openapi-derive", version = "2.0.21" }
poem = { path = "../poem", version = "1.3.50", features = [
"multipart",
"tempfile",
"cookie",
@@ -66,7 +66,7 @@ humantime = { version = "2.1.0", optional = true }
[dev-dependencies]
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }
poem = { path = "../poem", version = "1.3.49", features = ["test"] }
poem = { path = "../poem", version = "1.3.50", features = ["test"] }
[package.metadata.docs.rs]
all-features = true

View File

@@ -1,6 +1,6 @@
[package]
name = "poem"
version = "1.3.49"
version = "1.3.50"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
description = "Poem is a full-featured and easy-to-use web framework with the Rust programming language."
@@ -63,7 +63,7 @@ embed = ["rust-embed", "hex", "mime_guess"]
xml = ["quick-xml"]
[dependencies]
poem-derive = { path = "../poem-derive", version = "1.3.49" }
poem-derive = { path = "../poem-derive", version = "1.3.50" }
async-trait = "0.1.51"
bytes = "1.1.0"