Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update jsonwebtoken requirement from 8.0 to 9.3 #464

Merged
merged 7 commits into from
May 13, 2024
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
9 changes: 7 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
matrix:
rust:
- name: MSRV
toolchain: "1.70"
toolchain: "1.73"
nightly: false
- name: Stable
toolchain: stable
Expand All @@ -58,7 +58,12 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
if: matrix.rust.name == 'MSRV'
- run: cargo -Z minimal-versions update
- name: cargo -Z minimal-versions update
run: |
set -x
cargo -Z minimal-versions update
cargo update --precise 1.3.0 lazy_static
cargo update tracing
if: matrix.rust.name == 'MSRV'
- uses: dtolnay/rust-toolchain@master
with:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "gotham_restful"
version = "0.8.5"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2021"
rust-version = "1.70.0"
rust-version = "1.73.0"
description = "RESTful additions for the gotham web framework"
keywords = ["gotham", "rest", "restful", "web", "http"]
categories = ["web-programming", "web-programming::http-server"]
Expand All @@ -31,7 +31,7 @@ thiserror = "1.0.2"
base64 = { version = "0.22", optional = true }
gotham_middleware_diesel = { version = "0.5.1", optional = true }
gotham_restful_redoc = { version = "0.2.5", path = "./redoc", optional = true }
jsonwebtoken = { version = "8.0", default-features = false, optional = true }
jsonwebtoken = { version = "9.3", default-features = false, optional = true }
lazy-regex = { version = "3.0", optional = true }
openapi_type = { version = "0.4.3", optional = true }
parking_lot = { version = "0.12", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<a href="https://msrd0.github.io/gotham_restful/doc/gotham_restful/index.html">
<img alt="rustdoc" src="https://img.shields.io/badge/docs-main-blue.svg"/>
</a>
<a href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html">
<img alt="Rust 1.70+" src="https://img.shields.io/badge/rustc-1.70+-orange.svg"/>
<a href="https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html">
<img alt="Rust 1.73+" src="https://img.shields.io/badge/rustc-1.73+-orange.svg"/>
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img alt="License: Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"/>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<a href="https://msrd0.github.io/gotham_restful/doc/gotham_restful/index.html">
<img alt="rustdoc" src="https://img.shields.io/badge/docs-main-blue.svg"/>
</a>
<a href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html">
<img alt="Rust 1.70+" src="https://img.shields.io/badge/rustc-1.70+-orange.svg"/>
<a href="https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html">
<img alt="Rust 1.73+" src="https://img.shields.io/badge/rustc-1.73+-orange.svg"/>
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img alt="License: Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"/>
Expand Down Expand Up @@ -427,7 +427,7 @@ limitations under the License.
```

[contributors]: https://github.com/msrd0/gotham_restful/graphs/contributors
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG1wMqlyBOZbVG8EorMHhPjhfG72VrtCGBBrLGwHK4FQ6TmUvYXKEG5SJ8EcO8pvsG6aAql37ujSmG2rGlxSAmKbZG4WCYbMMmkI6YWSEgmZnb3RoYW1lMC43LjSCbmdvdGhhbV9yZXN0ZnVsZTAuOC41gmxvcGVuYXBpX3R5cGVlMC40LjOCanNlcmRlX2pzb25nMS4wLjExNw
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG_c05bNSqfUVG2tdi6p1jFmpG4qq1UVcYL2XGy6DEJ4tSdgGYXKEG5SJ8EcO8pvsG6aAql37ujSmG2rGlxSAmKbZG4WCYbMMmkI6YWSEgmZnb3RoYW1lMC43LjSCbmdvdGhhbV9yZXN0ZnVsZTAuOC41gmxvcGVuYXBpX3R5cGVlMC40LjOCanNlcmRlX2pzb25nMS4wLjExNw
[__link0]: https://crates.io/crates/gotham/0.7.4
[__link1]: https://doc.rust-lang.org/stable/std/primitive.i64.html
[__link10]: https://docs.rs/gotham/0.7.4/gotham/?search=state::State
Expand Down
2 changes: 1 addition & 1 deletion crates-io.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gotham-restful [![Rust 1.70+](https://img.shields.io/badge/rustc-1.70+-orange.svg)](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html) [![License Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![GitHub](https://img.shields.io/badge/Code-On%20Github-blue?logo=GitHub)](https://github.com/msrd0/gotham_restful)
# gotham-restful [![Rust 1.73+](https://img.shields.io/badge/rustc-1.73+-orange.svg)](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html) [![License Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![GitHub](https://img.shields.io/badge/Code-On%20Github-blue?logo=GitHub)](https://github.com/msrd0/gotham_restful)

{{readme}}

Expand Down
4 changes: 2 additions & 2 deletions crates-io.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gotham-restful [![Rust 1.70+](https://img.shields.io/badge/rustc-1.70+-orange.svg)](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html) [![License Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![GitHub](https://img.shields.io/badge/Code-On%20Github-blue?logo=GitHub)](https://github.com/msrd0/gotham_restful)
# gotham-restful [![Rust 1.73+](https://img.shields.io/badge/rustc-1.73+-orange.svg)](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html) [![License Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![GitHub](https://img.shields.io/badge/Code-On%20Github-blue?logo=GitHub)](https://github.com/msrd0/gotham_restful)

This crate is an extension to the popular [gotham web framework][__link0] for Rust. It allows you to
create resources with assigned endpoints that aim to be a more convenient way of creating handlers
Expand Down Expand Up @@ -395,7 +395,7 @@ limitations under the License.
```

[contributors]: https://github.com/msrd0/gotham_restful/graphs/contributors
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG_4bTZNKJJQjG9mY7gyonDwiGzyLNfy_TTeTG4ZZiZJodNyaYXKEG5SJ8EcO8pvsG6aAql37ujSmG2rGlxSAmKbZG4WCYbMMmkI6YWSEgmZnb3RoYW1lMC43LjSCbmdvdGhhbV9yZXN0ZnVsZTAuOC41gmxvcGVuYXBpX3R5cGVlMC40LjOCanNlcmRlX2pzb25nMS4wLjExNw
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG6RlNYoaGGVNG14HXEhSOW3-GwDJMt780dDKG2uMqUakEThCYXKEG5SJ8EcO8pvsG6aAql37ujSmG2rGlxSAmKbZG4WCYbMMmkI6YWSEgmZnb3RoYW1lMC43LjSCbmdvdGhhbV9yZXN0ZnVsZTAuOC41gmxvcGVuYXBpX3R5cGVlMC40LjOCanNlcmRlX2pzb25nMS4wLjExNw
[__link0]: https://crates.io/crates/gotham/0.7.4
[__link1]: https://doc.rust-lang.org/stable/std/primitive.i64.html
[__link10]: https://docs.rs/gotham/0.7.4/gotham/?search=state::State
Expand Down