Skip to content

Commit

Permalink
poem 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Jul 19, 2024
1 parent e745a21 commit e731a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions poem/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem"
version = "3.0.2"
version = "3.0.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down Expand Up @@ -128,11 +128,11 @@ libcookie = { package = "cookie", version = "0.18", features = [
"key-expansion",
"secure",
], optional = true }
opentelemetry-http = { version = "0.12.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.15.0", optional = true }
opentelemetry-http = { version = "0.13.0", optional = true }
opentelemetry-semantic-conventions = { version = "0.16.0", optional = true }
opentelemetry-prometheus = { version = "0.16.0", optional = true }
libprometheus = { package = "prometheus", version = "0.13.0", optional = true }
libopentelemetry = { package = "opentelemetry", version = "0.23.0", features = [
libopentelemetry = { package = "opentelemetry", version = "0.24.0", features = [
"metrics",
], optional = true }
libtempfile = { package = "tempfile", version = "3.2.0", optional = true }
Expand Down

0 comments on commit e731a73

Please sign in to comment.