router
router copied to clipboard
fix(deps): update all non-major packages >= 1.0
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| anyhow | dependencies | patch | 1.0.64 -> 1.0.65 |
||||
| clap | dependencies | patch | 3.2.21 -> 3.2.22 |
||||
| insta (source) | dev-dependencies | minor | 1.19.1 -> 1.21.0 |
||||
| once_cell | dev-dependencies | minor | 1.14.0 -> 1.15.0 |
||||
| once_cell | dependencies | minor | 1.14.0 -> 1.15.0 |
||||
| rhai (source) | dependencies | patch | 1.10.0 -> 1.10.1 |
||||
| serde (source) | dependencies | patch | 1.0.144 -> 1.0.145 |
||||
| serde_json | dependencies | patch | 1.0.85 -> 1.0.86 |
||||
| thiserror | dependencies | patch | 1.0.34 -> 1.0.37 |
||||
| tokio (source) | dependencies | patch | 1.21.0 -> 1.21.2 |
||||
| typescript (source) | devDependencies | patch | 4.8.3 -> 4.8.4 |
||||
| uuid | dependencies | minor | 1.1.2 -> 1.2.1 |
Release Notes
clap-rs/clap
v3.2.22
[3.2.22] - 2022-09-16
Fixes
- Unify dependencies on
terminal_sizeto the 0.2 release
mitsuhiko/insta
v1.21.0
- Fixed an issue that broke support for older rust versions. (#​292)
- Added
cargo insta showcommand to render a snapshot. - Added support for compact JSON snapshots. (#​288)
v1.20.0
matklad/once_cell
v1.15.0
- Increase minimal supported Rust version to 1.56.0.
- Implement
UnwindSafeeven if thestdfeature is disabled.
serde-rs/serde
v1.0.145
- Allow RefCell<T>, Mutex<T>, and RwLock<T> to be serialized regardless of whether T is
Sized(#​2282, thanks @​ChayimFriedman2)
serde-rs/json
v1.0.86
- Support
arbitrary_precisionfeature even in no-std mode (#​928, thanks @​kvinwang)
dtolnay/thiserror
v1.0.37
- Documentation improvements
v1.0.36
- Documentation improvements (#​195, thanks @​matklad)
v1.0.35
- More work on integrating std::any::Provider for backtrace support
- Fix "Multiple applicable
providemethods in scope" error when the caller has both std::error::Error and std::any::Provide traits in scope (#​185)
tokio-rs/tokio
v1.21.2
1.21.2 (September 27, 2022)
This release removes the dependency on the once_cell crate to restore the MSRV of 1.21.x, which is the latest minor version at the time of release. (#​5048)
v1.21.1
1.21.1 (September 13, 2022)
Fixed
Microsoft/TypeScript
v4.8.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.2 (Stable).
- fixed issues query for Typescript 4.8.3 (Stable).
- fixed issues query for Typescript 4.8.4 (Stable).
Downloads are available on:
uuid-rs/uuid
v1.2.1
What's Changed
- Fix up lost re-export of v1 Timestamp by @​KodrAus in https://github.com/uuid-rs/uuid/pull/636
- Prepare for 1.2.1 release by @​KodrAus in https://github.com/uuid-rs/uuid/pull/637
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1
v1.2.0
What's Changed
- formatting changes by @​pintariching in https://github.com/uuid-rs/uuid/pull/610
- Remove outdated Travis CI reference by @​atouchet in https://github.com/uuid-rs/uuid/pull/616
- refactors Timestamp, Context and ClockSequence, and adds UUIDS v6, v7, v8 by @​rrichardson in https://github.com/uuid-rs/uuid/pull/611
- migrate from winapi to windows_sys in examples by @​sn99 in https://github.com/uuid-rs/uuid/pull/626
- Update windows-sys requirement from 0.36.1 to 0.42.0 by @​dependabot in https://github.com/uuid-rs/uuid/pull/628
- Some work on the new version features by @​KodrAus in https://github.com/uuid-rs/uuid/pull/625
- Implement now in wasm by @​KodrAus in https://github.com/uuid-rs/uuid/pull/630
- More work on docs by @​KodrAus in https://github.com/uuid-rs/uuid/pull/631
- hide draft versions behind the unstable cfg by @​KodrAus in https://github.com/uuid-rs/uuid/pull/633
- Prepare for 1.2.0 release by @​KodrAus in https://github.com/uuid-rs/uuid/pull/634
New Contributors
- @​pintariching made their first contribution in https://github.com/uuid-rs/uuid/pull/610
- @​atouchet made their first contribution in https://github.com/uuid-rs/uuid/pull/616
- @​sn99 made their first contribution in https://github.com/uuid-rs/uuid/pull/626
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0
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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
@renovate[bot] your pull request is missing a changelog!
@renovate[bot], please add a /NEXT_CHANGELOG.md entry for this PR to the appropriate section!
I've opened up https://github.com/apollographql/router/pull/1993 to figure out what happened between this PR and https://github.com/apollographql/router/commit/783206a93718c65d0a25ca7c930f0f64ec59df70, when tests were passing on this PR.