Update mongodb example (#2944)

This commit is contained in:
Jonas Platte
2024-09-28 23:40:52 +02:00
committed by GitHub
parent 52fd139a86
commit 3df15fd2ea
2 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
mongodb = "2.8.0"
mongodb = "3.1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }
tower-http = { version = "0.5.0", features = ["add-extension", "trace"] }
tower-http = { version = "0.6.1", features = ["add-extension", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }