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.7.2
0.33.0
->0.37.0
1.0.203
->1.0.226
1.0.118
->1.0.145
0.22.0
->0.25.0
22.0.0
->22.0.1
22.0.0
->22.0.1
22.0.0
->22.0.1
Release Notes
rusterlium/rustler (rustler)
v0.37.0
Compare Source
Added
staticlib
feature to compile withoutnif_init
and add{pkg}_nif_init
symbol (#688)
IntoIterator
toOwnedBinary
(#702, thanks aDifferentJT)Fixed
ErlNifEntry.min_erts
to a placeholder value (#703)Changed
inline
on commonly used functions (#475, thanks @joshuataylor)EnifAllocator
available even if theallocator
feature is not enabledv0.36.2
Compare Source
Added
std::hash::Hash
implementation for atoms (#695)Fixed
rustler_mix
(#696, thanks @dkuku)v0.36.1
Compare Source
No changes in the Rust code, only
rustler_mix
adjustments and dependencyupdates.
Added
:module_name
) (#682)Fixed
(#682, fixes #680)
.gitignore
handling to match the new workspace styleChanged
libloading
on non-Windows systems (#677)v0.36.0
Compare Source
Added
Cargo.toml
file withmix rustler.new
(#672)Fixed
decode
was requested (#676)Removed
the template (#672)
v0.35.1
Compare Source
Fixed
rustler_codegen
(#671)Rustler
macros to not produce warnings on Elixir 1.18 (#670)v0.35.0
Compare Source
Added
#[register_impl(name = "...")]
(#638)Encoder
andDecoder
implementations forBox<T>
(#644)Reference
type andenv.make_ref()
function (#657)Fixed
register
attribute on#[register_impl]
works as advertisednow (#638)
above (#635)
fixes #651)
Changed
names (#639)
rustler_sys
as a separate library is merged intorustler::sys
and will notbe released independently of
rustler
anymore (#653)v0.34.0
Compare Source
Added
rustler::resource!
macro (#617, necessary due to a pending deprecation of aRust feature, #606)
Resource
traitand provide a custom
destructor
function that is run beforedrop
andreceives an
Env
parameter (#617)implement the
Resource::down
callback (#617)Fixed
on_load
callback is now caught and leads to a panic (#617)Changed
argument of
rustler::init!
is ignored (#613)derive
feature flag is now ignored and its functionality unconditionallyenabled (#621)
serde-rs/serde (serde)
v1.0.226
Compare Source
v1.0.225
Compare Source
v1.0.224
Compare Source
v1.0.223
Compare Source
v1.0.222
Compare Source
serialize_with
attribute produce code that works if respanned to 2024 edition (#2950, thanks @aytey)v1.0.221
Compare Source
serde_if_integer128!
macro (#2975)v1.0.220
Compare Source
v1.0.219
Compare Source
absolute_paths
Clippy restriction being triggered inside macro-generated code (#2906, thanks @davidzeng0)v1.0.218
Compare Source
v1.0.217
Compare Source
v1.0.216
Compare Source
v1.0.215
Compare Source
v1.0.214
Compare Source
v1.0.213
Compare Source
with
attributes inside a newtype struct (#2847)v1.0.212
Compare Source
v1.0.211
Compare Source
with
anddefault
attributes (#2558, thanks @Mingun)v1.0.210
Compare Source
IpAddr
andSocketAddr
in no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch)serde::ser::StdError
andserde::de::StdError
equivalent tocore::error::Error
on Rust 1.81+ (#2818)v1.0.209
Compare Source
v1.0.208
Compare Source
flatten
field (#2802, thanks @jonhoo)v1.0.207
Compare Source
flatten
attribute andskip_serializing
/skip_deserializing
(#2795, thanks @Mingun)v1.0.206
Compare Source
flatten
attribute inside of enums (#2567, thanks @Mingun)v1.0.205
Compare Source
v1.0.204
Compare Source
serde-rs/json (serde_json)
v1.0.145
Compare Source
v1.0.144
Compare Source
v1.0.143
Compare Source
v1.0.142
Compare Source
v1.0.141
Compare Source
v1.0.140
Compare Source
v1.0.139
Compare Source
v1.0.138
Compare Source
v1.0.137
Compare Source
v1.0.136
Compare Source
v1.0.135
Compare Source
v1.0.134
Compare Source
RawValue
associated constants for literalnull
,true
,false
(#1221, thanks @bheylin)v1.0.133
Compare Source
v1.0.132
Compare Source
v1.0.131
Compare Source
Map<String, Value>
and&Map<String, Value>
(#1135, thanks @swlynch99)v1.0.130
Compare Source
Number
from i128 and u128 (#1141, thanks @druide)v1.0.129
Compare Source
serde_json::Map::sort_keys
andserde_json::Value::sort_all_objects
(#1199)v1.0.128
Compare Source
v1.0.127
Compare Source
v1.0.126
Compare Source
v1.0.125
Compare Source
v1.0.124
Compare Source
v1.0.123
Compare Source
v1.0.122
Compare Source
json!
in no-std crates (#1166)v1.0.121
Compare Source
v1.0.120
Compare Source
indexmap
dependency (#1152, thanks @cforycki)v1.0.119
Compare 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_field
for duplicates by @stuhood in #2673New Contributors
Full Changelog: https://github.com/quickwit-oss/tantivy/compare/0.24...0.25.0
v0.24.2
Compare Source
================================
Affected queries are order_by_fast_field and
order_by_u64_field
for
Order::Asc
v0.24.1
================================
v0.22.1
Compare Source
================================
Affected queries are order_by_fast_field and
order_by_u64_field
for
Order::Asc
bytecodealliance/wasmtime (wasi-common)
v22.0.1
Compare 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.
e32c993840
to0629fa4488
Update Rust crate serde_json to v1.0.120to Update cargo non-major dependencies0629fa4488
to8e6e6c7b2b
8e6e6c7b2b
to0ead743773
0ead743773
tofe0195c4c1
fe0195c4c1
to447f785907
447f785907
to814f0f8ded
814f0f8ded
to0cc33a937a
0cc33a937a
tofb3bedddee
fb3bedddee
to4237a73dba
4237a73dba
to151c783762
151c783762
to7509b75240
7509b75240
to7f783e156f
7f783e156f
tob9201d9cb3
b9201d9cb3
tof0e2b6329e
f0e2b6329e
tob5b7f97534
b5b7f97534
to2d31ec7587
2d31ec7587
to519ca4357d
519ca4357d
toa16aa88eda
a16aa88eda
to8b81c27f2a
8b81c27f2a
to214383f7ad
214383f7ad
to72a8d071b0
72a8d071b0
to1e3865bea9
1e3865bea9
to282719998d
282719998d
to0b52c3924f
0b52c3924f
to5823cd6634
5823cd6634
tocc2555e8c2
cc2555e8c2
to4ff9b54e5a
4ff9b54e5a
tofce2f93be7
fce2f93be7
to868c9a8aa7
868c9a8aa7
to9aa4a1bb70
9aa4a1bb70
to34188ed448
34188ed448
tob2f578a240
b2f578a240
toe3a2c27904
e3a2c27904
tod5721192df
d5721192df
to6ffa8e743c
6ffa8e743c
tod12e436e36
⚠️ 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
d12e436e36
to0fb2ac54d3
0fb2ac54d3
tob905dfa1c3
b905dfa1c3
to9308428fa0
9308428fa0
to78216e0166
78216e0166
toe027fe5dfb
e027fe5dfb
to9011fac91c
9011fac91c
to9925057c96
9925057c96
to216c22c453
216c22c453
to74757c24cb
74757c24cb
to96659272d0
96659272d0
toccd45e06ba
ccd45e06ba
to589b44ae9f
589b44ae9f
toafe3f16501
afe3f16501
to64f8ffc11c
64f8ffc11c
tob07e9fffff
b07e9fffff
tof4919ef310
f4919ef310
to03307490ce
03307490ce
toe2d73cb1f2
e2d73cb1f2
toa3460f5d14
a3460f5d14
to4479d5c8f0
4479d5c8f0
to2a34f7b40c
2a34f7b40c
to8402e77c3a
8402e77c3a
to9a985a06f8
9a985a06f8
to70d1f5828e
70d1f5828e
toedbeec765f
edbeec765f
to9d5b4be4d7
9d5b4be4d7
to6bce1f1ae2
6bce1f1ae2
to4178aca9a9
4178aca9a9
tod40fc040cc
d40fc040cc
to31270e48e7
31270e48e7
to78728f793e
78728f793e
toaaefb2ab40
aaefb2ab40
to72f4a1e4ce
72f4a1e4ce
tobf7c8e97e2
bf7c8e97e2
to9c9a4381f9
9c9a4381f9
to24e04bc3bc
24e04bc3bc
to947b98d4c9
947b98d4c9
to589d2a83e1
589d2a83e1
to7b454334bc
7b454334bc
to0b0d960fd3
0b0d960fd3
tod106b80055
d106b80055
toed48fa94c9
ed48fa94c9
to6f24f9f7e2
6f24f9f7e2
tob8730c36d2
b8730c36d2
tob6f9141373
b6f9141373
todcbc6c7e16
dcbc6c7e16
tof769f75061
f769f75061
to00a15f4f72
00a15f4f72
to14dd93931e
14dd93931e
to8fbe760e9d
8fbe760e9d
toe48397d5d2
e48397d5d2
tof55e6f4985
f55e6f4985
to0f996e29f4
0f996e29f4
tofff640e8de
fff640e8de
tof59f3fb4f0
f59f3fb4f0
to5ebbb41177
5ebbb41177
to537d7c03fb
537d7c03fb
to913ae1c56d
913ae1c56d
tod23fee2df7
d23fee2df7
toba3f04a1bf
ba3f04a1bf
to275214eb23
275214eb23
to94d45cbe0b
94d45cbe0b
tob41d89aa48
b41d89aa48
tod0291b3a2c
d0291b3a2c
to9c415760d7
9c415760d7
to5eed582bbb
5eed582bbb
to4932cc05e7
4932cc05e7
to5d436591c8
5d436591c8
to8b1a57a332
8b1a57a332
to47cf951b12
47cf951b12
to9543511cf7
9543511cf7
to8a2c758d73
8a2c758d73
tobeb58e356a
beb58e356a
to48643d615b
48643d615b
to0ffe8af25f
0ffe8af25f
todcf451a457
dcf451a457
to9b68dc4064
9b68dc4064
to1bf3714077
1bf3714077
to2917945989
2917945989
to24ba11b77a
24ba11b77a
to59e594fd1b
59e594fd1b
to0063effda3
0063effda3
tofe8c3884b3
fe8c3884b3
tod7fbab1ed1
d7fbab1ed1
tof2cd09cf7c
f2cd09cf7c
to4b127c5a12
4b127c5a12
todf97743293
df97743293
to5db83ac008
5db83ac008
to20ab526a24
20ab526a24
to7a7726faa1
7a7726faa1
to517f738509
517f738509
to272587d51f
272587d51f
tob8dfc596b5
b8dfc596b5
to3cb4e76b62
3cb4e76b62
toa6d9bee0db
a6d9bee0db
to3b0046e2fa
3b0046e2fa
to9d692ab933
9d692ab933
to772ea921f1
772ea921f1
to84a7311e94
84a7311e94
toc29bec0cd0
c29bec0cd0
to3109971f4c
3109971f4c
to45f58f2145
45f58f2145
to692529ddd9
692529ddd9
tof168e7786c
f168e7786c
to3cc0726471
3cc0726471
toc2310ed315
c2310ed315
to20452d610a
20452d610a
to844525e09a
844525e09a
to843e317327
843e317327
toe9229f783d
e9229f783d
to7e189b7938
7e189b7938
tod162228c4c
d162228c4c
toe3f902d2a0
e3f902d2a0
tod7981eab64
d7981eab64
tob69d334314
b69d334314
to3d81ccb8c8
3d81ccb8c8
to5c252db400
5c252db400
toe03f73f580
e03f73f580
to7079b334a2
7079b334a2
to82719434fc
82719434fc
toc92166f729
c92166f729
to5704ab2581
5704ab2581
to39459c29f1
39459c29f1
to2c3a979fbd
2c3a979fbd
to6f72bdc59c
6f72bdc59c
to45275449ae
45275449ae
to47c112278e
47c112278e
to280b3e0940
280b3e0940
tob9a6485215
b9a6485215
to3e7483837e
3e7483837e
tob2c8191a45
b2c8191a45
tode1c3a62d0
de1c3a62d0
to86c8eac46e
86c8eac46e
to5acc25eff0
5acc25eff0
to533d0d5a85
533d0d5a85
tocc86b387bc
cc86b387bc
to5fe5c87294
5fe5c87294
to7e696a980c
7e696a980c
tod671eb7709
d671eb7709
to5f778eaa53
5f778eaa53
to831a44421f
831a44421f
to9a07ca755a
9a07ca755a
to7e9ef95136
7e9ef95136
toa82889160d
a82889160d
to9971c34c54
9971c34c54
to9d7e53598b
9d7e53598b
to1b1a1e8660
1b1a1e8660
toffdb794bca
ffdb794bca
to54f3948e73
54f3948e73
to6652e3da23
6652e3da23
to3fe671d99e
3fe671d99e
toc650527865
c650527865
toa766ea4565
a766ea4565
to2f24b8ef2c
2f24b8ef2c
tod049534e53
d049534e53
to75010e7a45
75010e7a45
to505b1c9f4a
505b1c9f4a
to958a6ead8f
958a6ead8f
to0cdbcc7b80
0cdbcc7b80
to4e5f92d327
4e5f92d327
toa0e1a0014b
a0e1a0014b
tob90be390c9
b90be390c9
to0038e54a8f
0038e54a8f
to4d962f78a0
4d962f78a0
to58d6a63d44
58d6a63d44
to964741a080
964741a080
toaa0891d26b
aa0891d26b
to2c7ca73955
2c7ca73955
to2ceb23759f
2ceb23759f
to6fd262ffdd
6fd262ffdd
toe1796412e2
e1796412e2
to303233e5ef
303233e5ef
to0c75a16fa2
0c75a16fa2
toebadad4077
ebadad4077
toa9c3cb4a23
a9c3cb4a23
to79cd6b2ea7
79cd6b2ea7
to93560f7f88
93560f7f88
tod689849830
d689849830
to772cb1aba0
772cb1aba0
tod32e67d223
d32e67d223
to1feddb28d7
1feddb28d7
to0112011c8a
0112011c8a
toc6d92a2c61
c6d92a2c61
toff1c471540
ff1c471540
to6b19b6a54f
6b19b6a54f
tob784008c49
b784008c49
to5144a0cb52
5144a0cb52
tof5eb3dec27
f5eb3dec27
toc3f38df9cf
c3f38df9cf
to8a302abdd1
8a302abdd1
tobaa5929be1
baa5929be1
to22babf385b
22babf385b
to68988c87bb
68988c87bb
toc95a36bdfa
c95a36bdfa
tof86ff4e411
f86ff4e411
to51cab151c9
51cab151c9
to949924740b
949924740b
to091e6d8f61
091e6d8f61
to6af2917ab9
6af2917ab9
to6f72dfe1a0
6f72dfe1a0
to9f82697b63
9f82697b63
to98957c7bc6
98957c7bc6
to88ea87638f
88ea87638f
to90e84cf52a
90e84cf52a
tof2ed01af27
f2ed01af27
todc84ad9ee6
dc84ad9ee6
to602b7f543f
602b7f543f
to34745b4493
34745b4493
tof0231b560c
f0231b560c
to206aaa42aa
206aaa42aa
to4e6bc81161
4e6bc81161
toc78e910c87
c78e910c87
tocce38a73fa
cce38a73fa
tode253a7f17
de253a7f17
toeeff2eb3c8
eeff2eb3c8
toa1272a0812
a1272a0812
tod5a2b412d1
d5a2b412d1
to8aa846805c
8aa846805c
to36058e6b4a
36058e6b4a
to610e1f749c
610e1f749c
tof46ee0783d
f46ee0783d
to0f179f0356
0f179f0356
toa92b1296a1
a92b1296a1
to3b2ded3c54
3b2ded3c54
to145ea5d214
145ea5d214
to4156fd85d0
4156fd85d0
to61d78e2531
61d78e2531
to739690800f
739690800f
to9b1093ab84
9b1093ab84
to272cd27f5d
272cd27f5d
to68624a7620
68624a7620
to55bee551d7
55bee551d7
to48007409ae
48007409ae
tode1b7b76ae
de1b7b76ae
to2c4d1c9254
2c4d1c9254
to6842a803a7
6842a803a7
to40c2644633
40c2644633
to8136004655
8136004655
tob92507d4a7
b92507d4a7
toe07eaa1d76
e07eaa1d76
toaf73c59a23
af73c59a23
toc887f4acb5
c887f4acb5
tob2a3aa39f3
b2a3aa39f3
to5f54ff3b75
5f54ff3b75
to8def1babe4
8def1babe4
tob5fafddc15
b5fafddc15
to2386d31d07
2386d31d07
tof1cdf4fdef
f1cdf4fdef
to6582076a5e
6582076a5e
to7c3a861d88
7c3a861d88
tocbdb836daf
cbdb836daf
to5dcca6d72f
5dcca6d72f
tob0543dfa21
b0543dfa21
to67380926d7
67380926d7
to85b9da8c09
85b9da8c09
tof803d05188
f803d05188
tof6b774d853
f6b774d853
todc916dfd85
dc916dfd85
to2b7bbca789
2b7bbca789
toc9fe3d10f1
c9fe3d10f1
tob03df72d1b
b03df72d1b
toaa2d594cfa
aa2d594cfa
to7f395ddcaf
7f395ddcaf
to7e3e778b89
7e3e778b89
to03023ee57e
03023ee57e
tob87ad55a7c
b87ad55a7c
todc9024ab93
dc9024ab93
to4da4f14d81
4da4f14d81
toece2e8ee6d
ece2e8ee6d
to2af08df300
2af08df300
to03590b802c
03590b802c
to6ac6ed7021
6ac6ed7021
toaf1436caad
af1436caad
to700094701c
700094701c
tod86a239e2e
d86a239e2e
to17f2536cdc
17f2536cdc
toe0ec462771
e0ec462771
todccf84f859
dccf84f859
to4e4e746aef
4e4e746aef
to5dff091d6b
5dff091d6b
to684e57dab3
684e57dab3
tod498f3aa13
d498f3aa13
to671043239c
671043239c
tof10a85dfdd
f10a85dfdd
to40707e24f6
40707e24f6
to1c54582f19
1c54582f19
to25c53e7cb6
25c53e7cb6
to682d5057ce
682d5057ce
to3c566b0a9e
3c566b0a9e
to822102b411
822102b411
toee78f99b85
ee78f99b85
to017e4529c4
017e4529c4
to61b49eaf23
61b49eaf23
to3ea0821288
3ea0821288
to6db240f7b1
6db240f7b1
tod51b1d4e5b
d51b1d4e5b
tode209ba002
de209ba002
to1ad2b57174
1ad2b57174
to7679ae8e4b
7679ae8e4b
to53528a25c6
53528a25c6
toe0ade192f2
e0ade192f2
to4649459f90
4649459f90
toda7b96e40f
da7b96e40f
toedc9679979
edc9679979
tob4c7486e72
b4c7486e72
to3e3302a7ca
3e3302a7ca
to8358c8e36e
8358c8e36e
to662f028638
662f028638
tob499f14f88
b499f14f88
toe033a7ddd9
e033a7ddd9
to4a1605606d
4a1605606d
tof828672aa8
f828672aa8
to1d338bdf8d
1d338bdf8d
to638f45b635
638f45b635
tof6ba13b616
f6ba13b616
to655a8414c7
655a8414c7
to94983fd181
94983fd181
toe5e65fd217
e5e65fd217
to3a4c2c5ce6
3a4c2c5ce6
tod1d9846705
d1d9846705
tofa45c80fd6
fa45c80fd6
to9e315d4d8f
9e315d4d8f
to1b45115852
1b45115852
toc05424f483
c05424f483
to688d9f99c1
View 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.