Skip to content

Commit bef6443

Browse files
Update all patch updates (#5083)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cbindgen](https://redirect.github.com/mozilla/cbindgen) | workspace.dependencies | patch | `0.29.0` -> `0.29.2` | | [cc](https://redirect.github.com/rust-lang/cc-rs) | workspace.dependencies | patch | `1.2.41` -> `1.2.43` | | [clap](https://redirect.github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.49` -> `4.5.50` | | [cudarc](https://redirect.github.com/coreylowman/cudarc) | workspace.dependencies | patch | `0.17.3` -> `0.17.4` | | [divan](https://codspeed.io) ([source](https://redirect.github.com/CodSpeedHQ/codspeed-rust)) | workspace.dependencies | patch | `4.0.4` -> `4.0.5` | | [indicatif](https://redirect.github.com/console-rs/indicatif) | workspace.dependencies | patch | `0.18.0` -> `0.18.2` | | [lance](https://redirect.github.com/lancedb/lance) | dependencies | patch | `0.38.2` -> `0.38.3` | | [lance-encoding](https://redirect.github.com/lancedb/lance) | dependencies | patch | `0.38.2` -> `0.38.3` | | [memmap2](https://redirect.github.com/RazrFalcon/memmap2-rs) | workspace.dependencies | patch | `0.9.8` -> `0.9.9` | | [pyo3-log](https://redirect.github.com/vorner/pyo3-log) | workspace.dependencies | patch | `0.13.1` -> `0.13.2` | | [wasm-bindgen-futures](https://wasm-bindgen.github.io/wasm-bindgen/) ([source](https://redirect.github.com/wasm-bindgen/wasm-bindgen/tree/HEAD/crates/futures)) | workspace.dependencies | patch | `0.4.54` -> `0.4.55` | --- ### Release Notes <details> <summary>mozilla/cbindgen (cbindgen)</summary> ### [`v0.29.2`](https://redirect.github.com/mozilla/cbindgen/blob/HEAD/CHANGES#0292) [Compare Source](https://redirect.github.com/mozilla/cbindgen/compare/v0.29.1...v0.29.2) - Request serde's std feature to avoid issues with newer toml versions. ### [`v0.29.1`](https://redirect.github.com/mozilla/cbindgen/blob/HEAD/CHANGES#0291) [Compare Source](https://redirect.github.com/mozilla/cbindgen/compare/0.29.0...v0.29.1) - [`cf13c2b`](https://redirect.github.com/mozilla/cbindgen/commit/cf13c2b) enum: Track dependencies properly in enumerations. \* [`307d1e9`](https://redirect.github.com/mozilla/cbindgen/commit/307d1e9) constant: Handle cfg in associated constants. \* [`0902d02`](https://redirect.github.com/mozilla/cbindgen/commit/0902d02) Remove "display" feature from the toml crate \* [`9068410`](https://redirect.github.com/mozilla/cbindgen/commit/9068410) Fix incorrect detection of duplicated constants \* [`451e768`](https://redirect.github.com/mozilla/cbindgen/commit/451e768) docs: Correct after\_include type in example config (fix) \* [`aff68c6`](https://redirect.github.com/mozilla/cbindgen/commit/aff68c6) cargo update \* [`09666f6`](https://redirect.github.com/mozilla/cbindgen/commit/09666f6) Update toml to 0.9 </details> <details> <summary>rust-lang/cc-rs (cc)</summary> ### [`v1.2.43`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1243---2025-10-24) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.2.42...cc-v1.2.43) ##### Other - Mark `static_flag` and `shared_flag` as deprecated ([#&#8203;1582](https://redirect.github.com/rust-lang/cc-rs/pull/1582)) ### [`v1.2.42`](https://redirect.github.com/rust-lang/cc-rs/blob/HEAD/CHANGELOG.md#1242---2025-10-24) [Compare Source](https://redirect.github.com/rust-lang/cc-rs/compare/cc-v1.2.41...cc-v1.2.42) ##### Other - Fix check-semver-checks ([#&#8203;1600](https://redirect.github.com/rust-lang/cc-rs/pull/1600)) - minor improvement for docs ([#&#8203;1598](https://redirect.github.com/rust-lang/cc-rs/pull/1598)) - Fix linker-plugin-lto: use `-flto=thin` ([#&#8203;1594](https://redirect.github.com/rust-lang/cc-rs/pull/1594)) - Disable check-buildstd for armv7k-apple-watchos ([#&#8203;1599](https://redirect.github.com/rust-lang/cc-rs/pull/1599)) - Add elf abi to ppc64 targets ([#&#8203;1596](https://redirect.github.com/rust-lang/cc-rs/pull/1596)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.50`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4550---2025-10-20) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.49...v4.5.50) ##### Features - Accept `Cow` where `String` and `&str` are accepted </details> <details> <summary>coreylowman/cudarc (cudarc)</summary> ### [`v0.17.4`](https://redirect.github.com/coreylowman/cudarc/releases/tag/v0.17.4): - nvtx &amp; cupti bindings added! [Compare Source](https://redirect.github.com/coreylowman/cudarc/compare/v0.17.3...v0.17.4) #### What's Changed - nccl: update bindings to 2.28.3 by [@&#8203;zackangelo](https://redirect.github.com/zackangelo) in [#&#8203;463](https://redirect.github.com/coreylowman/cudarc/pull/463) - Add CUPTI bindings by [@&#8203;johanpel](https://redirect.github.com/johanpel) in [#&#8203;458](https://redirect.github.com/coreylowman/cudarc/pull/458) - Adds nvtx api by [@&#8203;coreylowman](https://redirect.github.com/coreylowman) in [#&#8203;465](https://redirect.github.com/coreylowman/cudarc/pull/465) - Module level documentation pass by [@&#8203;coreylowman](https://redirect.github.com/coreylowman) in [#&#8203;448](https://redirect.github.com/coreylowman/cudarc/pull/448) - Removing default impls from bindgen by [@&#8203;coreylowman](https://redirect.github.com/coreylowman) in [#&#8203;466](https://redirect.github.com/coreylowman/cudarc/pull/466) - Internal: Remove \_ for array lengths by [@&#8203;coreylowman](https://redirect.github.com/coreylowman) in [#&#8203;467](https://redirect.github.com/coreylowman/cudarc/pull/467) #### New Contributors - [@&#8203;johanpel](https://redirect.github.com/johanpel) made their first contribution in [#&#8203;458](https://redirect.github.com/coreylowman/cudarc/pull/458) **Full Changelog**: <chelsea0x3b/cudarc@v0.17.3...v0.17.4> </details> <details> <summary>CodSpeedHQ/codspeed-rust (divan)</summary> ### [`v4.0.5`](https://redirect.github.com/CodSpeedHQ/codspeed-rust/releases/tag/v4.0.5) [Compare Source](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v4.0.4...v4.0.5) #### What's Changed - feat(cargo-codspeed): add explicit mode with command when no benchmarks are found in run by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;140](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/140) - Remove extraneous $ in inline asm for Intel syntax by [@&#8203;chirizxc](https://redirect.github.com/chirizxc) in [#&#8203;138](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/138) - fix: building codspeed with clang by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;137](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/137) #### New Contributors - [@&#8203;chirizxc](https://redirect.github.com/chirizxc) made their first contribution in [#&#8203;138](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/138) **Full Changelog**: <CodSpeedHQ/codspeed-rust@v4.0.4...v4.0.5> </details> <details> <summary>console-rs/indicatif (indicatif)</summary> ### [`v0.18.1`](https://redirect.github.com/console-rs/indicatif/releases/tag/0.18.1) [Compare Source](https://redirect.github.com/console-rs/indicatif/compare/0.18.0...0.18.1) #### What's Changed - Do not render "current" char if no "current" char is configured by [@&#8203;Finomnis](https://redirect.github.com/Finomnis) in [#&#8203;719](https://redirect.github.com/console-rs/indicatif/pull/719) - Update vt100 requirement from 0.15.1 to 0.16.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;723](https://redirect.github.com/console-rs/indicatif/pull/723) - Bump MSRV to 1.71 with versioned lockfile by [@&#8203;djc](https://redirect.github.com/djc) in [#&#8203;735](https://redirect.github.com/console-rs/indicatif/pull/735) - Fix wide\_bar width computation with a multiline message by [@&#8203;glehmann](https://redirect.github.com/glehmann) in [#&#8203;738](https://redirect.github.com/console-rs/indicatif/pull/738) </details> <details> <summary>lancedb/lance (lance)</summary> ### [`v0.38.3`](https://redirect.github.com/lancedb/lance/releases/tag/v0.38.3) [Compare Source](https://redirect.github.com/lancedb/lance/compare/v0.38.2...v0.38.3) <!-- Release notes generated using configuration in .github/release.yml at v0.38.3 --> ##### What's Changed ##### Breaking Changes 🛠 - refactor!: cleanup public API, remove lance\_arrow re-exports by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;4991](https://redirect.github.com/lancedb/lance/pull/4991) ##### New Features 🎉 - feat: handle forking better by [@&#8203;cmccabe](https://redirect.github.com/cmccabe) in [#&#8203;4903](https://redirect.github.com/lancedb/lance/pull/4903) - feat: add multi-path support for lance data paths by [@&#8203;jaystarshot](https://redirect.github.com/jaystarshot) in [#&#8203;4765](https://redirect.github.com/lancedb/lance/pull/4765) - feat: support general compression zstd/lz4 in blocks by [@&#8203;lyang24](https://redirect.github.com/lyang24) in [#&#8203;4900](https://redirect.github.com/lancedb/lance/pull/4900) - feat: fts supports custom stop words by [@&#8203;wojiaodoubao](https://redirect.github.com/wojiaodoubao) in [#&#8203;4866](https://redirect.github.com/lancedb/lance/pull/4866) - feat: implement add\_bases api to add bases to lance dataset by [@&#8203;jaystarshot](https://redirect.github.com/jaystarshot) in [#&#8203;4945](https://redirect.github.com/lancedb/lance/pull/4945) - feat: allow a commit message to be specified in the python dataset commit method by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;4952](https://redirect.github.com/lancedb/lance/pull/4952) - feat: support tracking newly inserted and updated rows between versions by [@&#8203;yanghua](https://redirect.github.com/yanghua) in [#&#8203;4741](https://redirect.github.com/lancedb/lance/pull/4741) - feat: support fetching \_rowid and \_rowaddr in take operation by [@&#8203;chunshao90](https://redirect.github.com/chunshao90) in [#&#8203;4794](https://redirect.github.com/lancedb/lance/pull/4794) - feat: support mTLS in REST namespace by [@&#8203;jackye1995](https://redirect.github.com/jackye1995) in [#&#8203;4981](https://redirect.github.com/lancedb/lance/pull/4981) - fix: populate all fields from ExecutionSummaryCounts to ScannerStats by [@&#8203;jaystarshot](https://redirect.github.com/jaystarshot) in [#&#8203;4980](https://redirect.github.com/lancedb/lance/pull/4980) - feat: support WhenMatched::Fail for MergeInsert by [@&#8203;ddupg](https://redirect.github.com/ddupg) in [#&#8203;4956](https://redirect.github.com/lancedb/lance/pull/4956) - feat(java): support shallow\_clone by [@&#8203;majin1102](https://redirect.github.com/majin1102) in [#&#8203;4962](https://redirect.github.com/lancedb/lance/pull/4962) - feat: add VariablePackedStruct defination by [@&#8203;Xuanwo](https://redirect.github.com/Xuanwo) in [#&#8203;4950](https://redirect.github.com/lancedb/lance/pull/4950) - feat: log version on dataset load event by [@&#8203;wjones127](https://redirect.github.com/wjones127) in [#&#8203;4988](https://redirect.github.com/lancedb/lance/pull/4988) - feat(java): support blob api by [@&#8203;majin1102](https://redirect.github.com/majin1102) in [#&#8203;4769](https://redirect.github.com/lancedb/lance/pull/4769) - feat(python): support shallow\_clone by [@&#8203;majin1102](https://redirect.github.com/majin1102) in [#&#8203;4949](https://redirect.github.com/lancedb/lance/pull/4949) - feat: expose storage options in dataset by [@&#8203;jackye1995](https://redirect.github.com/jackye1995) in [#&#8203;5016](https://redirect.github.com/lancedb/lance/pull/5016) - feat: should dictionary encode based on size by [@&#8203;yingjianwu98](https://redirect.github.com/yingjianwu98) in [#&#8203;4972](https://redirect.github.com/lancedb/lance/pull/4972) - feat: add variable packed struct support by [@&#8203;Xuanwo](https://redirect.github.com/Xuanwo) in [#&#8203;5003](https://redirect.github.com/lancedb/lance/pull/5003) - feat(python): support index for nested field by [@&#8203;jackye1995](https://redirect.github.com/jackye1995) in [#&#8203;5027](https://redirect.github.com/lancedb/lance/pull/5027) - feat(java): support branch operations by [@&#8203;majin1102](https://redirect.github.com/majin1102) in [#&#8203;5012](https://redirect.github.com/lancedb/lance/pull/5012) - feat(python): support branch operations by [@&#8203;majin1102](https://redirect.github.com/majin1102) in [#&#8203;5010](https://redirect.github.com/lancedb/lance/pull/5010) - feat: add json fts in python by [@&#8203;wojiaodoubao](https://redirect.github.com/wojiaodoubao) in [#&#8203;5020](https://redirect.github.com/lancedb/lance/pull/5020) - feat: add file audit events for deleting staging manifest paths in external commit handler by [@&#8203;wjones127](https://redirect.github.com/wjones127) in [#&#8203;4989](https://redirect.github.com/lancedb/lance/pull/4989) - feat: implement create index and data replacement conflict rules by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;5077](https://redirect.github.com/lancedb/lance/pull/5077) - feat: support fragment level update columns operation in Python by [@&#8203;xloya](https://redirect.github.com/xloya) in [#&#8203;5001](https://redirect.github.com/lancedb/lance/pull/5001) ##### Bug Fixes 🐛 - fix: let Java module use LanceFileVersion::Stable ([#&#8203;4558](https://redirect.github.com/lancedb/lance/issues/4558)) by [@&#8203;ColdL](https://redirect.github.com/ColdL) in [#&#8203;4559](https://redirect.github.com/lancedb/lance/pull/4559) - fix: fts match query on column without inverted index by [@&#8203;wojiaodoubao](https://redirect.github.com/wojiaodoubao) in [#&#8203;4859](https://redirect.github.com/lancedb/lance/pull/4859) - fix: fix broken FTS example by replacing ROW\_ID with DOC\_ID by [@&#8203;niebayes](https://redirect.github.com/niebayes) in [#&#8203;4917](https://redirect.github.com/lancedb/lance/pull/4917) - fix: correctly record output\_rows in filtered read with hard range\_after by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;4919](https://redirect.github.com/lancedb/lance/pull/4919) - fix: rewrap LanceFilterExec with\_new\_children by [@&#8203;wkalt](https://redirect.github.com/wkalt) in [#&#8203;4920](https://redirect.github.com/lancedb/lance/pull/4920) - fix: optimize\_indices may unexpectly delete delta indices by [@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in [#&#8203;4931](https://redirect.github.com/lancedb/lance/pull/4931) - fix: rebuild HNSW graph while remapping it by [@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in [#&#8203;4941](https://redirect.github.com/lancedb/lance/pull/4941) - fix: be compatible to old `pack` metadata in 2.0 by [@&#8203;Xuanwo](https://redirect.github.com/Xuanwo) in [#&#8203;4964](https://redirect.github.com/lancedb/lance/pull/4964) - fix: filter with < current\_date() should expand with correct time by [@&#8203;Xuanwo](https://redirect.github.com/Xuanwo) in [#&#8203;4963](https://redirect.github.com/lancedb/lance/pull/4963) - fix: use correct logic to detect old/new scheme in binary block decoder by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;4966](https://redirect.github.com/lancedb/lance/pull/4966) - fix: support preview relase in writer version by [@&#8203;jackye1995](https://redirect.github.com/jackye1995) in [#&#8203;4974](https://redirect.github.com/lancedb/lance/pull/4974) - fix: index cache assumed\_entry\_size is inconsistent by [@&#8203;ddupg](https://redirect.github.com/ddupg) in [#&#8203;4975](https://redirect.github.com/lancedb/lance/pull/4975) - fix: clarify column names in missing column errors by [@&#8203;wkalt](https://redirect.github.com/wkalt) in [#&#8203;4942](https://redirect.github.com/lancedb/lance/pull/4942) - fix: the KMeans may result in all zeros centroids by [@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in [#&#8203;4977](https://redirect.github.com/lancedb/lance/pull/4977) - fix: full text search may miss some results by [@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in [#&#8203;4986](https://redirect.github.com/lancedb/lance/pull/4986) - fix: do not modify Lance schema when projecting system columns by [@&#8203;jackye1995](https://redirect.github.com/jackye1995) in [#&#8203;4997](https://redirect.github.com/lancedb/lance/pull/4997) - fix: handle empty batches in dictionary decode helper by [@&#8203;yingjianwu98](https://redirect.github.com/yingjianwu98) in [#&#8203;4995](https://redirect.github.com/lancedb/lance/pull/4995) - fix: coerce nested regexp\_match to boolean in filters by [@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in [#&#8203;5019](https://redirect.github.com/lancedb/lance/pull/5019) - fix: update to respect file version from write params when writing fragments in java by [@&#8203;morales-t-netflix](https://redirect.github.com/morales-t-netflix) in [#&#8203;5014](https://redirect.github.com/lancedb/lance/pull/5014) - fix: general block decompression mismatch for Lance 2.2 dictionaries by [@&#8203;Xuanwo](https://redirect.github.com/Xuanwo) in [#&#8203;5025](https://redirect.github.com/lancedb/lance/pull/5025) - fix: handle List types in Substrait field counting by [@&#8203;LuQQiu](https://redirect.github.com/LuQQiu) in [#&#8203;5015](https://redirect.github.com/lancedb/lance/pull/5015) - fix: ensure limit cancels scan by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;5032](https://redirect.github.com/lancedb/lance/pull/5032) - fix: don't panic in 2.1 if one page has nulls and the other doesn't by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;5074](https://redirect.github.com/lancedb/lance/pull/5074) - fix: correct read column ordering in Fragment::update\_columns by [@&#8203;wayneli-vt](https://redirect.github.com/wayneli-vt) in [#&#8203;4983](https://redirect.github.com/lancedb/lance/pull/4983) - fix(java): the CompactionOptions is not serializable by [@&#8203;steFaiz](https://redirect.github.com/steFaiz) in [#&#8203;4819](https://redirect.github.com/lancedb/lance/pull/4819) - fix: fix the deduplicated prefix in the opendal s3 store root setting by [@&#8203;xloya](https://redirect.github.com/xloya) in [#&#8203;5082](https://redirect.github.com/lancedb/lance/pull/5082) ##### Documentation 📚 - docs: add RabitQ in vector index spec by [@&#8203;BubbleCal](https://redirect.github.com/BubbleCal) in [#&#8203;4913](https://redirect.github.com/lancedb/lance/pull/4913) - docs: document the metadata cache by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;4953](https://redirect.github.com/lancedb/lance/pull/4953) - docs: add docs for newly added options by [@&#8203;Xuanwo](https://redirect.github.com/Xuanwo) in [#&#8203;4976](https://redirect.github.com/lancedb/lance/pull/4976) - docs: minor fix for docs/src/format/table/index.md#Deletion by [@&#8203;zhangyue19921010](https://redirect.github.com/zhangyue19921010) in [#&#8203;5033](https://redirect.github.com/lancedb/lance/pull/5033) - docs: minor doc fix for stable row id description by [@&#8203;zhangyue19921010](https://redirect.github.com/zhangyue19921010) in [#&#8203;5047](https://redirect.github.com/lancedb/lance/pull/5047) - docs: add initial migration guide and document some steps for 0.39 by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;5052](https://redirect.github.com/lancedb/lance/pull/5052) - docs: add migration guide for diff\_meta and namespace by [@&#8203;jackye1995](https://redirect.github.com/jackye1995) in [#&#8203;5054](https://redirect.github.com/lancedb/lance/pull/5054) - docs: add json to full text search document by [@&#8203;wojiaodoubao](https://redirect.github.com/wojiaodoubao) in [#&#8203;4865](https://redirect.github.com/lancedb/lance/pull/4865) ##### Other Changes - refactor: move lance-namespace into lance repo by [@&#8203;jackye1995](https://redirect.github.com/jackye1995) in [#&#8203;4978](https://redirect.github.com/lancedb/lance/pull/4978) - refactor: use lance-io object store for dir namespace and improve builder by [@&#8203;jackye1995](https://redirect.github.com/jackye1995) in [#&#8203;5045](https://redirect.github.com/lancedb/lance/pull/5045) - refactor: don't add new with\_... columns to scanner by [@&#8203;westonpace](https://redirect.github.com/westonpace) in [#&#8203;5007](https://redirect.github.com/lancedb/lance/pull/5007) ##### New Contributors - [@&#8203;yingjianwu98](https://redirect.github.com/yingjianwu98) made their first contribution in [#&#8203;4901](https://redirect.github.com/lancedb/lance/pull/4901) - [@&#8203;niebayes](https://redirect.github.com/niebayes) made their first contribution in [#&#8203;4917](https://redirect.github.com/lancedb/lance/pull/4917) - [@&#8203;zhangyue19921010](https://redirect.github.com/zhangyue19921010) made their first contribution in [#&#8203;4915](https://redirect.github.com/lancedb/lance/pull/4915) - [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] made their first contribution in [#&#8203;4954](https://redirect.github.com/lancedb/lance/pull/4954) - [@&#8203;chunshao90](https://redirect.github.com/chunshao90) made their first contribution in [#&#8203;4794](https://redirect.github.com/lancedb/lance/pull/4794) **Full Changelog**: <lance-format/lance@v0.38.2...v0.38.3> </details> <details> <summary>RazrFalcon/memmap2-rs (memmap2)</summary> ### [`v0.9.9`](https://redirect.github.com/RazrFalcon/memmap2-rs/blob/HEAD/CHANGELOG.md#099---2025-10-21) [Compare Source](https://redirect.github.com/RazrFalcon/memmap2-rs/compare/v0.9.8...v0.9.9) ##### Fixed - Fix compilation on visionOS (and other apple operating systems). [@&#8203;sinkingsugar](https://redirect.github.com/sinkingsugar) - Do not assume `isize::MAX` fits in a `u64`. [@&#8203;ThomasHabets](https://redirect.github.com/ThomasHabets) </details> <details> <summary>vorner/pyo3-log (pyo3-log)</summary> ### [`v0.13.2`](https://redirect.github.com/vorner/pyo3-log/blob/HEAD/CHANGELOG.md#0132) [Compare Source](https://redirect.github.com/vorner/pyo3-log/compare/v0.13.1...v0.13.2) - Support for pyo3 0.27 ([#&#8203;72](https://redirect.github.com/vorner/pyo3-log/issues/72)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJjaG9yZSJdfQ==--> --------- Signed-off-by: Robert Kruszewski <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kruszewski <[email protected]>
1 parent 846f65f commit bef6443

File tree

2 files changed

+269
-211
lines changed

2 files changed

+269
-211
lines changed

0 commit comments

Comments
 (0)