Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 4, 2024
1 parent 49bbe43 commit ebac788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/kitsune-http-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bytes = "1.8.0"
futures-util = { version = "0.3.31", default-features = false, features = [
"alloc",
] }
http = "1.1.0"
http-body = "1.0.1"
http-body-util = "0.1.2"
http-signatures = { workspace = true }
Expand Down Expand Up @@ -46,7 +47,6 @@ tower-http = { version = "0.6.1", features = [
"map-response-body",
"timeout",
] }
http = "1.1.0"

[dev-dependencies]
tokio = { workspace = true, features = ["macros", "rt"] }
Expand Down
4 changes: 3 additions & 1 deletion crates/kitsune-wasm-mrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ color-eyre = "0.6.3"
derive_more = { version = "1.0.0", features = ["from"] }
enum_dispatch = "0.3.13"
fred = { workspace = true }
futures-util = { version = "0.3.31", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.31", default-features = false, features = [
"alloc",
] }
http-body-util = "0.1.2"
kitsune-config = { workspace = true }
kitsune-derive = { workspace = true }
Expand Down

0 comments on commit ebac788

Please sign in to comment.