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 Nov 22, 2022
1 parent 594a06c commit 4a4581a
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 106 deletions.
160 changes: 64 additions & 96 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.2.22", features = ["derive"] }
env_logger = "0.9.1"
clap = { version = "3.2.23", features = ["derive"] }
env_logger = "0.9.3"
gimli = "0.26.2"
hex = "0.4.3"
memmap2 = "0.5.7"
memmap2 = "0.5.8"
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 = [
object = "0.30.0"
once_cell = "1.16.0"
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"
cc = "1.0.73"
bindgen = "0.63.0"
cc = "1.0.77"

0 comments on commit 4a4581a

Please sign in to comment.