Skip to content

Commit bb09a81

Browse files
committed
chore(deps): bump k8s-openapi, kube
1 parent 4137b08 commit bb09a81

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage = "https://inferadb.com"
1717
license = "BSL-1.1"
1818
publish = false
1919
repository = "https://github.com/inferadb/inferadb"
20-
rust-version = "1.78"
20+
rust-version = "1.85"
2121
version = "0.1.0"
2222

2323
[workspace.dependencies]
@@ -128,8 +128,8 @@ url = "2.5"
128128
validator = { version = "0.20", features = ["derive"] }
129129

130130
# Kubernetes client
131-
k8s-openapi = { version = "0.23", features = ["v1_31"] }
132-
kube = { version = "0.97", features = ["client", "derive", "runtime"] }
131+
k8s-openapi = { version = "0.26", features = ["v1_31"] }
132+
kube = { version = "2.0", features = ["client"] }
133133

134134
# TLS (for crypto provider initialization)
135135
rustls = { version = "0.23", default-features = false, features = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Control plane for InferaDB: user authentication, organization management, and va
1818
See [docs/getting-started.md](docs/getting-started.md) for a complete tutorial.
1919

2020
```bash
21-
# Prerequisites: Rust 1.78+, Docker
21+
# Prerequisites: Rust 1.85+, Docker
2222
git clone https://github.com/inferadb/inferadb.git && cd inferadb/management
2323
docker-compose up -d
2424
export INFERADB_MGMT__AUTH__KEY_ENCRYPTION_SECRET=$(openssl rand -base64 32)

docker/fdb-integration-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cargo test --workspace --lib --bins
7171
- Health checks ensure readiness before tests run
7272

7373
2. **Test Runner Container** (`test-runner`)
74-
- Rust 1.83 with FDB client libraries
74+
- Rust 1.85 with FDB client libraries
7575
- Pre-fetches dependencies for faster rebuilds
7676
- Mounts source code for live development
7777
- Caches cargo registry and build artifacts

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ sequenceDiagram
471471
```mermaid
472472
graph LR
473473
subgraph "Runtime"
474-
Rust[Rust 1.78+]
474+
Rust[Rust 1.85+]
475475
Tokio[Tokio<br/>Async Runtime]
476476
end
477477

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This tutorial walks you through setting up and using the InferaDB Management API
44

55
## Prerequisites
66

7-
- **Rust** 1.75+ (install via [rustup](https://rustup.rs/))
7+
- **Rust** 1.85+ (install via [rustup](https://rustup.rs/))
88
- **curl** or similar HTTP client
99

1010
**Note**: This guide uses the in-memory storage backend for quick setup. FoundationDB backend is planned for future multi-instance production deployments but is not yet implemented.

docs/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Management API is designed for high performance:
2424

2525
**Software:**
2626

27-
- Rust: 1.70+
27+
- Rust: 1.85+
2828
- Storage: FoundationDB 7.3.x (3-node cluster) or Memory backend
2929
- Load Tool: k6
3030

0 commit comments

Comments
 (0)