Skip to content

Commit

Permalink
Bumped cranelift to 0.91.1 following a critical security alert (#3670)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb authored Mar 13, 2023
1 parent 3dc2685 commit 734056e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 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 lib/compiler-cranelift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ edition = "2018"
[dependencies]
wasmer-compiler = { path = "../compiler", version = "=3.2.0-alpha.1", features = ["translator", "compiler"], default-features = false }
wasmer-types = { path = "../types", version = "=3.2.0-alpha.1", default-features = false, features = ["std"] }
cranelift-entity = { version = "0.91.0", default-features = false }
cranelift-codegen = { version = "0.91.0", default-features = false, features = ["x86", "arm64"] }
cranelift-frontend = { version = "0.91.0", default-features = false }
cranelift-entity = { version = "0.91.1", default-features = false }
cranelift-codegen = { version = "0.91.1", default-features = false, features = ["x86", "arm64"] }
cranelift-frontend = { version = "0.91.1", default-features = false }
tracing = "0.1"
hashbrown = { version = "0.11", optional = true }
rayon = { version = "1.5", optional = true }
Expand All @@ -26,7 +26,7 @@ smallvec = "1.6"
target-lexicon = { version = "0.12.2", default-features = false }

[dev-dependencies]
cranelift-codegen = { version = "0.91.0", features = ["all-arch"] }
cranelift-codegen = { version = "0.91.1", features = ["all-arch"] }
lazy_static = "1.4"

[badges]
Expand Down

0 comments on commit 734056e

Please sign in to comment.