Update cargo non-major dependencies #49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/cargo-minor-patch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
8.4.0->8.9.00.33.0->0.37.01.0.203->1.0.2281.0.118->1.0.1450.22.0->0.25.022.0.0->22.0.122.0.0->22.0.122.0.0->22.0.1Release Notes
rusterlium/rustler (rustler)
v0.37.0Compare Source
Added
staticlibfeature to compile withoutnif_initand add{pkg}_nif_initsymbol (#688)
IntoIteratortoOwnedBinary(#702, thanks aDifferentJT)Fixed
ErlNifEntry.min_ertsto a placeholder value (#703)Changed
inlineon commonly used functions (#475, thanks @joshuataylor)EnifAllocatoravailable even if theallocatorfeature is not enabledv0.36.2Compare Source
Added
std::hash::Hashimplementation for atoms (#695)Fixed
rustler_mix(#696, thanks @dkuku)v0.36.1Compare Source
No changes in the Rust code, only
rustler_mixadjustments and dependencyupdates.
Added
:module_name) (#682)Fixed
(#682, fixes #680)
.gitignorehandling to match the new workspace styleChanged
libloadingon non-Windows systems (#677)v0.36.0Compare Source
Added
Cargo.tomlfile withmix rustler.new(#672)Fixed
decodewas requested (#676)Removed
the template (#672)
v0.35.1Compare Source
Fixed
rustler_codegen(#671)Rustlermacros to not produce warnings on Elixir 1.18 (#670)v0.35.0Compare Source
Added
#[register_impl(name = "...")](#638)EncoderandDecoderimplementations forBox<T>(#644)Referencetype andenv.make_ref()function (#657)Fixed
registerattribute on#[register_impl]works as advertisednow (#638)
above (#635)
fixes #651)
Changed
names (#639)
rustler_sysas a separate library is merged intorustler::sysand will notbe released independently of
rustleranymore (#653)v0.34.0Compare Source
Added
rustler::resource!macro (#617, necessary due to a pending deprecation of aRust feature, #606)
Resourcetraitand provide a custom
destructorfunction that is run beforedropandreceives an
Envparameter (#617)implement the
Resource::downcallback (#617)Fixed
on_loadcallback is now caught and leads to a panic (#617)Changed
argument of
rustler::init!is ignored (#613)derivefeature flag is now ignored and its functionality unconditionallyenabled (#621)
serde-rs/serde (serde)
v1.0.228Compare Source
RUSTDOCFLAGS='--cfg=docsrs'set for the whole dependency graph (#2995)v1.0.227Compare Source
v1.0.226Compare Source
v1.0.225Compare Source
v1.0.224Compare Source
v1.0.223Compare Source
v1.0.222Compare Source
serialize_withattribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)v1.0.221Compare Source
serde_if_integer128!macro (#2975)v1.0.220Compare Source
v1.0.219Compare Source
absolute_pathsClippy restriction being triggered inside macro-generated code (#2906, thanks @davidzeng0)v1.0.218Compare Source
v1.0.217Compare Source
v1.0.216Compare Source
v1.0.215Compare Source
v1.0.214Compare Source
v1.0.213Compare Source
withattributes inside a newtype struct (#2847)v1.0.212Compare Source
v1.0.211Compare Source
withanddefaultattributes (#2558, thanks @Mingun)v1.0.210Compare Source
IpAddrandSocketAddrin no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch)serde::ser::StdErrorandserde::de::StdErrorequivalent tocore::error::Erroron Rust 1.81+ (#2818)v1.0.209Compare Source
v1.0.208Compare Source
flattenfield (#2802, thanks @jonhoo)v1.0.207Compare Source
flattenattribute andskip_serializing/skip_deserializing(#2795, thanks @Mingun)v1.0.206Compare Source
flattenattribute inside of enums (#2567, thanks @Mingun)v1.0.205Compare Source
v1.0.204Compare Source
serde-rs/json (serde_json)
v1.0.145Compare Source
v1.0.144Compare Source
v1.0.143Compare Source
v1.0.142Compare Source
v1.0.141Compare Source
v1.0.140Compare Source
v1.0.139Compare Source
v1.0.138Compare Source
v1.0.137Compare Source
v1.0.136Compare Source
v1.0.135Compare Source
v1.0.134Compare Source
RawValueassociated constants for literalnull,true,false(#1221, thanks @bheylin)v1.0.133Compare Source
v1.0.132Compare Source
v1.0.131Compare Source
Map<String, Value>and&Map<String, Value>(#1135, thanks @swlynch99)v1.0.130Compare Source
Numberfrom i128 and u128 (#1141, thanks @druide)v1.0.129Compare Source
serde_json::Map::sort_keysandserde_json::Value::sort_all_objects(#1199)v1.0.128Compare Source
v1.0.127Compare Source
v1.0.126Compare Source
v1.0.125Compare Source
v1.0.124Compare Source
v1.0.123Compare Source
v1.0.122Compare Source
json!in no-std crates (#1166)v1.0.121Compare Source
v1.0.120Compare Source
indexmapdependency (#1152, thanks @cforycki)v1.0.119Compare Source
serde_json::Map::shift_insert(#1149, thanks @joshka)quickwit-oss/tantivy (tantivy)
v0.25.0: Tantivy v0.25Compare Source
What's Changed
TopDocs. by @stuhood in #2642TopDocs::order_by_string_fast_fieldfor duplicates by @stuhood in #2673New Contributors
Full Changelog: https://github.com/quickwit-oss/tantivy/compare/0.24...0.25.0
v0.24.2Compare Source
================================
Affected queries are order_by_fast_field and
order_by_u64_field
for
Order::Ascv0.24.1================================
v0.22.1Compare Source
================================
Affected queries are order_by_fast_field and
order_by_u64_field
for
Order::Ascbytecodealliance/wasmtime (wasi-common)
v22.0.1Compare Source
22.0.1
Released 2024-10-09.
Fixed
Fix a runtime crash when combining tail-calls with host imports that capture a
stack trace or trap.
GHSA-q8hx-mm92-4wvg
Fix a race condition could lead to WebAssembly control-flow integrity and type
safety violations.
GHSA-7qmx-3fpx-r45m
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.
e32c993840to0629fa4488Update Rust crate serde_json to v1.0.120to Update cargo non-major dependencies0629fa4488to8e6e6c7b2b8e6e6c7b2bto0ead7437730ead743773tofe0195c4c1fe0195c4c1to447f785907447f785907to814f0f8ded814f0f8dedto0cc33a937a0cc33a937atofb3bedddeefb3bedddeeto4237a73dba4237a73dbato151c783762151c783762to7509b752407509b75240to7f783e156f7f783e156ftob9201d9cb3b9201d9cb3tof0e2b6329ef0e2b6329etob5b7f97534b5b7f97534to2d31ec75872d31ec7587to519ca4357d519ca4357dtoa16aa88edaa16aa88edato8b81c27f2a8b81c27f2ato214383f7ad214383f7adto72a8d071b072a8d071b0to1e3865bea91e3865bea9to282719998d282719998dto0b52c3924f0b52c3924fto5823cd66345823cd6634tocc2555e8c2cc2555e8c2to4ff9b54e5a4ff9b54e5atofce2f93be7fce2f93be7to868c9a8aa7868c9a8aa7to9aa4a1bb709aa4a1bb70to34188ed44834188ed448tob2f578a240b2f578a240toe3a2c27904e3a2c27904tod5721192dfd5721192dfto6ffa8e743c6ffa8e743ctod12e436e36⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: native/readability/Cargo.lock
d12e436e36to0fb2ac54d30fb2ac54d3tob905dfa1c3b905dfa1c3to9308428fa09308428fa0to78216e016678216e0166toe027fe5dfbe027fe5dfbto9011fac91c9011fac91cto9925057c969925057c96to216c22c453216c22c453to74757c24cb74757c24cbto96659272d096659272d0toccd45e06baccd45e06bato589b44ae9f589b44ae9ftoafe3f16501afe3f16501to64f8ffc11c64f8ffc11ctob07e9fffffb07e9ffffftof4919ef310f4919ef310to03307490ce03307490cetoe2d73cb1f2e2d73cb1f2toa3460f5d14a3460f5d14to4479d5c8f04479d5c8f0to2a34f7b40c2a34f7b40cto8402e77c3a8402e77c3ato9a985a06f89a985a06f8to70d1f5828e70d1f5828etoedbeec765fedbeec765fto9d5b4be4d79d5b4be4d7to6bce1f1ae26bce1f1ae2to4178aca9a94178aca9a9tod40fc040ccd40fc040ccto31270e48e731270e48e7to78728f793e78728f793etoaaefb2ab40aaefb2ab40to72f4a1e4ce72f4a1e4cetobf7c8e97e2bf7c8e97e2to9c9a4381f99c9a4381f9to24e04bc3bc24e04bc3bcto947b98d4c9947b98d4c9to589d2a83e1589d2a83e1to7b454334bc7b454334bcto0b0d960fd30b0d960fd3tod106b80055d106b80055toed48fa94c9ed48fa94c9to6f24f9f7e26f24f9f7e2tob8730c36d2b8730c36d2tob6f9141373b6f9141373todcbc6c7e16dcbc6c7e16tof769f75061f769f75061to00a15f4f7200a15f4f72to14dd93931e14dd93931eto8fbe760e9d8fbe760e9dtoe48397d5d2e48397d5d2tof55e6f4985f55e6f4985to0f996e29f40f996e29f4tofff640e8defff640e8detof59f3fb4f0f59f3fb4f0to5ebbb411775ebbb41177to537d7c03fb537d7c03fbto913ae1c56d913ae1c56dtod23fee2df7d23fee2df7toba3f04a1bfba3f04a1bfto275214eb23275214eb23to94d45cbe0b94d45cbe0btob41d89aa48b41d89aa48tod0291b3a2cd0291b3a2cto9c415760d79c415760d7to5eed582bbb5eed582bbbto4932cc05e74932cc05e7to5d436591c85d436591c8to8b1a57a3328b1a57a332to47cf951b1247cf951b12to9543511cf79543511cf7to8a2c758d738a2c758d73tobeb58e356abeb58e356ato48643d615b48643d615bto0ffe8af25f0ffe8af25ftodcf451a457dcf451a457to9b68dc40649b68dc4064to1bf37140771bf3714077to29179459892917945989to24ba11b77a24ba11b77ato59e594fd1b59e594fd1bto0063effda30063effda3tofe8c3884b3fe8c3884b3tod7fbab1ed1d7fbab1ed1tof2cd09cf7cf2cd09cf7cto4b127c5a124b127c5a12todf97743293df97743293to5db83ac0085db83ac008to20ab526a2420ab526a24to7a7726faa17a7726faa1to517f738509517f738509to272587d51f272587d51ftob8dfc596b5b8dfc596b5to3cb4e76b623cb4e76b62toa6d9bee0dba6d9bee0dbto3b0046e2fa3b0046e2fato9d692ab9339d692ab933to772ea921f1772ea921f1to84a7311e9484a7311e94toc29bec0cd0c29bec0cd0to3109971f4c3109971f4cto45f58f214545f58f2145to692529ddd9692529ddd9tof168e7786cf168e7786cto3cc07264713cc0726471toc2310ed315c2310ed315to20452d610a20452d610ato844525e09a844525e09ato843e317327843e317327toe9229f783de9229f783dto7e189b79387e189b7938tod162228c4cd162228c4ctoe3f902d2a0e3f902d2a0tod7981eab64d7981eab64tob69d334314b69d334314to3d81ccb8c83d81ccb8c8to5c252db4005c252db400toe03f73f580e03f73f580to7079b334a27079b334a2to82719434fc82719434fctoc92166f729c92166f729to5704ab25815704ab2581to39459c29f139459c29f1to2c3a979fbd2c3a979fbdto6f72bdc59c6f72bdc59cto45275449ae45275449aeto47c112278e47c112278eto280b3e0940280b3e0940tob9a6485215b9a6485215to3e7483837e3e7483837etob2c8191a45b2c8191a45tode1c3a62d0de1c3a62d0to86c8eac46e86c8eac46eto5acc25eff05acc25eff0to533d0d5a85533d0d5a85tocc86b387bccc86b387bcto5fe5c872945fe5c87294to7e696a980c7e696a980ctod671eb7709d671eb7709to5f778eaa535f778eaa53to831a44421f831a44421fto9a07ca755a9a07ca755ato7e9ef951367e9ef95136toa82889160da82889160dto9971c34c549971c34c54to9d7e53598b9d7e53598bto1b1a1e86601b1a1e8660toffdb794bcaffdb794bcato54f3948e7354f3948e73to6652e3da236652e3da23to3fe671d99e3fe671d99etoc650527865c650527865toa766ea4565a766ea4565to2f24b8ef2c2f24b8ef2ctod049534e53d049534e53to75010e7a4575010e7a45to505b1c9f4a505b1c9f4ato958a6ead8f958a6ead8fto0cdbcc7b800cdbcc7b80to4e5f92d3274e5f92d327toa0e1a0014ba0e1a0014btob90be390c9b90be390c9to0038e54a8f0038e54a8fto4d962f78a04d962f78a0to58d6a63d4458d6a63d44to964741a080964741a080toaa0891d26baa0891d26bto2c7ca739552c7ca73955to2ceb23759f2ceb23759fto6fd262ffdd6fd262ffddtoe1796412e2e1796412e2to303233e5ef303233e5efto0c75a16fa20c75a16fa2toebadad4077ebadad4077toa9c3cb4a23a9c3cb4a23to79cd6b2ea779cd6b2ea7to93560f7f8893560f7f88tod689849830d689849830to772cb1aba0772cb1aba0tod32e67d223d32e67d223to1feddb28d71feddb28d7to0112011c8a0112011c8atoc6d92a2c61c6d92a2c61toff1c471540ff1c471540to6b19b6a54f6b19b6a54ftob784008c49b784008c49to5144a0cb525144a0cb52tof5eb3dec27f5eb3dec27toc3f38df9cfc3f38df9cfto8a302abdd18a302abdd1tobaa5929be1baa5929be1to22babf385b22babf385bto68988c87bb68988c87bbtoc95a36bdfac95a36bdfatof86ff4e411f86ff4e411to51cab151c951cab151c9to949924740b949924740bto091e6d8f61091e6d8f61to6af2917ab96af2917ab9to6f72dfe1a06f72dfe1a0to9f82697b639f82697b63to98957c7bc698957c7bc6to88ea87638f88ea87638fto90e84cf52a90e84cf52atof2ed01af27f2ed01af27todc84ad9ee6dc84ad9ee6to602b7f543f602b7f543fto34745b449334745b4493tof0231b560cf0231b560cto206aaa42aa206aaa42aato4e6bc811614e6bc81161toc78e910c87c78e910c87tocce38a73facce38a73fatode253a7f17de253a7f17toeeff2eb3c8eeff2eb3c8toa1272a0812a1272a0812tod5a2b412d1d5a2b412d1to8aa846805c8aa846805cto36058e6b4a36058e6b4ato610e1f749c610e1f749ctof46ee0783df46ee0783dto0f179f03560f179f0356toa92b1296a1a92b1296a1to3b2ded3c543b2ded3c54to145ea5d214145ea5d214to4156fd85d04156fd85d0to61d78e253161d78e2531to739690800f739690800fto9b1093ab849b1093ab84to272cd27f5d272cd27f5dto68624a762068624a7620to55bee551d755bee551d7to48007409ae48007409aetode1b7b76aede1b7b76aeto2c4d1c92542c4d1c9254to6842a803a76842a803a7to40c264463340c2644633to81360046558136004655tob92507d4a7b92507d4a7toe07eaa1d76e07eaa1d76toaf73c59a23af73c59a23toc887f4acb5c887f4acb5tob2a3aa39f3b2a3aa39f3to5f54ff3b755f54ff3b75to8def1babe48def1babe4tob5fafddc15b5fafddc15to2386d31d072386d31d07tof1cdf4fdeff1cdf4fdefto6582076a5e6582076a5eto7c3a861d887c3a861d88tocbdb836dafcbdb836dafto5dcca6d72f5dcca6d72ftob0543dfa21b0543dfa21to67380926d767380926d7to85b9da8c0985b9da8c09tof803d05188f803d05188tof6b774d853f6b774d853todc916dfd85dc916dfd85to2b7bbca7892b7bbca789toc9fe3d10f1c9fe3d10f1tob03df72d1bb03df72d1btoaa2d594cfaaa2d594cfato7f395ddcaf7f395ddcafto7e3e778b897e3e778b89to03023ee57e03023ee57etob87ad55a7cb87ad55a7ctodc9024ab93dc9024ab93to4da4f14d814da4f14d81toece2e8ee6dece2e8ee6dto2af08df3002af08df300to03590b802c03590b802cto6ac6ed70216ac6ed7021toaf1436caadaf1436caadto700094701c700094701ctod86a239e2ed86a239e2eto17f2536cdc17f2536cdctoe0ec462771e0ec462771todccf84f859dccf84f859to4e4e746aef4e4e746aefto5dff091d6b5dff091d6bto684e57dab3684e57dab3tod498f3aa13d498f3aa13to671043239c671043239ctof10a85dfddf10a85dfddto40707e24f640707e24f6to1c54582f191c54582f19to25c53e7cb625c53e7cb6to682d5057ce682d5057ceto3c566b0a9e3c566b0a9eto822102b411822102b411toee78f99b85ee78f99b85to017e4529c4017e4529c4to61b49eaf2361b49eaf23to3ea08212883ea0821288to6db240f7b16db240f7b1tod51b1d4e5bd51b1d4e5btode209ba002de209ba002to1ad2b571741ad2b57174to7679ae8e4b7679ae8e4bto53528a25c653528a25c6toe0ade192f2e0ade192f2to4649459f904649459f90toda7b96e40fda7b96e40ftoedc9679979edc9679979tob4c7486e72b4c7486e72to3e3302a7ca3e3302a7cato8358c8e36e8358c8e36eto662f028638662f028638tob499f14f88b499f14f88toe033a7ddd9e033a7ddd9to4a1605606d4a1605606dtof828672aa8f828672aa8to1d338bdf8d1d338bdf8dto638f45b635638f45b635tof6ba13b616f6ba13b616to655a8414c7655a8414c7to94983fd18194983fd181toe5e65fd217e5e65fd217to3a4c2c5ce63a4c2c5ce6tod1d9846705d1d9846705tofa45c80fd6fa45c80fd6to9e315d4d8f9e315d4d8fto1b451158521b45115852toc05424f483c05424f483to688d9f99c1688d9f99c1tocf3591f6fecf3591f6feto5c32de7cf55c32de7cf5toe844744170e844744170toc7d8ef5934c7d8ef5934to41beb597d641beb597d6to8fd73119858fd7311985toff3232a862ff3232a862to82ecf75cbe82ecf75cbeto72fe2702fb72fe2702fbto5676c831fb5676c831fbto5f4e9a90e15f4e9a90e1to9c8bd308fc9c8bd308fcto0c5d3d35bf0c5d3d35bftof39cb9d13ef39cb9d13eto748ca1e41a748ca1e41ato6b00befcf76b00befcf7to857de4d093857de4d093to6f3b695217View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.