rust-example-caster-api
rust-example-caster-api copied to clipboard
A demo Rust API implementation using Tokio, Axum, async-graphql, and SeaORM
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 1.2.0. Release notes Sourced from hyper's releases. v1.2.0 Features http1: support configurable max_headers(num) to client and server (#3523) (b1142448) http2: add config for max_local_error_reset_streams in...
Bumps [async-graphql-parser](https://github.com/async-graphql/async-graphql) from 6.0.10 to 7.0.2. Changelog Sourced from async-graphql-parser's changelog. [7.0.2] 2024-02-18 Fix #[derive(OneofObject)] rejecting enums where the type comes from a macro subsitution #1473 Optimize object proc-macro codegen...
Bumps [async-graphql](https://github.com/async-graphql/async-graphql) from 6.0.10 to 7.0.2. Changelog Sourced from async-graphql's changelog. [7.0.2] 2024-02-18 Fix #[derive(OneofObject)] rejecting enums where the type comes from a macro subsitution #1473 Optimize object proc-macro codegen...
Bumps [async-graphql-axum](https://github.com/async-graphql/async-graphql) from 6.0.10 to 7.0.2. Changelog Sourced from async-graphql-axum's changelog. [7.0.2] 2024-02-18 Fix #[derive(OneofObject)] rejecting enums where the type comes from a macro subsitution #1473 Optimize object proc-macro codegen...
Bumps [sea-orm](https://github.com/SeaQL/sea-orm) from 0.12.4 to 0.12.14. Release notes Sourced from sea-orm's releases. 0.12.14 Added feature flag sqlite-use-returning-for-3_35 to use SQLite's returning SeaQL/sea-orm#2070 Added Loco example SeaQL/sea-orm#2092 0.12.12 Bug Fixes [sea-orm-cli]...
Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 1 to 3. Release notes Sourced from baptiste0928/cargo-install's releases. v3.0.0 Added Runner os version is included in the cache key. (#21) Changed Breaking: The action now runs...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0. Commits 00e9e18 Update url 2.5.0 (#885) 464b1f7 Fix another overflow in punycode encode_into (#880) 912d716 Correct spelling mistake in Position docs (#875) 5f454e2 Added...
Hi, I am working through the README. Everything works great so far (thanks a lot for all of the code) except a `cargo make docker-api up -d` which gives a...
Bumps [biscuit](https://github.com/lawliet89/biscuit) from 0.6.0 to 0.7.0. Release notes Sourced from biscuit's releases. v0.7.0 What's Changed Add Support for P-256 by @Wicpar in lawliet89/biscuit#310 Fix a few typos by @striezel in...