Commit Graph

14 Commits

Author SHA1 Message Date
Dmitry Dygalo 9aae87e573 build: Update builds
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
2024-04-14 18:24:03 +02:00
Dmitry Dygalo 8eacf2d9da
chore(python): Release 0.17.2
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
2024-03-03 20:32:38 +01:00
Dmitry Dygalo e2e06895e4 chore: Update more dependencies
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
2024-03-03 01:03:09 +01:00
dependabot[bot] cd1ed98e6d
build(deps): bump rustix from 0.38.2 to 0.38.31 in /bench_helpers (#459)
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.2 to 0.38.31.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.2...v0.38.31)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-03 00:25:22 +01:00
Dmitry Dygalo e12cba1324 chore: update criterion 2023-07-05 11:35:05 +02:00
Dmitry Dygalo cc5de11669 chore: Fix clippy warnings 2023-01-29 13:56:08 +01:00
Dmitry Dygalo 3a5b7e95c8 chore: Update dependencies 2022-10-20 16:09:41 +02:00
dependabot[bot] 5da86850ab build(deps): bump crossbeam-utils from 0.8.5 to 0.8.8 in /bench_helpers
Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.5...crossbeam-utils-0.8.8)

---
updated-dependencies:
- dependency-name: crossbeam-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 01:01:13 +02:00
dependabot[bot] 555115fdaf build(deps): bump regex from 1.5.4 to 1.5.6 in /bench_helpers
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07 00:39:18 +02:00
Dmitry Dygalo 4a07ba9a82
chore: Update to Rust 2021 edition in all crates 2022-04-10 23:31:34 +02:00
Dmitry Dygalo e95fbe7bbc chore(benchmark): Use `serde::from_reader` instead of `serde::from_str` 2022-01-28 12:54:16 +01:00
Dmitry Dygalo b57debf7fc chore: Unify benchmark names
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
2021-10-21 10:03:35 +02:00
Maxim Zhiburt 57c9bca007
chore: Replace `ValidationError::schema` with custom errors
* Replace ValidationError::schema with custom errors

* Fix cargo fmt

* Remove ValidationError::schema function

* Update changelog

* Fix ErrorValidation arguments

Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>

* Fix more ValidationError calls

Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>

* Fix issues found in PR

Co-authored-by: dmitry.dygalo <dadygalo@gmail.com>
Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>

* Fix issues found

Signed-off-by: Maxim Zhiburt <zhiburt@gmail.com>
Co-Authored-by: dmitry.dygalo <dadygalo@gmail.com>

Co-authored-by: dmitry.dygalo <dadygalo@gmail.com>
2021-10-06 08:59:54 +02:00
Dmitry Dygalo 6c76d48215 refactor: Split benchmarks
Signed-off-by: Dmitry Dygalo <dadygalo@gmail.com>
2021-07-13 11:13:52 +02:00