Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
koskeller committed Feb 17, 2024
1 parent bcea58c commit ed83c87
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 44 deletions.
73 changes: 37 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ path = "src/main.rs"
name = "server"

[dependencies]
tokio = { version = "1.35.0", features = ["full"] }
axum = "0.7.3"
tokio = { version = "1.36.0", features = ["full"] }
axum = "0.7.4"
hyper = "1.1.0"
tower = { version = "0.4.13", features = []}
tower-http = { version = "0.5.0", features = ["timeout", "request-id", "cors"] }
tower-http = { version = "0.5.1", features = ["timeout", "request-id", "cors"] }

sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio-rustls", "macros", "migrate", "chrono", "json", "uuid"] }

tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }

reqwest = { version = "0.11.22", default-features = false, features = ["json", "rustls-tls"] }
chrono = { version = "0.4.26", features = ["serde"] }
serde = { version = "1.0.171", features = ["derive"] }
serde_json = "1.0.102"
reqwest = { version = "0.11.24", default-features = false, features = ["json", "rustls-tls"] }
chrono = { version = "0.4.34", features = ["serde"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
uuid = { version = "1.7.0", features = ["v7", "serde"] }

dotenv = "0.15.0"
anyhow = "1.0.71"
anyhow = "1.0.79"

0 comments on commit ed83c87

Please sign in to comment.