Skip to content

Commit

Permalink
chore: upgrade cbindgen and wasmtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jan 24, 2025
1 parent a09fbed commit 37f1061
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 57 deletions.
124 changes: 70 additions & 54 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 @@ -40,7 +40,7 @@ bincode = "1.3.3"
bitflags = "2.8.0"
bitvec = "1.0.1"
bstr = "1.9.1"
cbindgen = "0.27.0"
cbindgen = "0.28.0"
chrono = "0.4.38"
clap = "4.5.11"
clap_complete = "4.5.11"
Expand Down Expand Up @@ -101,7 +101,7 @@ thiserror = "2.0.3"
tlsh-fixed = "0.1.1"
uuid = "1.4.1"
walrus = "0.23.0"
wasmtime = { version = "28.0.1", default-features = false }
wasmtime = { version = "29.0.1", default-features = false }
x509-parser = "0.16.0"
yaml-rust = "0.4.5"
yansi = "1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion capi/include/yara_x.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

/* Generated with cbindgen:0.27.0 */
/* Generated with cbindgen:0.28.0 */

// This file is autogenerated by cbindgen. Don't modify it manually.

Expand Down

0 comments on commit 37f1061

Please sign in to comment.