Skip to content

Commit

Permalink
CI: allow pin-project-lite in public dependencies (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
mladedav authored and jplatte committed Nov 16, 2024
1 parent feee742 commit 893bb75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions axum-extra/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ allowed = [
"headers_core",
"http",
"http_body",
"pin_project_lite",
"prost",
"serde",
"tokio",
Expand Down
1 change: 1 addition & 0 deletions axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ allowed = [
"futures_core",
"futures_sink",
"futures_util",
"pin_project_lite",
"tower_layer",
"tower_service",

Expand Down

0 comments on commit 893bb75

Please sign in to comment.