Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
olger committed Apr 2, 2024
1 parent 83d4d1d commit 76bc54c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/rust:1.73.0
- image: cimg/rust:1.77.0
environment:
# Set your codecov token if your repository is private.
CODECOV_TOKEN: "CHANGE_TO_VALID_TOKEN"
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ keywords = ["actix", "http", "web", "cryptography"]
license = "MIT"
name = "actix-4-jwt-auth"
repository = "https://github.com/spectare/actix-4-jwt-auth"
version = "1.2.0"
version = "1.2.1"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
actix-web = { version="4.4.1", features=["rustls"]}
actix-web = { version="4.5.1", features=["rustls"]}
biscuit = "0.7.0"
#biscuit = { path = "../biscuit/" }
futures = "0.3.30"
futures-core = {version = "0.3.30", default-features = false, features = ["alloc"]}
futures-util = {version = "0.3.30", default-features = false, features = ["alloc"]}
awc = { version="3.2.0", features=["rustls"] }
awc = { version="3.4.0", features=["rustls"] }
serde = {version = "1", features = ["derive"]}
serde_derive = "1"
serde_json = "1"
thiserror = "1.0.49"
thiserror = "1.0.58"

[dev-dependencies]
pretty_assertions= "1.3.0"
actix-rt = "2.9.0"
bytes = "1.5.0"
ring = "0.17.5"
bytes = "1.6.0"
ring = "0.17.8"
num = "0.4"

0 comments on commit 76bc54c

Please sign in to comment.