Skip to content

Commit

Permalink
Update crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jan 14, 2025
1 parent 08df222 commit 0188de1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ crate-type = ["cdylib"]

[dependencies]
pssh-box = "0.1.10"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
url = "2.5.4"
hex = "0.4.3"
wasm-bindgen = { version = "0.2.99" }
Expand All @@ -24,7 +24,7 @@ wasm-log = "0.3.1"
js-sys = "0.3.76"
console_error_panic_hook = "0.1.7"
html-escape = "0.2.13"
thiserror = "2.0.9"
thiserror = "2.0.11"

[dependencies.web-sys]
version = "0.3.76"
Expand Down

0 comments on commit 0188de1

Please sign in to comment.