Skip to content

Commit

Permalink
Merge pull request #89 from Etto48:fix/update_packets
Browse files Browse the repository at this point in the history
Updated bitflags, symbolic-demangle and tokio
  • Loading branch information
Etto48 authored Jul 3, 2024
2 parents a197e4f + 046dc7b commit d4578a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build = "build.rs"
winres = "0.1"

[dependencies]
bitflags = { version = "2.5", features = ["std"] }
bitflags = { version = "2.6", features = ["std"] }
capstone = "0.12"
clap = { version = "4.5", features = ["derive"] }
crossterm = { version = "0.27", features = ["serde"] }
Expand All @@ -38,6 +38,6 @@ russh-keys = "0.43"
russh-sftp = "2.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
symbolic-demangle = "12.8"
symbolic-demangle = "12.9"
tempfile = "3.10"
tokio = "1.37"
tokio = "1.38"

0 comments on commit d4578a9

Please sign in to comment.