Skip to content

Commit

Permalink
Bump panda-rs version to 0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
jamcleod committed Dec 13, 2024
1 parent cc88392 commit 1e1dce8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions panda/plugins/Cargo.lock

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

2 changes: 1 addition & 1 deletion panda/plugins/cosi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
once_cell = "1.8.0"
panda-re = { version = "0.48.0", default-features = false }
panda-re = { version = "0.49.0", default-features = false }
regex = "1.5.4"
curl = "0.4.44"
volatility_profile = { path = "./volatility_profile" }
Expand Down
2 changes: 1 addition & 1 deletion panda/plugins/cosi_strace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
panda-re = { version = "0.48.0", default-features = false }
panda-re = { version = "0.49.0", default-features = false }
chumsky = "0.8"
log = "0.4"
once_cell = "1"
Expand Down
2 changes: 1 addition & 1 deletion panda/plugins/gdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
panda-re = { version = "0.48.0", default-features = false }
panda-re = { version = "0.49.0", default-features = false }
gdbstub = "0.5"
lazy_static = "1.4.0"
gdbstub_arch = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion panda/plugins/rust_skeleton/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
panda-re = { version = "0.48.0", default-features = false }
panda-re = { version = "0.49.0", default-features = false }

[features]
default = ["x86_64"]
Expand Down
2 changes: 1 addition & 1 deletion panda/plugins/snake_hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
crate-type = ["cdylib"]

[dependencies]
panda-re = { version = "0.48.0", default-features = false }
panda-re = { version = "0.49.0", default-features = false }
inline-python = { version = "0.12.0" }
libc = "0.2.98"
once_cell = "1"
Expand Down

0 comments on commit 1e1dce8

Please sign in to comment.