forked from BraneFramework/brane
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update all non-major dependencies (exclude 0.x.y) #17
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
Open
renovate
wants to merge
13
commits into
main
Choose a base branch
from
renovate/all-minor-patch-semver
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xtasks allow us to write rust implementations for common tasks that happen around the development of Brane. The advantages of writing these tasks in rust itself, is that is does not pose any additional dependencies besides the once that we already have. Additionally, it provides us with the full power of the rust language we in automating these common tasks Inspired by: https://github.com/matklad/cargo-xtask We start off with two subcommands: completions and manpage generation This also allows us to remove the pesky completion binaries from the brane-ctl and brane-cli workspace members.
Also restructure xtasks into different modules.
chore: Configure Renovate
Author
|
010c5ba to
3347bb0
Compare
a1214da to
bfa7a84
Compare
058de83 to
1869cad
Compare
69b6833 to
94660a2
Compare
c150d05 to
5ef46b9
Compare
3e6d586 to
8b07e73
Compare
8b07e73 to
c8349f5
Compare
a34c54e to
d18750c
Compare
43b0fcd to
5491b71
Compare
330cb20 to
71e24e0
Compare
57e8894 to
66e818a
Compare
c46785e to
481c6fc
Compare
382198e to
eb2e8e6
Compare
e63f4cf to
08e094b
Compare
08e094b to
53a8b7f
Compare
865c128 to
91965ec
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
1.0.97->1.0.1000.4.20->0.4.320.1.87->0.1.891.7.1->1.8.00.4.40->0.4.424.5.32->4.5.484.5.32->4.5.484.5.32->4.5.484.5.46->4.5.580.2.26->0.2.292.2.8->2.3.22.2.0->2.3.00.11.7->0.11.8v3.0.0->v3.3.11.1.0->1.1.22.0.2->2.0.32.1.0->2.3.01.6.0->1.7.00.2.171->0.2.1760.4.26->0.4.280.12.3->0.12.40.9.0->0.9.20.9.0->0.9.21.11.1->1.11.30.12.14->0.12.230.11.0->0.11.11.0.26->1.0.271.0.219->1.0.2281.0.140->1.0.1453.12.0->3.14.10.10.8->0.10.90.27.1->0.27.20.27.1->0.27.23.18.0->3.23.03.18.0->3.23.02.0.12->2.0.160.3.39->0.3.441.44.0->1.47.10.7.13->0.7.162.5.4->2.5.71.15.1->1.18.1Release Notes
dtolnay/anyhow (anyhow)
v1.0.100Compare Source
bail!,ensure!,anyhow!(#426)v1.0.99Compare Source
v1.0.98Compare Source
self.into_boxed_dyn_error()andself.reallocate_into_boxed_dyn_error_without_backtrace()methods for anyhow::Error (#415)Nullus157/async-compression (async-compression)
v0.4.32Compare Source
v0.4.31Compare Source
v0.4.30Compare Source
v0.4.29Compare Source
v0.4.28Compare Source
v0.4.27Compare Source
Fixed
v0.4.26Compare Source
Features
v0.4.25Compare Source
Changed
bzip2dependency to0.6. (#350)v0.4.24Compare Source
Other
v0.4.23Compare Source
Changed
brotlidependency to8.0.liblzmadependency to0.4.v0.4.22Compare Source
Added
DeflateEncoder::{total_in, total_out}()methods.v0.4.21Compare Source
Fixed
producemethod to check buffer capacity in implementations forBufWriter.dtolnay/async-trait (async-trait)
v0.1.89Compare Source
v0.1.88Compare Source
chronotope/chrono (chrono)
v0.4.42: 0.4.42Compare Source
What's Changed
wasm32-linuxsupport by @arjunr2 in #1707tzdataparsing by @ldm0 in #1679?Sizedbound to related methods ofDelayedFormat::write_toby @Huliiiiii in #1721from_timestamp_secsmethod toDateTimeby @jasonaowen in #1719v0.4.41Compare Source
What's Changed
subsec_microsandsubsec_millismethods toTimeDeltaby @ggoetz in #1668NaiveDateTime::UNIX_EPOCHby @robertbastian in #1670as_seconds_f32andas_seconds_f64forTimeDeltaby @ggoetz in #1671num_days_in_monthmethod toDateliketrait by @aslilac in #1673WeekdaySet, a collection ofWeekdaythat isCopyby @Kinrany in #1676clap-rs/clap (clap)
v4.5.48Compare Source
Documentation
typed_derivecookbook entryv4.5.47Compare Source
Features
impl FromArgMatches for ()impl Args for ()impl Subcommand for ()impl FromArgMatches for Infallibleimpl Subcommand for InfallibleFixes
clapv4.5.46Compare Source
Features
StyledStr::push_strv4.5.45Compare Source
Fixes
ValueEnumvariants now use the full doc comment, not summary, forPossibleValue::helpv4.5.44Compare Source
Features
Command::mut_subcommandsv4.5.43Compare Source
Fixes
v4.5.42Compare Source
Fixes
--helpv4.5.41Compare Source
Features
Styles::contextandStyles::context_valueto customize the styling of[default: value]like notes in the--helpv4.5.40Compare Source
Features
arg!()macro (e.g.arg!("check-config": ...))v4.5.39Compare Source
Fixes
v4.5.38Compare Source
Fixes
--or-v4.5.37Compare Source
Features
ArgMatches::try_clear_id()v4.5.36Compare Source
Fixes
v4.5.35Compare Source
Fixes
help_headingv4.5.34Compare Source
Fixes
flatten_help(true)and subcommands without argumentsv4.5.33Compare Source
Fixes
diesel-rs/diesel (diesel)
v2.3.2: Diesel 2.3.2Fixed
(Diesel 2.3.1 did not contain any changes beside the version bump to retrigger the docs.rs build)
Full Changelog: diesel-rs/diesel@v2.3.0...v2.3.2
You can support the development of Diesel by:
v2.3.0Compare Source
Added
limit()andoffset()DSL to combination clauses such asUNION#[derive(Identifiable)]ignoring attribute#[diesel(serialize_as)]on primary keysAsChangesetvia#[diesel(embed)]#[diesel(skip_update)]attribute for theAsChangesetderive to skip updating a field present in the structdiesel::r2d2::TestCustomizer, which allows users to customize theirdiesel::r2d2::Poolsin a way that makes the pools suitable for use in parallel tests.
JsonandJsonbsupport for the SQLite backend.#[diesel::declare_sql_function]attribute macro to easily define support formultiple sql functions at once via an
extern "SQL"block[print_schema] allow_tables_to_appear_in_same_query_config = "fk_related_tables"to generate separateallow_tables_to_appear_in_same_query!calls containing only tables that are related through foreign keys. (Default:"all_tables".) It is not possible to build queries using two tables that don't appear in the sameallow_tables_to_appear_in_same_query!call, but that macro generates O(n²) rust code, so this option may be useful to reduce compilation time. (#4333)wasm32-unknown-unknowntarget support for sqlite backend.CASToperator[print_schema] allow_tables_to_appear_in_same_query_config = "none"to generate noallow_tables_to_appear_in_same_query!calls. (Default:"all_tables".). (#4333)[print_schema] pg_domains_as_custom_typesparameter to generate custom types for PostgreSQL domains that matches any of the regexes in the given list. (Default:[].) This option allows an application to selectively give special meaning for the serialization/deserialization of these types, avoiding the default behavior of treating the domain as the underlying type. (#4592)Fixed
a.eq_any(b)was non-nullable even ifaandbwere nullable.InstrumentationEvent::BeginTransactionfor immediate and exclusive transactions in SQLiteDELETE FROM.ipnetworkto allow version 0.21.Changed
DIESEL_LOGlogging filter env variable instead of the defaultRUST_LOGone (#4575)v2.2.12Compare Source
v2.2.11Compare Source
v2.2.10Compare Source
v2.2.9Compare Source
Fixed
diesel migration generate --diff-schemaincorrectly uses the primary key of table B as the referenced column rather than the primary key of table A when B has a foreign key pointing to table A.uuidandserde_jsonfeature.unanmed prepared statement not founderror with pgbouncer.ipnet::Ipnetvalues with an subnet to SQL valuesrust-cli/env_logger (env_logger)
v0.11.8Compare Source
Compatibility
unstable-kvfeature which may be removed in a future patch releaseFeatures
kvfeatureConfigurableFormatto build custom [Builder::format]s that leverage thisLut99/error-trace-rs (error-trace)
v3.3.1: - Direct minimum versionsCompare Source
Changed
Cargo.tomlto actually the minimum supported versions.v3.3.0: -Trace::from_source()Compare Source
Added
Trace::from_source()from when the trace needs an additional message on top of the given error.v3.2.1: - 'static fixCompare Source
Fixed
trace!()- andtrace_coloured!()-macros no longer have an unnecessary'static-bound on input error types.v3.2.0: -serdecompatabilityCompare Source
Added
serde-feature, which implementsDeserializeandSerializeforTrace.v3.1.0: - Freezing tracesCompare Source
Added
Tracehelper type, which can be used to serialize an error and all its sources and then store in another type.Tracefor an example.rust-lang/flate2-rs (flate2)
v1.1.2Compare Source
What's Changed
0.5.1by @folkertdev in #490Full Changelog: rust-lang/flate2-rs@1.1.1...1.1.2
v1.1.1Compare Source
This release should be smaller and thus faster to download.
Additionally, when using the
zlib-rsbackend, duplicate symbol issues shouldn't occur anymore.What's Changed
0.5.0by @folkertdev in #482New Contributors
Full Changelog: rust-lang/flate2-rs@1.1.0...1.1.1
rust-cli/human-panic (human-panic)
v2.0.3Compare Source
Internal
chronotope/humantime (humantime)
v2.3.0: 2.3.0Compare Source
What's Changed
v2.2.0: 2.2.0Compare Source
What's Changed
parse_rfc3339and add a link to it by @vrmiguel in #21char::is_digitandchar::to_digitinstead of direct byte arithmetic by @vrmiguel in #22hyperium/hyper (hyper)
v1.7.0Compare Source
Bug Fixes
Features
TrySendError::error()method (#3885) (efa0b269)TrySendError::message()method (#3884) (03fd6aff)Error::is_shutdown()(#3863) (b8affd8a, closes #2745)allow_multiple_spaces_in_request_line_delimitershttp1 builder method (#3929) (9749184f)rust-lang/libc (libc)
v0.2.176Compare Source
Support
rustcsince 1.78. (#2406)Debugis now always implemented, rather than being gated behind theextra_traitsfeature. (#4624)Added
_KERNELmacro. (#4607)st_filereftostruct stat(#4642)accept4POSIX call (#4586)EM_RISCV(#4659)MS_NOSYMFOLLOW(#4389)backtrace_symbols(_fd)(#4668)SOL_PACKEToptnames (#4669)SYS_mseal(#4549)__errno(#4687)dirfd,VDISABLE, and resource consts (#4660)resource.h,fcntl.hconstants (#4666)strftimeandmkostemp[s](#4629)qsort_r(Unix), andqsort(_s)(Windows) (#4677)dlvsymfor Linux-gnu, FreeBSD, and NetBSD (#4671)sigqueue(#4620)Changed
kinfo_procas non-exhaustive (#4553)readdir_r(#4694)epoll_eventis packed (#4639)ctestwith the much more reliable new implementation (#4655 and many related PRs)Fixed
getgrnam_r([#4656](#4656P_IDLEPROCto FreeBSD 15 (#4640)mcontext_t::mc_tlsbaseto FreeBSD 15 (#4640)mcontext_t.mc_tlsbase(#4703)statfs[64](#4549)fpreg_ta union (#4549)gid_tanduid_t(#4689)MAP_FIXED(#4684)Deprecated
deprecatedattribute foriconv(a97a0b53)TIOCMGDTRWAITandTIOCMSDTRWAIT(#4685)Removed
JAIL_{GET,SET}_MASK,_MC_FLAG_MASK(#4691)v0.2.175Compare Source
Added
getpeereid(#4524)struct ld_infoand friends (#4578)struct winsize(#4577)CLONE_CLEAR_SIGHANDandCLONE_INTO_CGROUP(#4502)prctlconstants (#4531)mcontext_t.mc_tlsbase(#4503)kinfo_proc.ki_uerrmsg(#4552)in_conninfo(#4482)xinpgenand related types (#4482)xktls_session(#4482)libbsd(#4221)SECBIT_*(#4480)ioctlrequest generator macros (#4460)ptsname_r(#4608)strftime*(#4453)EXEC_RESTRICT_*andEXEC_DENY_*(#4545)Changed
constto signatures to be consistent with other platforms (#4563)Fixed
struct statvfs.f_fsid(#4576)ioctlrequestargument (#4582)stat{,64}.st_*tim(#4597)errnovalues (#4507)target_os->target_archcheck (#4550)xktls_session_onedir.ifnet(#4552)nlink_t(#4509)stack_t(#4528)SI_TIMER,SI_MESGQandSI_ASYNCIOdefinitions (#4529)si_errnoandsi_codeinsiginfo_t(#4530)statfs(#4527)fanotify_event_metadata(#4510)enum fae_actionto be#[repr(C)](#60a8cfd5)char->c_char(eaab4fc3)termiosdefinitions (#4518)EDEADLK(#4517)NCCS(#4513)MAP_LOCKEDandMAP_NORESERVE(#4516)shmid_ds(#4519)Deprecated
MAP_32BITis only defined on x86 on non-x86 architectures (#4511)Removed
FINDandENTER(#4588)O_FSYNC(#4515)RTLD_DEEPBIND(#4515)v0.2.174Compare Source
Added
pidfd_infofields pub (#4487)Fixed
timespec.tv_nsec(#4497)nlink_ttype forst_nlinkinstruct statdefinition (#4483)Other
unpredictable_function_pointer_comparisonslints (#4489)pointer::cast. (#4490)CMSG_NXTHDR. (#4492)v0.2.173Compare Source
Added
SO_SPLICEsocket option support for FreeBSD >= 14.2 (#4451)_TIME_BITS=64(#4433)nsfsioctls (#4436)prctls(#4400)linux/cn_proc.handlinux/connector.h(#4434)pwritev2andpreadv2(#4452)MADV_SOFT_OFFLINEconstant (#4448)struct tcp_info(#4443)arc4randomandarc4random_buf(#4464)MADV_SOFT_OFFLINEdefinition (#4447)time.hfunctions (#4427)Changed
SA_constants. (#4426)CMSG_ALIGN,CMSG_LEN, andCMSG_SPACEconst functions (#4441)Fixed
fpos_t(#4472)struct ipc_permbindings (#4384)O_LARGEFILEconstant value. (#4443)v0.2.172Compare Source
Added
getauxvalfor 32-bit targets (#4338)if_tun.hioctls (#4379)SO_BINDTOIFINDEX(#4391)posix_spawn_file_actions_add[f]chdir[_np](#4387)filedescandfdescenttbl(#4327)AF_UNSPEC(#4344)AF_VSOCK(#4344)timerfdAPIs (#4333)_IO,_IOW,_IOR,_IOWRto the exported API (#4325)tcp_infoto uClibc bindings (#4347)input-event-codes.h(#4326)seccomp.h(#4330)ptrace_sud_configand relatedPTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG. (#4386)pthread_attr_setstack(#4349)utmpxAPI (#4332)getrandomon all platforms (#4346)io-sock(#4169)sys/socket.handsys/uio.hdefinitions (#4388)O_DIRECTandSIGINFO(#4348)secure_getenv(#4342)d_typemember todirent(#4352)Deprecated
TCP_PCAP_OUTandTCP_PCAP_IN(#4381)Fixed
statfs(#4324)AF_INET = 3(#4344)SA_ONSTACKon RISC-V-32 (#4335)waitpidparameter name (#4334)Removed
O_FSYNCon RISC-V-32 (useO_SYNCinstead) (#4335)RTLD_DEEPBINDon RISC-V-32 (#4335)Other
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Amsterdam, 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 was generated by Mend Renovate. View the repository job log.