Skip to content

M2/issue 22 rest api#62

Merged
joaquinbejar merged 4 commits into
mainfrom
M2/issue-22-rest-api
Feb 1, 2026
Merged

M2/issue 22 rest api#62
joaquinbejar merged 4 commits into
mainfrom
M2/issue-22-rest-api

Conversation

@joaquinbejar

Copy link
Copy Markdown
Owner

No description provided.

- Move all dependencies to workspace.dependencies in root Cargo.toml
- Update to latest stable versions:
  - tower: 0.4 -> 0.5
  - tower-http: 0.5 -> 0.6
  - rust_decimal: 1.36 -> 1.37
  - axum-test: 15.0 -> 15.7
- Update indexer/Cargo.toml to use workspace = true
- Update api/Cargo.toml to use workspace = true
- program/Cargo.toml already uses workspace = true
- All crates now share the same dependency versions
- tokio: 1.43 -> 1.49.0
- tokio-stream: 0.1 -> 0.1.18
- tokio-test: 0.4 -> 0.4.5
- futures: 0.3 -> 0.3.31
- tower: 0.5 -> 0.5.3
- tower-http: 0.6 -> 0.6.8
- serde: 1.0 -> 1.0.228
- serde_json: 1.0 -> 1.0.149
- chrono: 0.4 -> 0.4.43
- rust_decimal: 1.37 -> 1.40.0
- thiserror: 2.0 -> 2.0.18
- anyhow: 1.0 -> 1.0.100
- tracing: 0.1 -> 0.1.44
- bs58: 0.5 -> 0.5.1
- tonic 0.14: change features from 'tls, tls-roots' to 'tls-native-roots'
- axum 0.8: update route parameter syntax from :param to {param}

Updated dependencies:
- axum: 0.7 -> 0.8
- axum-test: 15.7 -> 18.7
- tonic: 0.12 -> 0.14
- prost: 0.13 -> 0.14
- Remove detailed feature descriptions, guides, examples, and roadmap.
- Retain essential overview with workspace crate and license information.
@joaquinbejar joaquinbejar merged commit 19b37b6 into main Feb 1, 2026
5 checks passed
@joaquinbejar joaquinbejar deleted the M2/issue-22-rest-api branch February 2, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant