Skip to content

Commit 0d8e571

Browse files
committed
Bump MSRV to 1.85.0 and use request for the login API
1 parent 3050da8 commit 0d8e571

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+706
-446
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
contents: read
1010

1111
env:
12-
RUST_MSRV: 1.82.0
12+
RUST_MSRV: 1.85.0
1313
CARGO_INCREMENTAL: 0
1414
CARGO_PROFILE_TEST_DEBUG: 0
1515

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010

1111
### Changed
1212

13-
- Update dependencies.
1413
- **BREAKING**: Shutdown when trying to open admin interface in invalid context.
14+
- Update dependencies.
15+
- Bump MSRV to 1.85.0.
16+
- Use `reqwest` for the login API.
1517

1618
## 0.4.0 (2025-02-11)
1719

0 commit comments

Comments
 (0)