Skip to content

Commit

Permalink
Fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Oct 30, 2023
1 parent 323ea3a commit 05e500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tower-compat = ["dep:tower"]
[dependencies]
anyhow = { workspace = true, optional = true }
async-trait = { workspace = true }
base64 = { workspace = true, optional = true }
base64 = { workspace = true }
bytes = { workspace = true }
cookie = { workspace = true, features = ["percent-encode", "private", "signed"], optional = true }
cruet = { workspace = true }
Expand Down

0 comments on commit 05e500c

Please sign in to comment.