Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependencies-non-major #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
polars (source) dependencies minor 0.36 -> 0.38
rdkafka dependencies patch 0.36.0 -> 0.36.2
rocksdb dependencies minor 0.19.0 -> 0.22.0
serde (source) dependencies patch 1.0.193 -> 1.0.197
serde_json dependencies patch 1.0.108 -> 1.0.114

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fede1024/rust-rdkafka (rdkafka)

v0.36.2

Compare Source

  • Update BaseConsumer::poll to return None when handling rebalance
    or offset commit events.

v0.36.1

Compare Source

rust-rocksdb/rust-rocksdb (rocksdb)

v0.22.0

Compare Source

  • Free memory on writebatch index and avoid unnecessary clones (jkurian)
  • Update snappy to 1.1.10 (timsueberkrueb)
  • Prefer rocksdb_free to free for RocksDB memory (niklasf)
  • Expose flush_cfs_opt to flush multiple column families (lizhanhui)
  • Update to RocksDB 8.3.2 (niklasf)
  • Remove temporary boxed keys in batched_multi_get (axnsan12)
  • Convert properties to &PropName which can be converted at no cost to &CStr and &str (mina86)
  • Bump MSRV to 1.63.0 (mina86)
  • Add allow_ingest_behind ffi call for DB Options (siyuan0322)
  • Remove wrong outlive requirements for cache in docs (zheland)
  • Feat: support column_family_metadata and column_family_metadata_cf (ovr)
  • Update RocksDB to 8.5.3 (niklasf)
  • Expose ReadTier publicly (tinct-martini)
  • Update RocksDB to 8.6.7 (aleksuss)
  • Feat: expose set_optimize_filters_for_memory (zaidoon1)
  • Feat: expose compression option parallel_threads (zaidoon1)
  • Fix: add raw iterator validation before calling next method (aleksuss)
  • Fix typo in documentation (jazarine)
  • Feat: Expose set_wal_compression_type (ovr)
  • Update RocksDB to 8.8.1 (zaidoon1)
  • Feat: Expose compact_on_deletion_collector_factory (zaidoon1)
  • Fix bug in DBWALIterator that would return updates before the given sequence (schmidek)
  • Feat: Expose wait_for_compact (zaidoon1)
  • Feat: Expose set_auto_readahead_size (niklasf)
  • Update RocksDB to 8.9.1 (zaidoon1)
  • Feat: Expose set_periodic_compaction_seconds (zaidoon1)
  • Update hash commit of the rocksdb submodule to corresponding v8.9.1 (aleksuss)
  • Make CompactOptions Send and Sync (GodTamIt)
  • Update to RocksDB 8.10.0 (zaidoon1)
  • Add WriteBufferManager support (benoitmeriaux)
  • Update doc and parameter name for optimize_for_point_lookup (XiangpengHao)
  • Expose rocksdb cumulative statistics and histograms (AhmedSoliman)
  • Make FlushOptions Send and Sync (jansegre)
  • Export memory usage builder and MemoryUsage structs to users (AhmedSoliman)

v0.21.0

Compare Source

  • Add doc-check to CI with fix warnings in docs (YuraKotov)
  • Fix rustdoc::broken-intra-doc-links errors (YuraKotov)
  • Fix 32-bit ARM build (EyeOfPython)
  • Allow specifying checksum type (romanz)
  • Enable librocksdb-sys to be built by rustc_codegen_cranelift (ZePedroResende)
  • Update to RocksDB 8.0.0 (niklasf)
  • Block cache creation failure is not recoverable (niklasf)
  • Update iOS min version to 12 in the build script (mighty840)
  • Actually enable io-uring (niklasf)
  • Update to RocksDB 8.1.1 (niklasf)
  • Add Cache::new_hyper_clock_cache() (niklasf)
  • Retrieve Value from KeyMayExist if value found in Cache or Memory (Congyuwang)
  • Support for comparators as closures (pegesund)
  • Fix bug in DBWALIterator that would miss updates (Zagitta)

v0.20.1

Compare Source

  • Fix supporting MSRV 1.60.0 (aleksuss)

v0.20.0

Compare Source

  • Support RocksDB 7.x BackupEngineOptions (exabytes18)
  • Fix int128 compatibility check (Dirreke)
  • Add Options::load_latest method to load the latest options from RockDB (Congyuwang)
  • Bump bindgen to 0.64.0 (cwlittle)
  • Bump rocksdb to 7.9.2 (kwek20)
  • Make set_snapshot method public (a14e)
  • Add drop_cf function to TransactionDB (bothra90)
  • Bump rocksdb to 7.8.3 (aleksuss)
  • Add doc for set_cache_index_and_filter_blocks (guerinoni)
  • Re-run build.rs if env vars change (drahnr)
  • Add WriteBatch::data method (w41ter)
  • Add DB::open_cf_with_opts method (w41ter)
  • Use lz4-sys crate rather then submodule (niklasf)
  • Make create_new_backup_flush generic (minshao)
serde-rs/serde (serde)

v1.0.197

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#​2697, thanks @​nyurik)

v1.0.196

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​2682)

v1.0.195

Compare Source

  • Prevent remote definitions of tuple struct or tuple variant from triggering dead_code warning (#​2671)

v1.0.194

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
serde-rs/json (serde_json)

v1.0.114

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

Compare Source

  • Add swap_remove and shift_remove methods on Map (#​1109)

v1.0.112

Compare Source

  • Improve formatting of "invalid type" error messages involving floats (#​1107)

v1.0.111

Compare Source

v1.0.110

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

Compare Source

  • Documentation improvements

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from cb698a5 to cebde18 Compare February 5, 2023 05:39
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 3 times, most recently from e649156 to 137b827 Compare February 10, 2023 11:28
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from f7d4b07 to 816a709 Compare March 6, 2023 01:45
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from 378c929 to 32a683e Compare March 14, 2023 08:33
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 3 times, most recently from 3269410 to e261da4 Compare March 24, 2023 21:05
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from 701fba8 to f1132d1 Compare March 28, 2023 05:30
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from 0b582c0 to 0f0fa93 Compare April 11, 2023 07:10
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 0f0fa93 to 026d312 Compare April 13, 2023 00:41
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 026d312 to 513cff9 Compare May 28, 2023 10:44
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 3 times, most recently from efe2ff8 to 32479ae Compare June 6, 2023 12:08
@renovate renovate bot changed the title fix(deps): update dependencies-non-major Update dependencies-non-major Dec 15, 2023
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 5 times, most recently from 4002fa1 to 88273ac Compare December 20, 2023 09:13
@renovate renovate bot changed the title Update dependencies-non-major fix(deps): update dependencies-non-major Dec 20, 2023
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from 8e461de to b9e9347 Compare December 27, 2023 19:27
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 8 times, most recently from a913787 to 214efa5 Compare January 8, 2024 13:52
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from aae6da5 to 774090f Compare January 17, 2024 01:13
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 6 times, most recently from 73d9265 to bdac8a2 Compare January 26, 2024 23:36
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from bdac8a2 to 9b51ceb Compare January 29, 2024 06:18
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch 2 times, most recently from ec176f0 to 40d97ed Compare February 20, 2024 01:44
@renovate renovate bot force-pushed the renovate/dependencies-non-major branch from 40d97ed to 90499be Compare February 29, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants