Skip to content

Commit 29914f0

Browse files
authored
Merge pull request #170 from fe-lang/dependabot/cargo/cranelift-entity-0.126.1
Bump cranelift-entity from 0.125.3 to 0.126.1
2 parents 9661e5d + 4acb2f4 commit 29914f0

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
cranelift-entity = "0.125"
18+
cranelift-entity = "0.126"
1919
smallvec = "1.15.1"
2020
rustc-hash = "2.0.0"
2121
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }

crates/interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
1515

1616
[dependencies]
1717
byteorder = "1.5.0"
18-
cranelift-entity = "0.125"
18+
cranelift-entity = "0.126"
1919
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }
2020
dashmap = "6.1"
2121
dyn-clone = "1.0"

crates/ir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
1515

1616
[dependencies]
1717
primitive-types = { version = "0.14", default-features = false }
18-
cranelift-entity = "0.125"
18+
cranelift-entity = "0.126"
1919
smallvec = "1.15.1"
2020
rustc-hash = "2.0.0"
2121
sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }

crates/parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
1414
[dependencies]
1515
ir = { package = "sonatina-ir", path = "../ir", version = "0.0.3-alpha" }
1616
sonatina-triple = { path = "../triple", version = "0.0.3-alpha" }
17-
cranelift-entity = "0.125"
17+
cranelift-entity = "0.126"
1818
pest = "2.7.10"
1919
pest_derive = "2.8.3"
2020
smol_str = "0.3.1"

crates/verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ keywords = ["compiler", "evm", "wasm", "smart-contract"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616
[dependencies]
1717
sonatina-ir = { path = "../ir", version = "0.0.3-alpha" }
18-
cranelift-entity = "0.125"
18+
cranelift-entity = "0.126"
1919
rustc-hash = "2.0.0"
2020
smallvec = "1.15.1"

0 commit comments

Comments
 (0)