Skip to content

Commit

Permalink
Lower dependencies constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 authored Sep 16, 2024
1 parent e70dc9a commit 65d58b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ serde = { version = "1.0", default-features = false, features = ["derive"] }
json-pointer = "0.3.4"
serde_with = "3.6.1"
josekit = "0.8.4"
async-trait = "0.1.82"
anyhow = "1.0.86"
async-trait = "0.1.80"
anyhow = "1"

[dev-dependencies]
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 65d58b2

Please sign in to comment.