Skip to content

Commit

Permalink
Merge pull request #1870 from AleoHQ/dependabot/cargo/serde-1.0.183
Browse files Browse the repository at this point in the history
Bump serde from 1.0.179 to 1.0.183
  • Loading branch information
howardwu authored Aug 7, 2023
2 parents 3c3e29e + 767d400 commit 69dd005
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 curves/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ default-features = false
version = "1"

[dependencies.serde]
version = "1.0.179"
version = "1.0.183"
default-features = false
features = [ "derive" ]

Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ version = "0.8"
default-features = false

[dependencies.serde]
version = "1.0.179"
version = "1.0.183"
default-features = false
features = [ "derive" ]

Expand Down

1 comment on commit 69dd005

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'snarkVM Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 69dd005 Previous: 49b6e40 Ratio
bls12_377: fq12_add_assign 331 ns/iter (± 0) 187 ns/iter (± 0) 1.77

This comment was automatically generated by workflow using github-action-benchmark.

CC: @raychu86

Please sign in to comment.