-
Notifications
You must be signed in to change notification settings - Fork 108
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
build(deps): bump the prod group across 1 directory with 21 updates #9107
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/prod-7d3d372276
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 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
Bumps the prod group with 21 updates in the / directory: | Package | From | To | | --- | --- | --- | | [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.1` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.7` | `1.1.8` | | [tinyvec](https://github.com/Lokathor/tinyvec) | `1.8.0` | `1.8.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.6` | `2.0.9` | | [inferno](https://github.com/jonhoo/inferno) | `0.12.0` | `0.12.1` | | [hyper](https://github.com/hyperium/hyper) | `1.5.1` | `1.5.2` | | [metrics-exporter-prometheus](https://github.com/metrics-rs/metrics) | `0.16.0` | `0.16.1` | | [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` | | [proptest-derive](https://github.com/proptest-rs/proptest) | `0.5.0` | `0.5.1` | | [insta](https://github.com/mitsuhiko/insta) | `1.41.1` | `1.42.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.15.0` | | [primitive-types](https://github.com/paritytech/parity-common) | `0.12.2` | `0.13.1` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.11.0` | `3.12.0` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) | `0.22.0` | `0.23.0` | | [elasticsearch](https://github.com/elastic/elasticsearch-rs) | `8.16.0-alpha.1` | `8.17.0-alpha.1` | | [syn](https://github.com/dtolnay/syn) | `2.0.90` | `2.0.95` | | [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` | Updates `semver` from 1.0.23 to 1.0.24 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.23...1.0.24) Updates `serde` from 1.0.215 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.217) Updates `tower` from 0.4.13 to 0.5.1 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.1) Updates `pin-project` from 1.1.7 to 1.1.8 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.7...v1.1.8) Updates `tinyvec` from 1.8.0 to 1.8.1 - [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md) - [Commits](Lokathor/tinyvec@v1.8.0...v1.8.1) Updates `thiserror` from 2.0.6 to 2.0.9 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.6...2.0.9) Updates `inferno` from 0.12.0 to 0.12.1 - [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md) - [Commits](jonhoo/inferno@v0.12.0...v0.12.1) Updates `hyper` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.5.1...v1.5.2) Updates `metrics-exporter-prometheus` from 0.16.0 to 0.16.1 - [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml) - [Commits](metrics-rs/metrics@metrics-exporter-prometheus-v0.16.0...metrics-exporter-prometheus-v0.16.1) Updates `proptest` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) Updates `proptest-derive` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/0.5.1/CHANGELOG.md) - [Commits](proptest-rs/proptest@proptest-derive-0.5.0...0.5.1) Updates `insta` from 1.41.1 to 1.42.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.41.1...1.42.0) Updates `serde_json` from 1.0.133 to 1.0.134 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.134) Updates `tempfile` from 3.14.0 to 3.15.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.15.0) Updates `primitive-types` from 0.12.2 to 0.13.1 - [Commits](https://github.com/paritytech/parity-common/commits/primitive-types-v0.13.1) Updates `serde_with` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v3.11.0...v3.12.0) Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `rocksdb` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases) - [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md) - [Commits](rust-rocksdb/rust-rocksdb@v0.22.0...v0.23.0) Updates `elasticsearch` from 8.16.0-alpha.1 to 8.17.0-alpha.1 - [Release notes](https://github.com/elastic/elasticsearch-rs/releases) - [Commits](elastic/elasticsearch-rs@v8.16.0-alpha.1...v8.17.0-alpha.1) Updates `syn` from 2.0.90 to 2.0.95 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.90...2.0.95) Updates `quote` from 1.0.37 to 1.0.38 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.37...1.0.38) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tinyvec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: inferno dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: metrics-exporter-prometheus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: proptest-derive dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: primitive-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: rocksdb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: elasticsearch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
A-dependencies
Area: Dependency file updates
A-rust
Area: Updates to Rust code
C-trivial
Category: A trivial change that is not worth mentioning in the CHANGELOG
P-Low ❄️
labels
Jan 6, 2025
dependabot
bot
requested review from
arya2 and
upbqdn
and removed request for
a team
January 6, 2025 16:19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-dependencies
Area: Dependency file updates
A-rust
Area: Updates to Rust code
C-trivial
Category: A trivial change that is not worth mentioning in the CHANGELOG
P-Low ❄️
0 participants
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.
Bumps the prod group with 21 updates in the / directory:
1.0.23
1.0.24
1.0.215
1.0.217
0.4.13
0.5.1
1.1.7
1.1.8
1.8.0
1.8.1
2.0.6
2.0.9
0.12.0
0.12.1
1.5.1
1.5.2
0.16.0
0.16.1
1.5.0
1.6.0
0.5.0
0.5.1
1.41.1
1.42.0
1.0.133
1.0.134
3.14.0
3.15.0
0.12.2
0.13.1
3.11.0
3.12.0
0.13.0
0.14.0
0.22.0
0.23.0
8.16.0-alpha.1
8.17.0-alpha.1
2.0.90
2.0.95
1.0.37
1.0.38
Updates
semver
from 1.0.23 to 1.0.24Release notes
Sourced from semver's releases.
Commits
6f4069d
Release 1.0.24d03aba3
Touch up PR 328238757d
Merge pull request #328 from Eh2406/master75856ef
faster Ord when Eq89504eb
Prevent upload-artifact step from causing CI failured1b17a9
Upload CI Cargo.lock for reproducing failures4ea60ae
Resolve doc_lazy_continuation clippy lintf96f9d8
Merge pull request #319 from dtolnay/docsrsfc5c98d
Rely on docs.rs to define --cfg=docsrs by defaultUpdates
serde
from 1.0.215 to 1.0.217Release notes
Sourced from serde's releases.
Commits
930401b
Release 1.0.217cb6eaea
Fix roundtrip inconsistency:b6f339c
Resolve repr_packed_without_abi clippy lint in tests2a5caea
Merge pull request #2872 from dtolnay/ehpersonalityb9f93f9
Add no-std CI on stable compilereb5cd47
Drop #[lang = "eh_personality"] from no-std test8478a3b
Merge pull request #2871 from dtolnay/nostdstartdbb9091
Replace #[start] with extern fn mainad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderivedUpdates
tower
from 0.4.13 to 0.5.1Release notes
Sourced from tower's releases.
Commits
7155101
Prepare release of v0.5.1 (#791)b2c48b4
Bump dependency on tower-layer (#787)fec9e55
tower-layer: drop versions from dev dependencies (#782)646804d
chore: prepare to release tower-0.5.0, tower-layer-0.3.3, tower-service-0.3.3...7202cfe
chore: fix a few typos (#780)85080a5
use workspace dependencies for tower (#778)88a7d3e
fix warnings found when running check/doc commands (#779)a6e98a7
chore: update GitHub Actions CI (#740)74e925d
chore: fix spelling errors (#775)89ac74f
feat: Make new functions const when possible (#760)Updates
pin-project
from 1.1.7 to 1.1.8Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
a1e1eb2
Release 1.1.85a1a568
pinned_drop: Use located_at instead of allowing unused_qualifications and cli...2fb3d56
Suppress various lints in generated code3fa6e92
tests: Update ui test output to nightly-2024-12-15b5eb2b2
tests: Update ui test output to nightly-2024-12-11dcc70b0
Fix typo6b3fa50
Update .deny.tomlf17c4c2
Ignore clippy::unnecessary_map_or lint69da844
tests: Update lint test5df0bb1
tests: Update ui test output to nightly-2024-11-02Updates
tinyvec
from 1.8.0 to 1.8.1Changelog
Sourced from tinyvec's changelog.
... (truncated)
Commits
659e6c1
chore: Release8a2eaf8
end of 2024 cleanup (#202)e4153c8
Update lib.rs (#201)a212228
Fix rustc features not depending on each other (#199)Updates
thiserror
from 2.0.6 to 2.0.9Release notes
Sourced from thiserror's releases.
Commits
c535cec
Release 2.0.90a0516d
Merge pull request #404 from dtolnay/fromfne5169bb
Unspan From impl contentsc008375
FIx typo in ui test2bd2982
Release 2.0.8a7de3ab
Merge pull request #399 from dtolnay/respanf1243a0
Fix spans on macro-generated bindings and format variables6a07345
Add regression test for issue 3989c0f2d2
Release 2.0.72deec96
Merge pull request 397 from zertosh/from_allow_expectUpdates
inferno
from 0.12.0 to 0.12.1Changelog
Sourced from inferno's changelog.
Commits
8e691e6
Release 0.12.1 with #33841de77c
Trim reversed stacks to prevent sort check from failing (#338)Updates
hyper
from 1.5.1 to 1.5.2Release notes
Sourced from hyper's releases.
Changelog
Sourced from hyper's changelog.
Commits
30f2961
v1.5.2a131111
fix(http1): fix intermitent panic parsing partial headers (#3812)a3bda62
docs(roadmap): update ROADMAP post v1.0 (#3763)115339d
chore(benches): fix pin-project-lite not found (#3807)0bd4adf
refactor(lib): reduce clippy warnings (#3805)12717d1
chore(ffi): only backup hyper.h when passing --verify (#3800)8cf1121
test(server): fix conditional cfg for tests needing the server feature (#3799)eaf2267
fix(http1): skip debug assertion of content length for HEAD responses (#3795)7f4a682
feat(ffi): add cargo-c support (#3787)Updates
metrics-exporter-prometheus
from 0.16.0 to 0.16.1Commits
f056b19
chore: Released9eae32
chore: Release241aa3c
update CHANGELOGs16aeeac
remove erroneously committed KeyName::into_innerc15fed2
enhancement: add a new DogStatsD-specific exporter (#548)e6cf124
chore: Releasef289050
chore: improve Level and update changelogdeaa359
chore: update crate docs around metadataed64fb6
Add units to prometheus metric lines (#535)d97f801
util: change some layers to require recorders that are Sync (#538)Updates
proptest
from 1.5.0 to 1.6.0Commits
Updates
proptest-derive
from 0.5.0 to 0.5.1Changelog
Sourced from proptest-derive's changelog.
Commits
39875e2
Version 0.5.1.20cd398
Update floating-support for Rust 1.24.0's newfrom_bits
implementation.6dee486
FixRecursive
not shrinking to non-recursive case.b107e3f
Version 0.5.0.9a84f3e
Remove the long-deprecatedSingleton
alias.2ad1d5b
Clarify role ofarbitrary
.dd09a1a
Remove char::ANY.8404588
Merge pull request #40 from Centril/feature/recursion-improvementsda677e9
fix bug in osstring_invalid_string (windows)add17f2
document changes to .prop_recursive(..)Updates
insta
from 1.41.1 to 1.42.0Release notes
Sourced from insta's releases.
Changelog
Sourced from insta's changelog.
Commits
c20f566
Bump version to 1.42.0 (#703)aca7fe4
Update changelog for 1.42; addsnapshot_kind
explanation (#702)3f1e9a1
Fix clippy error & run--all-features
in CI (#701)f750c5b
Updatedist
config (#700)60638c2
Defer tocargo metadata
to evaluate the workspace root (#660)1d9ddea
Don't clear unrelated pending snapshots (#651)966746a
Replacelazy_static
withonce_cell
(#698)0caaaca
fix(settings): mark drop guard as !Send (#695)0283774
Don't addsnapshot_kind: text
to snapshots (#690)f2783e5
Fix warning, make them errors in CI (#693)Updates
serde_json
from 1.0.133 to 1.0.134Release notes
Sourced from serde_json's releases.
Commits
b2a1415
Release 1.0.1349875785
Tweak wording of NULL/TRUE/FALSE documentation4aa05b9
Merge pull request #1222 from dtolnay/rawvalueassocf42c7c7
Move RawValue associated constants into same impl block as public functions96576ba
Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools4db66fb
Add'static
lifetime toconst
's9c9aa1f
Add literal 'null', 'true' and 'false' consts toRawValue
struct.Updates
tempfile
from 3.14.0 to 3.15.0Changelog
Sourced from tempfile's changelog.
Commits
e7a40e3
Release v3.15.0ea45f47
feat: re-seed from system randomness on collision (#314)16209da
Fix link to ticket in changelog (#310)ae22b27
docs: add owasp link on insecure temporary files (#309)Updates
primitive-types
from 0.12.2 to 0.13.1Commits
Updates
serde_with
from 3.11.0 to 3.12.0Release notes
Sourced from serde_with's releases.
Commits
5de3400
Bump version to 3.12 and update changelogs (#812)0d36647
Bump version to 3.12 and update changelogsf4f784c
Remove use ofops::Mul
andops::Neg
since they can fail (#811)9c06ffa
Generate better error messages when encountering unexpected i128/u128 values ...90d7312
Remove use ofops::Mul
andops::Neg
since they can faile8d2e02
Generate better error messages when encountering unexpected i128/u128 values ...4c273b2
Remove someas
casts (#809)c910fa1
Fix/remove more as castsfa14d98
Remove someas
castsef112b9
Warn aboutas
usage in time related codeUpdates
itertools
from 0.13.0 to 0.14.0Changelog
Sourced from itertools's changelog.
Commits
a015a68
Addnext_array
andcollect_array
a1213e1
Prepare v0.14.0 releaseff0c942
fix clippy lintsf80883b
Fix into_group_map_by documentation errorsb793238
Add track_caller for asser_equal5d4056b
default_features
is deprecated - switch it todefault-features
a447b68
doc for added traitd0479b0
"nitpicks"35c78ce
IndexMut -> BorrowMut<slice>deb53ba
refactored to share codeUpdates
rocksdb
from 0.22.0 to 0.23.0Release notes
Sourced from rocksdb's releases.