Skip to content

Commit

Permalink
chore(deps): update moka requirement from 0.9 to 0.10 (#1331)
Browse files Browse the repository at this point in the history
Updates the requirements on [moka](https://github.com/moka-rs/moka) to permit the latest version.
- [Release notes](https://github.com/moka-rs/moka/releases)
- [Changelog](https://github.com/moka-rs/moka/blob/master/CHANGELOG.md)
- [Commits](moka-rs/moka@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: moka
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2023
1 parent 4524d3e commit 1f8ccd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ log = "0.4"
md-5 = "0.10"
memcache-async = { version = "0.6", optional = true }
metrics = { version = "0.20", optional = true }
moka = { version = "0.9", optional = true, features = ["future"] }
moka = { version = "0.10", optional = true, features = ["future"] }
once_cell = "1"
parking_lot = "0.12"
percent-encoding = "2"
Expand Down

2 comments on commit 1f8ccd3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Deploy preview for opendal ready!

✅ Preview
https://opendal-k0xiifinv-databend.vercel.app

Built with commit 1f8ccd3.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link
Contributor

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 'Rust Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 1f8ccd3 Previous: 4524d3e Ratio
service_fs_read_parallel/4x4.00 MiB 7536498 ns/iter (± 469276) 3251385 ns/iter (± 83138) 2.32
service_memory_read_full/256 KiB 30419 ns/iter (± 1165) 13669 ns/iter (± 26) 2.23
service_memory_read_parallel/1x4.00 MiB 4780735 ns/iter (± 436646) 2266592 ns/iter (± 25141) 2.11
service_memory_read_parallel/2x4.00 MiB 9503358 ns/iter (± 570031) 4585029 ns/iter (± 126083) 2.07
service_fs_write_once/4.00 KiB 543892 ns/iter (± 44057) 213612 ns/iter (± 72230) 2.55

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

CC: @Xuanwo

Please sign in to comment.