Skip to content

Commit a913633

Browse files
Remove unused dependencies (#2238)
* Remove unused dependencies * Update changelog * Improve changelog
1 parent 7b32c3e commit a913633

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#### Upcoming Changes
44

5+
* fix: Remove unused dependency getrandom for cairo1-run, and serde_json for wasm-demo-cairo1 [#2238](https://github.com/lambdaclass/cairo-vm/pull/2238)
6+
57
* chore: Unify deps makefile target [#2211](https://github.com/lambdaclass/cairo-vm/pull/2211)
68

79
* Fix bug affecting cairo1 programs with input and System builtin [#2207](https://github.com/lambdaclass/cairo-vm/pull/2207)

cairo1-run/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ assert_matches = "1.5.0"
2626
rstest = "0.17.0"
2727
num-traits = { version = "0.2", default-features = false }
2828
num-bigint.workspace = true
29-
getrandom = { version = "0.2.16", features = ["js"]}
3029

3130
[features]
3231
default = ["std"]

examples/wasm-demo-cairo1/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ wasm-bindgen = "0.2.100"
2424
# code size when deploying.
2525
console_error_panic_hook = { version = "0.1.6", optional = true }
2626

27-
serde_json = { workspace = true }
28-
2927
cairo-lang-sierra = { workspace = true }
3028
cairo-vm = { workspace = true }
3129
cairo1-run = { path = "../../cairo1-run", default-features = false }

0 commit comments

Comments
 (0)