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 12, 2025
1 parent bf83f3d commit 266df83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -42,17 +42,17 @@ directories = "5"
libsqlite3-sys = { version = "0.30", 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 266df83

Please sign in to comment.