Jet-Engine / callysto

Stream processing & Service framework.
https://jet-engine.github.io/callysto/
Apache License 2.0
139 stars 7 forks source link

Update Rust crate rocksdb to 0.19.0 [SECURITY] #88

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rocksdb dependencies minor 0.18.0 -> 0.19.0

GitHub Vulnerability Alerts

GHSA-xpp3-xrff-w6rh

Affected versions of this crate called the RocksDB C API rocksdb_open_column_families_with_ttl() with a pointer to a single integer TTL value, but one TTL value for each column family is expected.

This is only relevant when using rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl() with multiple column families.

This bug has been fixed in v0.19.0.


Release Notes

rust-rocksdb/rust-rocksdb ### [`v0.19.0`](https://togithub.com/rust-rocksdb/rust-rocksdb/blob/HEAD/CHANGELOG.md#​0190-2022-08-05) [Compare Source](https://togithub.com/rust-rocksdb/rust-rocksdb/compare/v0.18.0...v0.19.0) - Add support for building with `io_uring` on Linux (parazyd) - Change iterators to return Result (mina86) - Support RocksDB transaction (yiyuanliu) - Avoid pulling in dependencies via static feature flag (niklasf) - Bump `rocksdb` to 7.4.4 (niklasf) - Bump `tikv-jemalloc-sys` to 0.5 (niklasf) - Update `set_use_fsync` comment (nazar-pc) - Introduce ReadOptions::set_iterate_range and PrefixRange (mina86) - Bump `rocksdb` to 7.4.3 (aleksuss) - Don’t hold onto ReadOptions.inner when iterating (mina86) - Bump `zstd-sys` from 1.6 to 2.0 (slightknack) - Enable a building on the iOS platform (dignifiedquire) - Add DBRawIteratorWithThreadMode::item method (mina86) - Use NonNull in DBRawIteratorWithThreadMode (mina86) - Tiny refactoring including fix for UB (niklasf) - Add batched version MultiGet API (yhchiang-sol) - Upgrade to rocksdb v7.3.1 (yhchiang-sol) - Consistently use `ffi_util::to_cpath` to convert `Path` to `CString` (mina86) - Convert properties to `&CStr` (mina86) - Allow passing `&CStr` arguments (mina86) - Fix memory leak when reading properties and avoid memory allocation (mina86) - Fix Windows UTF-8 build flag (rajivshah3) - Use more target features to build librocksdb-sys (niklasf) - Fix `bz_internal_error` symbol multiply defined (nanpuyue) - Bump rocksdb to 7.1.2 (dignifiedquire) - Add BlobDB options (dignifiedquire) - Add snapshot `PinnableSlice` based API (zheland)

Configuration

πŸ“… Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.