Skip to content

Commit 2a6c00a

Browse files
committed
Set Authorization header in Meilisearch HTTP client
Claude Assisted
1 parent 488f8c7 commit 2a6c00a

File tree

6 files changed

+368
-85
lines changed

6 files changed

+368
-85
lines changed

Cargo.lock

Lines changed: 8 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ http = "1.4.0"
4444
hyper = "1.8.1"
4545
itertools = "0.13.0"
4646
jsonwebtoken = { version = "10.2", features = ["rust_crypto"] }
47-
meilisearch-sdk = "0.32.0"
47+
meilisearch-sdk = { version = "0.32.0", default-features = false, features = ["reqwest", "tls", "jwt_rust_crypto"] }
4848
k8s-openapi = { version = "0.27", features = ["v1_32"] }
4949
md-5 = "0.10.6"
5050
mime_guess = "2.0.5"

0 commit comments

Comments
 (0)