Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/axum-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ axum-extra.workspace = true
bytes.workspace = true
chrono.workspace = true
data-encoding = "2.6.0"
futures-util = "0.3.30"
futures-util = "0.3.31"
headers.workspace = true
http.workspace = true
http-body.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
# Async runtime
tokio.workspace = true
futures-util = "0.3.30"
futures-util = "0.3.31"
async-trait.workspace = true

# Logging and tracing
Expand Down
2 changes: 1 addition & 1 deletion crates/http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
async-trait.workspace = true
bytes.workspace = true
futures-util = "0.3.30"
futures-util = "0.3.31"
headers.workspace = true
http.workspace = true
http-body.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/iana-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async-trait.workspace = true
camino.workspace = true
convert_case = "0.6.0"
csv = "1.3.0"
futures-util = "0.3.30"
futures-util = "0.3.31"
reqwest = { version = "0.12.8", default-features = false, features = [
"rustls-tls",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
[dependencies]
bytes.workspace = true
event-listener = "5.3.1"
futures-util = "0.3.30"
futures-util = "0.3.31"
http-body.workspace = true
hyper = { workspace = true, features = ["server"] }
hyper-util.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/oidc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ base64ct = { version = "1.6.0", features = ["std"] }
bytes.workspace = true
chrono.workspace = true
form_urlencoded = "1.2.1"
futures-util = "0.3.30"
futures-util = "0.3.31"
headers.workspace = true
http.workspace = true
language-tags = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/storage-pg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
tracing.workspace = true
futures-util = "0.3.30"
futures-util = "0.3.31"
opentelemetry-semantic-conventions.workspace = true

rand.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true
async-trait.workspace = true
chrono.workspace = true
thiserror.workspace = true
futures-util = "0.3.30"
futures-util = "0.3.31"

apalis-core = { version = "0.4.9", features = ["tokio-comp"] }
opentelemetry.workspace = true
Expand Down
Loading