Skip to content

Commit

Permalink
Merge pull request #2 from shuttle-hq/feat/update_http
Browse files Browse the repository at this point in the history
feat: update to http v1
  • Loading branch information
chesedo authored Mar 23, 2024
2 parents 928eb59 + 061a134 commit f8822ad
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 66 deletions.
171 changes: 129 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tower-jwt"
description = "Tower middleware to parse JWTs on Authorization Bearers"
version = "0.1.1"
version = "0.2.0"
license = "Apache-2.0"
repository = "https://github.com/shuttle-hq/tower-jwt"
documentation = "https://docs.rs/tower-jwt"
Expand All @@ -11,17 +11,17 @@ edition = "2021"

[dependencies]
async-trait = "0.1.77"
headers = "0.3.8"
http = "^0.2.0"
headers = "0.4.0"
http = "^1.0.0"
jsonwebtoken = "9.2.0"
pin-project = "1.1.5"
serde = { version = "1.0.197", features = ["derive"] }
tower = { version = "0.4.13", default-features = false }
tracing = "0.1.40"

[dev-dependencies]
axum = "0.6.13"
axum = "0.7.0"
chrono = { version = "0.4.23", features = ["clock", "serde"] }
hyper = "^0.14.0"
http-body-util = "0.1.1"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
ring = "0.17.8"
Loading

0 comments on commit f8822ad

Please sign in to comment.