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 22, 2023
1 parent b3e5f87 commit 0cbfd71
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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 @@ -69,13 +69,13 @@ dump_lookahead_data = ["byteorder", "image"]
arg_enum_proc_macro = "0.3"
bitstream-io = "1"
cfg-if = "1.0"
clap = { version = "4.2.7", optional = true, default-features = false, features = [
clap = { version = "4.3.0", optional = true, default-features = false, features = [
"color",
"std",
"wrap_help",
"derive",
] }
clap_complete = { version = "4.2.3", optional = true }
clap_complete = { version = "4.3.0", optional = true }
libc = "0.2"
y4m = { version = "0.8", optional = true }
backtrace = { version = "0.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ check_asm = ["rav1e/check_asm"]
cargo-fuzz = true

[dependencies]
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
libfuzzer-sys = "0.4.6"

[dependencies.rav1e]
Expand Down

0 comments on commit 0cbfd71

Please sign in to comment.