Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2022
1 parent 594a06c commit 1d115b8
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 86 deletions.
132 changes: 50 additions & 82 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ memmap2 = "0.5.7"
nix = "0.25.0"
object = "0.29.0"
once_cell = "1.15.0"
proc-maps = "0.2.1"
symbolic = { version = "9.1.4", default-features = false, features = [
proc-maps = "0.3.0"
symbolic = { version = "9.2.1", default-features = false, features = [
"demangle",
] }
syscalls = "0.6.6"
syscalls = "0.6.7"

# TUI用
#tui = "0.17"
#crossterm = "0.22"

[build-dependencies]
bindgen = "0.60.1"
bindgen = "0.61.0"
cc = "1.0.73"

0 comments on commit 1d115b8

Please sign in to comment.