Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Nov 9, 2023
1 parent 49a8967 commit 86c4779
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ sea-orm-migration = "0.12"
eyre = "0.6"
tera = "1.3"
futures = "0.3"
opentelemetry = "0.20"
opentelemetry-http = "0.9.0"
opentelemetry-jaeger = "0.19.0"
opentelemetry-prometheus = "0.13.0"
opentelemetry = "0.21.0"
opentelemetry-http = "0.10.00"
opentelemetry-jaeger = "0.20.0"
opentelemetry-prometheus = "0.14.0"
utoipa = "3.3.0"
utoipa-swagger-ui = "*"
tokio-stream = "0.1.14"
async-stream = "0.3.5"
futures-util = { version = "0.3", default-features = true }
jsonwebtoken = "8"
jsonwebtoken = "9"
once_cell = "1"
parking_lot = "0.12"
salvo = { path = "../crates/salvo", default-features = true }
Expand Down

0 comments on commit 86c4779

Please sign in to comment.