Skip to content

Commit

Permalink
chore(deps): update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent bf83f3d commit 8a8e9f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ figment_file_provider_adapter = "0.1"
hickory-resolver = "0.24"
humantime = "2"
humantime-serde = "1"
itertools = "0.13"
itertools = "0.14"
native-tls = { version = "0.2", features = ["vendored"] }
once_cell = "1"
reqwest = { version = "0.12", features = ["blocking", "json"] }
Expand All @@ -39,20 +39,20 @@ cfg-if = "1"
diesel = { version = "2", features = ["sqlite", "chrono"]}
diesel_migrations = { version = "2", features = ["sqlite"]}
directories = "5"
libsqlite3-sys = { version = "0.30", features = ["bundled"]}
libsqlite3-sys = { version = "0.31", features = ["bundled"]}

# Web server dependencies
aide = { version = "0.13", features = [
aide = { version = "0.14", features = [
"redoc",
"axum",
"axum-extra",
"macros",
] }
axum = { version = "0.7" }
axum = { version = "0.8" }
axum-jsonschema = { version = "0.8", features = [
"aide",
] }
axum-macros = { version = "0.4" }
axum-macros = { version = "0.5" }
futures-util = { version = "0.3" }
http = { version = "1" }
hyper = { version = "1" }
Expand Down

0 comments on commit 8a8e9f4

Please sign in to comment.