Skip to content

Commit

Permalink
update anyhow and thiserror to stable major
Browse files Browse the repository at this point in the history
  • Loading branch information
lherman-cs committed Dec 26, 2024
1 parent 139877c commit c288493
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 @@ -7,14 +7,14 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
anyhow = "1.0.93"
anyhow = "1"
chrono = "0.4.38"
ed25519-dalek = "2.1.1"
hex = "0.4.3"
js-sys = "0.3.72"
jwt-compact = { version = "0.8.0", features = ["ciborium", "ed25519-dalek"] }
serde = { version = "1.0.214", features = ["derive"] }
thiserror = "2.0.3"
thiserror = "2"
wasm-bindgen = "0.2.95"

[profile.release]
Expand Down

0 comments on commit c288493

Please sign in to comment.