fix(deps): update all dependencies #13
Reference in New Issue
Block a user
Delete Branch "renovate/all"
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:
1.0.60->1.0.724.3.4->4.3.191.1.9->1.1.120.4.17->0.4.190.10.54->0.10.550.19.5->0.19.71.0.143->1.0.1761.0.97->1.0.1040.9.4->0.9.253.6.0->3.7.01.17.0->1.19.01.28.2->1.29.10.1.36->0.1.370.3.15->0.3.172.3.2->2.3.3Release Notes
dtolnay/anyhow
v1.0.72Compare Source
v1.0.71Compare Source
v1.0.70Compare Source
v1.0.69Compare Source
v1.0.68Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.67Compare Source
context()is used on anOption(#280)v1.0.66Compare Source
contextcall (#279)v1.0.65Compare Source
impl Provider for anyhow::Errorv1.0.64Compare Source
#[source] anyhow::Errorwith thiserror crate (#231)v1.0.63Compare Source
v1.0.62Compare Source
cargoinvocations with IDE builds (#261)v1.0.61Compare Source
clap-rs/clap
v4.3.19Compare Source
Fixes
value_terminatoreven in the presence of later multiple-value positional argumentsv4.3.18Compare Source
Fixes
--in fewer places where it won't workv4.3.17Compare Source
Fixes
PossibleValuedescriptions in--helpv4.3.16Compare Source
Fixes
v4.3.15Compare Source
Features
anstyleDocumentation
v4.3.14Compare Source
Features
ArgAction::HelpShortandArgAction::HelpLongfor explicitly specifying which style of help to displayFixes
[OPTIONS]in usage if a help or versionArgActionis usedv4.3.13Compare Source
v4.3.12Compare Source
Fixes
v4.3.11Compare Source
Features
num::Wrapping,Box, orArcBox<str>,Box<OsStr>, andBox<Path>v4.3.10Compare Source
Performance
v4.3.9Compare Source
Fixes
Command::ignore_errorsno longer masks help/versionv4.3.8Compare Source
Fixes
infer_long_arg, rather than arbitrarily picking one, matching the documentation and subcommand's behaviorv4.3.7Compare Source
Documentation
v4.3.6Compare Source
Documentation
cliov4.3.5Compare Source
ColorChoice::possible_valuesis added to simplify things for builder usersFixes
ColorChoice::to_possible_valueno longer includes descriptions, encouraging shorter help where possiblerust-lang/libz-sys
v1.1.12: - hotfixCompare Source
This hotfix fixes an issue that was introduced with
v1.1.10that could cause build failures on windows.Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.11...1.1.12
v1.1.11: - hotfixCompare Source
This release includes a fix for compile errors on some platforms due to
libandlib64folders.Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.10...1.1.11
v1.1.10Compare Source
What's Changed
flate2crate by @joshtriplett in https://github.com/rust-lang/libz-sys/pull/121zlib_installednot using the correct flags by @BlackDex in https://github.com/rust-lang/libz-sys/pull/131cargo-zngnow works on MacOS by @Byron in https://github.com/rust-lang/libz-sys/pull/138vcpkg-rswith it.New Contributors
Full Changelog: https://github.com/rust-lang/libz-sys/compare/1.1.9...1.1.10
rust-lang/log
v0.4.19Compare Source
v0.4.18Compare Source
set_max_level_racyand gateset_max_levelby @djkoloski in https://github.com/rust-lang/log/pull/544sfackler/rust-openssl
v0.10.55Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55
amethyst/rlua
v0.19.7Compare Source
v0.19.6Compare Source
serde-rs/serde
v1.0.176Compare Source
v1.0.175Compare Source
v1.0.174Compare Source
v1.0.173Compare Source
bitflagscrate (#2516)v1.0.172Compare Source
v1.0.171Compare Source
derive(Deserialize)on unit structs that have const generics (#2500, thanks @Baptistemontan)v1.0.170Compare Source
v1.0.169Compare Source
v1.0.168Compare Source
serde::de::IgnoredAnyto be the type for aserde(flatten)field (#2436, thanks @Mingun)v1.0.167Compare Source
RangeFromandRangeTo(#2471, thanks @tbu-)v1.0.166Compare Source
no-alloccategory to crates.io metadatav1.0.165Compare Source
serde(skip_deserializing)attributes (#2466, thanks @Mingun)-Zminimal-versionsbuildv1.0.164Compare Source
v1.0.163Compare Source
v1.0.162Compare Source
Support deserializing flattened adjacently tagged enums from data formats which represent fields as bytes, such as the
csvcrate (#2377, thanks @mfro)v1.0.161Compare Source
v1.0.160Compare Source
doc(hidden)(#2426, thanks @compiler-errors)v1.0.159Compare Source
v1.0.158Compare Source
#[serde(crate = $serde_path)](#2409)v1.0.157Compare Source
v1.0.156Compare Source
v1.0.155Compare Source
SerializeandDeserializeimpls forcore::ffi::CStrandalloc::ffi::CStringwithout "std" feature (#2374, thanks @safarir)v1.0.154Compare Source
flattenand'staticfields (#2383, thanks @Mingun)v1.0.153Compare Source
serde(alias = "…")attribute used inside of flattened struct (#2387, thanks @bebecue)v1.0.152Compare Source
v1.0.151Compare Source
serde::{ser,de}::StdErrorto re-exportcore::error::Errorwhen serde is built withfeature="std"off andfeature="unstable"on (#2344)v1.0.150Compare Source
Serializeimpl ofHashMapandBTreeMap(#2334)SerializeandDeserializeimpls ofstd::sync::atomictypes on more platforms (#2337, thanks @badboy)v1.0.149Compare Source
Serializeimpl ofBinaryHeap,BTreeSet, andHashSet(#2333, thanks @jonasbb)v1.0.148Compare Source
remotederive for generic types that have private fields (#2327)v1.0.147Compare Source
serde::de::value::EnumAccessDeserializerwhich transforms anEnumAccessinto aDeserializer(#2305)v1.0.146Compare Source
v1.0.145Compare Source
Sized(#2282, thanks @ChayimFriedman2)v1.0.144Compare Source
serde-rs/json
v1.0.104Compare Source
v1.0.103Compare Source
v1.0.102Compare Source
v1.0.101Compare Source
v1.0.100Compare Source
-Z minimal-versionsv1.0.99Compare Source
v1.0.98Compare Source
dtolnay/serde-yaml
v0.9.25Compare Source
v0.9.24Compare Source
v0.9.23Compare Source
v0.9.22Compare Source
v0.9.21Compare Source
Tag::newpanic if given empty string, since YAML has no syntax for an empty tagv0.9.20Compare Source
NoneorValue::Null, in addition to the previously supported empty vector, empty map, and struct with no required fieldsv0.9.19Compare Source
Displayandsource()(#359, #360)v0.9.18Compare Source
v0.9.17Compare Source
v0.9.16Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv0.9.15Compare Source
v0.9.14Compare Source
DeserializerforTaggedValueand&TaggedValue(#339)v0.9.13Compare Source
True,TRUE,False,FALSEas booleans,Null,NULLas null (#330)v0.9.12Compare Source
Support deserializing tagged literal scalar into primitive (#327)
v0.9.11Compare Source
v0.9.10Compare Source
DisplayforNumberproduce the same representation as serializing (#316)v0.9.9Compare Source
v0.9.8Compare Source
TaggedValuewhen used withto_value(#313)v0.9.7Compare Source
v0.9.6Compare Source
v0.9.5Compare Source
Displaytrait forserde_yaml::value::Tag(#307, thanks @masinc)Stebalien/tempfile
v3.7.0Compare Source
BREAKING: This release updates the MSRV to 1.63. This isn't an API-breaking change (so no major
release) but it's still a breaking change for some users.
Keats/tera
v1.19.0v1.18.1v1.18.0absfilterindentfilterget_json_pointerin favour ofdotted_pointer, a faster alternativev1.17.1Compare Source
get_randomuse isize instead of i32 and bad error message.or quotestokio-rs/tokio
v1.29.1: Tokio v1.29.1Compare Source
Fixed
block_in_placewith ablock_onbetween (#5837)v1.29.0: Tokio v1.29.0Compare Source
Technically a breaking change, the
Sendimplementation is removed fromruntime::EnterGuard. This change fixes a bug and should not impact most users.Breaking
EnterGuardshould not beSend(#5766)Fixed
fs::read_dir(#5653)JoinSet(#5693)EnterGuarddropped incorrect order (#5772)File(#5803)Changed
Added
broadcast::Receiver::blocking_recv(#5690)raw_argmethod toCommand(#5704)JoinSet::poll_join_next(#5721)Unstable
tokio-rs/tracing
v0.1.37: tracing 0.1.37Compare Source
This release of
tracingincorporates changes fromtracing-corev0.1.30 and
tracing-attributesv0.1.23,including the new
Subscriber::on_register_dispatchmethod for performing lateinitialization after a
Subscriberis registered as aDispatch, and bugfixesfor the
#[instrument]attribute. Additionally, it fixes instances of thebare_trait_objectslint, which is now a warning ontracing's MSRV and willbecome an error in the next edition.
Fixed
#[instrument]edfunctions (#2307)
type errors in
#[instrument]edasync fns (#2270)syndependency to fix compilation with-Z minimal-versions(#2246)bare_trait_objectswarning invalueset!macro expansion (#2308)Added
Subscriber::on_register_dispatchmethod (#2269)WeakDispatchtype andDispatch::downgrade()function (#2293)Changed
tracing-core: updated to 0.1.30tracing-attributes: updated to 0.1.23Documented
tracing-web][tracing-web] and [reqwest-tracing][reqwest-tracing] to related crates (#2283,#2331)
Thanks to new contributors @compiler-errors, @e-nomem, @WorldSEnder, @Xiami2012,
and @tl-rodrigo-gryzinski, as well as @jswrenn and @CAD97, for contributing to
this release!
BurntSushi/walkdir
v2.3.3Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 if that's undesired.
This PR has been generated by Renovate Bot.
c01344e875tof79986001af79986001ato7165b2467f7165b2467fto4df55a348c4df55a348ctobbe5296199bbe5296199tof8a07ed1b2f8a07ed1b2toa1312bdceaa1312bdceatoa99f745e92a99f745e92to0b2a614c490b2a614c49tof762fb0d31f762fb0d31toa3684f3928a3684f3928to2707b71c482707b71c48to23108070152310807015tofd1864b604fd1864b604toc742d7a1a1c742d7a1a1to28d9539e7a28d9539e7ato3da13127503da1312750to937acd2acd937acd2acdtoeb6da930fdeb6da930fdtod745468cffd745468cffto3bc7e0e2653bc7e0e265to2a3b7871132a3b787113to58dc4991bb58dc4991bbto6a2df009da6a2df009dato05ec33628f05ec33628ftoa1035cab66a1035cab66to00bb485a4400bb485a44to88d6f200d688d6f200d6tofe9e09eadbfe9e09eadbto9a6aeedf379a6aeedf37to9fbafe861d9fbafe861dto9f2c2c011c9f2c2c011ctobccedc14d4bccedc14d4to886a324ac6886a324ac6to2cd6a600df2cd6a600dfto388142b3bb388142b3bbtoc714918213c714918213to532e3b9949532e3b9949to4061082a374061082a37to375736d4c4375736d4c4toe7846cb7e5e7846cb7e5to939b83e308939b83e308to215f4caa41215f4caa41tocfdf51ecafcfdf51ecafto7fea573ae07fea573ae0tod99708c060d99708c060to8bc48f5a8f8bc48f5a8fto8685ab5e488685ab5e48to04927261020492726102tod24aa82030d24aa82030to99b8f7086199b8f70861to9e734dd0139e734dd013tofb0291df54fb0291df54to12f205eaa112f205eaa1to552a06b9be552a06b9beto771d28c6d9771d28c6d9to03f16745b303f16745b3toa8d6822eaaa8d6822eaatob65105d9fcb65105d9fcto6982a67f3b6982a67f3btoaac3d90784aac3d90784toddc0f6b9fbddc0f6b9fbtoc7614b626bc7614b626bto003fcdb487003fcdb487toe56a91bb60e56a91bb60tod33c91a53dd33c91a53dto0073cd7aa70073cd7aa7to38d6b048f538d6b048f5to9cc064416a9cc064416ato86bf054fe386bf054fe3toe492f3e057e492f3e057to762696ffc7762696ffc7to56e73c949256e73c9492toa1e58a38a3a1e58a38a3to79b5da1d1279b5da1d12tocc2b909301cc2b909301tobec4c62b85bec4c62b85tocfd9a9ad67cfd9a9ad67to0a3266501c0a3266501cto82132e780082132e7800toac17cdaeeeac17cdaeeeto83db7f8a8e83db7f8a8eto4935964a8a4935964a8ato15f79d632115f79d6321to3e54ebf3b9Update all dependenciesto fix(deps): update all dependencies3e54ebf3b9to40c58cd16e40c58cd16eto08e30e40f108e30e40f1to49ddbafe9649ddbafe96to29a7256f3429a7256f34tob60e7c11abb60e7c11abto5e06281bb25e06281bb2to049d81b613049d81b613to400e8591b4400e8591b4tod1d80fbf53d1d80fbf53to786305413a786305413ato8884f2136d8884f2136dto7a7c28860f7a7c28860fto693cd1996d693cd1996dto0a4cac12020a4cac1202to5d81175c875d81175c87toc04081d53dc04081d53dtoc504216183c504216183to21b9854da021b9854da0toa7cf472247a7cf472247to23b6d3598923b6d35989to766468ff72766468ff72to08f72cfb0208f72cfb02to569ebd15fa569ebd15fatoc8b448a608c8b448a608to2026149fa42026149fa4tobc32db2705bc32db2705to9515a7bcf19515a7bcf1to638607b683638607b683to08af7bc31308af7bc313toe9b335a071e9b335a071to8e8fc40ae78e8fc40ae7to13f786a3d213f786a3d2tob6e76ddc5b1d83701436tob58597e25d