Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ parking_lot = "0.12"
# registry. The crate's public boundary returns `Error` from `src/error/`.
anyhow = "1"
# HTTP basic authentication encodes its credentials.
base64 = "0.22"
base64 = "0.23"
# `StreamExt::next` over the SSE response body. See the `reqwest` note.
futures-util = { version = "0.3", default-features = false, features = ["std"] }
# Structured diagnostics. Endpoints are always passed through `redact_endpoint`
Expand Down