Skip to content

Commit

Permalink
Update regex and pssh-box dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jun 13, 2024
1 parent aa70fb9 commit 4890d99
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 @@ -24,7 +24,7 @@ url = "2.5.0"
chrono = { version = "0.4.38", features = ["serde"] }
num-traits = "0.2.19"
iso8601 = "0.6.1"
regex = "1.10.4"
regex = "1.10.5"
thiserror = "1.0.61"
fs-err = "2.11.0"
tracing = { version = "0.1.40", features = ["attributes"] }
Expand All @@ -44,7 +44,7 @@ ffprobe = { version = "0.4.0", optional = true }
file-format = { version = "0.25.0", features = ["reader"], optional = true }
bstr = { version = "1.9.1", optional = true }
hex-literal = { version = "0.4.1", optional = true }
pssh-box = { version = "0.1.5", optional = true }
pssh-box = { version = "0.1.6", optional = true }

[dev-dependencies]
sha2 = "0.10.8"
Expand Down

0 comments on commit 4890d99

Please sign in to comment.