Open
Conversation
❌ Deploy Preview for cynic-querygen-web failed.
|
de2b155 to
33511e4
Compare
52c0103 to
b805e02
Compare
b135ce4 to
ecf781a
Compare
3a75e89 to
b5e1049
Compare
ab2d93e to
d5e0c4c
Compare
6ca727c to
a0501aa
Compare
9819352 to
15f680c
Compare
6ba4a4c to
75d7008
Compare
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
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.
This PR contains the following updates:
17.0.39→17.0.9117.0.13→17.0.261.0.75→1.0.1020.8.0→0.8.57.0.0→7.2.17.0.0→7.2.10.1.73→0.1.890.4.31→0.4.444.4.3→4.5.602.0.4→2.2.00.3.8→0.3.123.4.3→3.13.13.4.3→3.13.10.1.8→0.1.212.5.0→2.6.11.7.1→1.11.515.8.0→15.10.10.4.0→0.4.10.4.0→0.4.11.1.0→1.4.00.3.3→0.3.42.5.0→2.13.02.0.4→2.0.71.31.0→1.46.320.17.0→20.20.10.18.0→0.18.50.12.3→0.12.51.0.86→1.0.1062.1.1→2.3.11.0.37→1.0.450.8.10→0.8.151.32.0→1.40.01.0.210→1.0.2281.0.107→1.0.1491.0.44→1.0.1491.0.44→1.0.1491.0.107→1.0.1491.5.0→1.7.02.0.87→2.0.1171.0.48→1.0.690.15.4→0.15.115.5.4→5.9.32.4.1→2.5.81.4.1→1.22.00.3.37→0.3.640.2.5→0.2.7Release Notes
dtolnay/anyhow (anyhow)
v1.0.102Compare Source
v1.0.101Compare Source
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)v1.0.97Compare Source
v1.0.96Compare Source
v1.0.95Compare Source
Error::from_boxed(#401, #402)v1.0.94Compare Source
v1.0.93Compare Source
thiserrorv2v1.0.92Compare Source
&raw constand&raw mutsyntax insideensure!(#390)v1.0.91Compare Source
v1.0.90Compare Source
v1.0.89Compare Source
UnwindSafeandRefUnwindSafeimpl consistently available between versions of Rust newer and older than 1.72 (#386)v1.0.88Compare Source
v1.0.87Compare Source
Error::newandError::chain, in no-std mode on Rust 1.81+ (#383)v1.0.86Compare Source
ensure!with non-literal after minus sign (#373)v1.0.85Compare Source
ensure!macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84Compare Source
ensure!through aNotimpl for a type that is notbool(#367)v1.0.83Compare Source
v1.0.82Compare Source
v1.0.81Compare Source
v1.0.80Compare Source
v1.0.79Compare Source
v1.0.78Compare Source
v1.0.77Compare Source
anyhow::Error::backtraceavailable on stable Rust compilers 1.65+ (#293, thanks @LukasKalbertodt)v1.0.76Compare Source
unsafe_op_in_unsafe_fnlint (#329)apollographql/apollo-rs (apollo-parser)
v0.8.5Compare Source
Fixes
The parser previously computed incorrect byte-offset spans when input contained
multi-byte UTF-8 characters (CJK, emoji, etc.), which could cause panics or
garbled error reports downstream. Fixes #450.
v0.8.4Compare Source
v0.8.1Compare Source
0.8.1 - 2024-08-20
Features
SyntaxTokena publicly accessible API - g-plane, pull/894This makes it easier for pretty-printers, linters and the like to work with the
parser API.
async-graphql/async-graphql (async-graphql-axum)
v7.2.0trace_scalarsoption to Tracing and OpenTelemetry extensions #1781jiffsupport #1778v7.1.0From<Option<T>>forConstValue#1739v7.0.19v7.0.181.89.0v7.0.171.86.0v7.0.16__typenamealways returnednullwhen introspection was disabled.1.83.0v7.0.15custom-error-conversionfeature #1631v7.0.14v7.0.13Compare Source
v7.0.121.83.0SimpleObject.boxed-traitfeature #1641v7.0.11v7.0.10SchemeBuilder.limit_directivesmethod to set the maximum number of directives on a single field.From<T>for [Error] set source #1561v7.0.9on_pingcallback toWebSocketv7.0.8rejectioninasync_graphql_axum#1571timeto3.36, as it fixes a compilation error in rust1.80#1572Debugfordynamic::FieldValue& Improve error messages for its methods #1582#[doc = ...]attributes when generating descriptions #1581Websocket::keepalive_timeoutmethod to sets a timeout for receiving an acknowledgement of the keep-alive ping.v7.0.7Compare Source
ARGUMENT_DEFINITIONis not being output at the appropriate location in SDL #1559v7.0.6Compare Source
InterfaceandOneofObjecton the same struct #1534v7.0.5Compare Source
displayattribute for Enum macro #1518v7.0.3Compare Source
type_nameofEmptySubscriptionfix #1435 #1475Request::set_parsed_querymethod #1483NextExecute::run_with_datamethod to attach context data before executionv7.0.2Compare Source
#[derive(OneofObject)]rejecting enums where the type comes from a macro substitution #1473impl Futureinstead ofasync-traitin most traits. #1468base64to0.21#1466v7.0.1dtolnay/async-trait (async-trait)
v0.1.89Compare Source
v0.1.88Compare Source
v0.1.87Compare Source
v0.1.86Compare Source
v0.1.85Compare Source
Self: 'async_traitbound in impl when not needed by signature (#284)v0.1.84Compare Source
impl Traitin return type (#282)v0.1.83Compare Source
v0.1.82Compare Source
v0.1.81Compare Source
syndependency (#272, thanks @klensy)v0.1.80Compare Source
!(#265, thanks @de-vri-es)v0.1.79Compare Source
v0.1.78Compare Source
v0.1.77Compare Source
v0.1.76Compare Source
v0.1.75Compare Source
v0.1.74Compare Source
chronotope/chrono (chrono)
v0.4.44: 0.4.44Compare Source
What's Changed
Cargo.tomlcontents by @coryan in #1772v0.4.43: 0.4.43Compare Source
What's Changed
NaiveDate::abs_diffby @Kinrany in #1752v0.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 #1676v0.4.40: 0.4.40Compare Source
What's Changed
write_toforDelayedFormatby @tugtugtug in #1654v0.4.39: 0.4.39Compare Source
What's Changed
from_timestamp_nanos()by @sgoll in #1591NaiveWeekmethods by @bragov4ik in [#1600](https://redirect.github.com/chronotopConfiguration
📅 Schedule: Branch creation - "after 10am on the first day of the month" (UTC), 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.