Skip to content

Commit

Permalink
Merge pull request #50 from neoeinstein/renovate/hyper-ecosystem
Browse files Browse the repository at this point in the history
chore(deps): update hyper ecosystem
  • Loading branch information
neoeinstein authored Apr 5, 2024
2 parents 56b0033 + 9d10d7c commit 44d3f8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aliri_axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ aliri = { version = "0.6.0", path = "../aliri", default-features = false }
aliri_oauth2 = { version = "0.10.0", path = "../aliri_oauth2", default-features = false }
aliri_traits = { version = "0.1.1", path = "../aliri_traits" }
axum-core = "0.3.0"
http = "0.2.8"
http = "0.2.12"
once_cell = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion aliri_reqwest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ task-local-extensions = "0.1.1"
tracing = "0.1"

[dev-dependencies]
http = "0.2.6"
http = "0.2.12"
tokio = { version = "1", features = [ "macros", "time" ] }

[package.metadata.workspaces]
Expand Down
2 changes: 1 addition & 1 deletion aliri_tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aliri_traits = { version = "0.1.1", path = "../aliri_traits" }
aliri_oauth2 = { version = "0.10.0", path = "../aliri_oauth2", features = [ "reqwest" ] }
bytes = "1.1.0"
http = "0.2"
http-body = "0.4.4"
http-body = "0.4.6"
serde = { version = "1", features = [ "derive" ] }
thiserror = "1"
tracing = "0.1"
Expand Down

0 comments on commit 44d3f8e

Please sign in to comment.