Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and barrbrain committed May 15, 2023
1 parent 2a62bca commit cad5348
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ clap = { version = "4.2.7", optional = true, default-features = false, features
"wrap_help",
"derive",
] }
clap_complete = { version = "4.2.1", optional = true }
clap_complete = { version = "4.2.3", optional = true }
libc = "0.2"
y4m = { version = "0.8", optional = true }
backtrace = { version = "0.3", optional = true }
Expand All @@ -101,7 +101,7 @@ console = { version = "0.15", optional = true }
fern = { version = "0.6", optional = true }
itertools = "0.10"
simd_helpers = "0.1"
wasm-bindgen = { version = "0.2.84", optional = true }
wasm-bindgen = { version = "0.2.86", optional = true }
rust_hawktracer = "0.7.0"
nom = { version = "7.1.3", optional = true }
new_debug_unreachable = "1.0.4"
Expand Down

0 comments on commit cad5348

Please sign in to comment.