-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
chore(deps): Bump the patches group across 1 directory with 19 updates #22370
Merged
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 patches group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.8` | `1.1.9` | | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.28` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` | | [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.3.3` | `1.3.4` | | [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.2.7` | `1.2.8` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.7.6` | `1.7.8` | | [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` | | [prost-reflect](https://github.com/andrewhickman/prost-reflect) | `0.14.4` | `0.14.5` | | [dyn-clone](https://github.com/dtolnay/dyn-clone) | `1.0.17` | `1.0.18` | | [inventory](https://github.com/dtolnay/inventory) | `0.3.17` | `0.3.19` | | [openssl-probe](https://github.com/alexcrichton/openssl-probe) | `0.1.5` | `0.1.6` | | [tokio-postgres](https://github.com/sfackler/rust-postgres) | `0.7.12` | `0.7.13` | | [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` | | [mlua](https://github.com/khvzak/mlua) | `0.10.2` | `0.10.3` | | [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.98` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.9` | `0.17.11` | Updates `pin-project` from 1.1.8 to 1.1.9 - [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.8...v1.1.9) Updates `clap` from 4.5.26 to 4.5.28 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.28) Updates `async-trait` from 0.1.85 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.86) Updates `aws-types` from 1.3.3 to 1.3.4 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-sigv4` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.2.12 to 1.2.13 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-runtime` from 1.7.6 to 1.7.8 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) Updates `prost-reflect` from 0.14.4 to 0.14.5 - [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md) - [Commits](andrewhickman/prost-reflect@0.14.4...0.14.5) Updates `dyn-clone` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](dtolnay/dyn-clone@1.0.17...1.0.18) Updates `inventory` from 0.3.17 to 0.3.19 - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](dtolnay/inventory@0.3.17...0.3.19) Updates `openssl-probe` from 0.1.5 to 0.1.6 - [Commits](alexcrichton/openssl-probe@0.1.5...0.1.6) Updates `tokio-postgres` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.12...tokio-postgres-v0.7.13) Updates `toml` from 0.8.19 to 0.8.20 - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20) Updates `mlua` from 0.10.2 to 0.10.3 - [Release notes](https://github.com/khvzak/mlua/releases) - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md) - [Commits](https://github.com/khvzak/mlua/commits) Updates `syn` from 2.0.96 to 2.0.98 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.96...2.0.98) Updates `ryu` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.18...1.0.19) Updates `clap_complete` from 4.5.42 to 4.5.44 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.42...clap_complete-v4.5.44) Updates `indicatif` from 0.17.9 to 0.17.11 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.9...0.17.11) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: aws-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: aws-sigv4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: aws-smithy-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: aws-smithy-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: prost-reflect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: inventory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: openssl-probe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: tokio-postgres dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: mlua dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: ryu dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
domain: deps
Anything related to Vector's dependencies
no-changelog
Changes in this PR do not need user-facing explanations in the release changelog
labels
Feb 5, 2025
github-actions
bot
added
domain: core
Anything related to core crates i.e. vector-core, core-common, etc
domain: vdev
Anything related to the vdev tooling
labels
Feb 5, 2025
Datadog ReportBranch report: ✅ 0 Failed, 7 Passed, 0 Skipped, 25.44s Total Time |
pront
approved these changes
Feb 5, 2025
titaneric
pushed a commit
to titaneric/vector
that referenced
this pull request
Feb 7, 2025
vectordotdev#22370) * chore(deps): Bump the patches group across 1 directory with 19 updates Bumps the patches group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.8` | `1.1.9` | | [clap](https://github.com/clap-rs/clap) | `4.5.26` | `4.5.28` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.85` | `0.1.86` | | [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.3.3` | `1.3.4` | | [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.2.7` | `1.2.8` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.7.6` | `1.7.8` | | [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` | | [prost-reflect](https://github.com/andrewhickman/prost-reflect) | `0.14.4` | `0.14.5` | | [dyn-clone](https://github.com/dtolnay/dyn-clone) | `1.0.17` | `1.0.18` | | [inventory](https://github.com/dtolnay/inventory) | `0.3.17` | `0.3.19` | | [openssl-probe](https://github.com/alexcrichton/openssl-probe) | `0.1.5` | `0.1.6` | | [tokio-postgres](https://github.com/sfackler/rust-postgres) | `0.7.12` | `0.7.13` | | [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` | | [mlua](https://github.com/khvzak/mlua) | `0.10.2` | `0.10.3` | | [syn](https://github.com/dtolnay/syn) | `2.0.96` | `2.0.98` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.18` | `1.0.19` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.44` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.9` | `0.17.11` | Updates `pin-project` from 1.1.8 to 1.1.9 - [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.8...v1.1.9) Updates `clap` from 4.5.26 to 4.5.28 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.28) Updates `async-trait` from 0.1.85 to 0.1.86 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.85...0.1.86) Updates `aws-types` from 1.3.3 to 1.3.4 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-sigv4` from 1.2.7 to 1.2.8 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` from 1.2.12 to 1.2.13 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-runtime` from 1.7.6 to 1.7.8 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `serde_json` from 1.0.137 to 1.0.138 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.137...v1.0.138) Updates `prost-reflect` from 0.14.4 to 0.14.5 - [Changelog](https://github.com/andrewhickman/prost-reflect/blob/main/CHANGELOG.md) - [Commits](andrewhickman/prost-reflect@0.14.4...0.14.5) Updates `dyn-clone` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](dtolnay/dyn-clone@1.0.17...1.0.18) Updates `inventory` from 0.3.17 to 0.3.19 - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](dtolnay/inventory@0.3.17...0.3.19) Updates `openssl-probe` from 0.1.5 to 0.1.6 - [Commits](alexcrichton/openssl-probe@0.1.5...0.1.6) Updates `tokio-postgres` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/sfackler/rust-postgres/releases) - [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.12...tokio-postgres-v0.7.13) Updates `toml` from 0.8.19 to 0.8.20 - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20) Updates `mlua` from 0.10.2 to 0.10.3 - [Release notes](https://github.com/khvzak/mlua/releases) - [Changelog](https://github.com/mlua-rs/mlua/blob/main/CHANGELOG.md) - [Commits](https://github.com/khvzak/mlua/commits) Updates `syn` from 2.0.96 to 2.0.98 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.96...2.0.98) Updates `ryu` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.18...1.0.19) Updates `clap_complete` from 4.5.42 to 4.5.44 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.42...clap_complete-v4.5.44) Updates `indicatif` from 0.17.9 to 0.17.11 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.9...0.17.11) --- updated-dependencies: - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: aws-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: aws-sigv4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: aws-smithy-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: aws-smithy-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: prost-reflect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: inventory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: openssl-probe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: tokio-postgres dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: mlua dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: ryu dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patches ... Signed-off-by: dependabot[bot] <support@github.com> * replace with init_openssl_env_vars * regen licenses * fmt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavlos Rontidis <pavlos.rontidis@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
domain: core
Anything related to core crates i.e. vector-core, core-common, etc
domain: deps
Anything related to Vector's dependencies
domain: vdev
Anything related to the vdev tooling
no-changelog
Changes in this PR do not need user-facing explanations in the release changelog
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 patches group with 18 updates in the / directory:
1.1.8
1.1.9
4.5.26
4.5.28
0.1.85
0.1.86
1.3.3
1.3.4
1.2.7
1.2.8
1.7.6
1.7.8
1.0.137
1.0.138
0.14.4
0.14.5
1.0.17
1.0.18
0.3.17
0.3.19
0.1.5
0.1.6
0.7.12
0.7.13
0.8.19
0.8.20
0.10.2
0.10.3
2.0.96
2.0.98
1.0.18
1.0.19
4.5.42
4.5.44
0.17.9
0.17.11
Updates
pin-project
from 1.1.8 to 1.1.9Release notes
Sourced from pin-project's releases.
Changelog
Sourced from pin-project's changelog.
Commits
e224413
Release 1.1.91003f80
Suppress clippy::missing_const_for_fn lint in generated codec6d2ebc
Ignore clippy::doc_overindented_list_items lintf33d7eb
tools: Update tidy.sh and related configs/markers63c0e8e
ci: Update reusable workflows970d0c3
ci: Use taiki-e/github-actions/.github/workflows/test.yml reusable workflow00b79e2
tests: Add todo commentebed0a3
ci: Disable buggy dependabot grouped updateee924ee
tools: Format shell scripts with indent_size = 2 to match scripts in CI configb8e1b16
tests: Update lint testUpdates
clap
from 4.5.26 to 4.5.28Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
257d781
chore: Release06c5f5f
docs: Update changelog6ac1535
Merge pull request #5733 from epage/bina7a8f93
fix(complete): Strip wrappers for running completerb2c8e44
feat(complete): Allow user to override bin/completer21c9892
chore: Release0c8bceb
docs: Update changelogd8f102a
Merge pull request #5732 from epage/consistentc92fca3
docs(complete): Clarify CompleteEnv's Shell trait5ca60e9
Merge pull request #5731 from epage/bashUpdates
async-trait
from 0.1.85 to 0.1.86Release notes
Sourced from async-trait's releases.
Commits
46a70c0
Release 0.1.860e43f29
Merge pull request #286 from dtolnay/dyncompc49cbcb
Update 'object safe' -> 'dyn compatible' naming in tests87316f9
Merge pull request #285 from dtolnay/dyncompeb69fb3
Delete section on dyn compatibility of default implementationsec9665a
Update example error message in docsf1b4d3c
Update ui test suite to nightly-2025-02-01b33a4b2
More precise gitignore patterns9d09210
Remove **/*.rs.bk from project-specific gitignore3f11674
Update ui test suite to nightly-2025-01-23Updates
aws-types
from 1.3.3 to 1.3.4Commits
Updates
aws-sigv4
from 1.2.7 to 1.2.8Commits
Updates
aws-smithy-types
from 1.2.12 to 1.2.13Commits
Updates
aws-smithy-runtime
from 1.7.6 to 1.7.8Commits
Updates
serde_json
from 1.0.137 to 1.0.138Release notes
Sourced from serde_json's releases.
Commits
c916099
Release 1.0.138dc29e48
Move BufReader to caller29122f9
Sort imports from PR 1237d33c1b5
Merge pull request #1237 from JonathanBrouwer/master8c2d800
Add more warnings to apply buffering on docs of affected functions65bbd1a
Fix example of from_reader not applying buffering when it should87f78da
More precise gitignore patterns4134f11
Remove *.sw[po] from gitignorec7626db
Remove **/*.rs.bk from project-specific gitignoreUpdates
prost-reflect
from 0.14.4 to 0.14.5Changelog
Sourced from prost-reflect's changelog.
Commits
a6c81bf
(cargo-release) prost-reflect version 0.14.5521cebe
Update changelog090d944
Add print_message_fields_in_index_order to text-format (#140)Updates
dyn-clone
from 1.0.17 to 1.0.18Release notes
Sourced from dyn-clone's releases.
Commits
551e400
Release 1.0.18e605512
Merge pull request #29 from dtolnay/dyncompec9d867
Update 'object safe' -> 'dyn compatible' wording187ff58
More precise gitignore patterns2ee12af
Remove **/*.rs.bk from project-specific gitignore37a3878
Update ui test suite to nightly-2024-10-30115fb98
Fill in ignore reasons in all #[ignore] attributese6a94d1
Revert "Temporarily disable miri on doctests"297380e
Update ui test suite to nightly-2024-03-3156081d5
Temporarily disable miri on doctestsUpdates
inventory
from 0.3.17 to 0.3.19Release notes
Sourced from inventory's releases.
Commits
dad50ac
Release 0.3.19f0396e4
Merge pull request #79 from lefebvreb/master05ff319
Manually implement Clone for Iter860bfc2
Release 0.3.18d60c31a
Merge pull request 78 from coolcatcoder/master5e5dc1b
add wasm export example in documentationeb057d7
Fix -Zrandomize-layout setting in Windows jobsc723113
Ignore Windows linker warning9546fdf
More precise gitignore patterns12851e7
Remove **/*.rs.bk from project-specific gitignoreUpdates
openssl-probe
from 0.1.5 to 0.1.6Commits
4221247
Merge pull request #35 from alexcrichton/bump433e5a0
Bump to 0.1.6a0e4ef7
Merge pull request #34 from alexcrichton/expose-cert-iterator28428e5
Go ahead and publish&Path
iterator function3cef693
Merge pull request #33 from alexcrichton/add-unsafe-functions9e937c0
Hide old functions from docs3ea7c1a
Deprecate env-var-writing functionsa9a9f3e
Merge pull request #32 from alexcrichton/modernize87b3910
Add some basic CI and metadata5b4b622
Merge pull request #31 from ctz/masterUpdates
tokio-postgres
from 0.7.12 to 0.7.13Commits
ad68abf
Release tokio-postgres v0.7.1343c7049
Release postgres-types v0.2.9966724c
Release postgres-protocol v0.6.81ed6365
Release postgres-openssl v0.5.114f3b9e
Release postgres-native-tls v0.5.17ee61f3
Merge pull request #1207 from sfackler/cidr-fixesa5eaea1
fix cibfb35b2
add docs89b91b4
Propagate features0785381
Merge pull request #1183 from rs-sac/upstreamUpdates
toml
from 0.8.19 to 0.8.20Commits
f550dbf
chore: Release25587db
docs: Update changelogfbc77ec
Merge pull request #829 from tisonkun/map-get-kv4605a64
fea: impl Map get_key_value8efc81e
chore(deps): Update Rust crate serde_json to v1.0.138 (#828)15496f1
chore: Release1131ce8
docs: Update changelog4776fca
Merge pull request #827 from epage/winnow07754769b
chore: Upgrade to Winnow 0.79415da2
refactor(parser): Switch to ModalParserUpdates
mlua
from 0.10.2 to 0.10.3Changelog
Sourced from mlua's changelog.
Commits
Updates
syn
from 2.0.96 to 2.0.98Release notes
Sourced from syn's releases.
Commits
71f3808
Release 2.0.98f0c57ee
Merge pull request #1847 from dtolnay/lifetimes4307f64
Allow lifetimes in function pointer return valuesd15bdea
Release 2.0.97bf672a9
Merge pull request #1846 from dtolnay/surroundcfgf0ee7e9
Fix missing doc cfg on <$Delimiter>::surrounde0e40cf
Resolve unnecessary_semicolon pedantic clippy lint6ebd966
Resolve sliced_string_as_bytes clippy linta09b650
More precise gitignore patterns42601b9
Resolve needless_continue pedantic clippy lintUpdates
ryu
from 1.0.18 to 1.0.19Release notes
Sourced from ryu's releases.
Commits
81d9ec4
Release 1.0.197bb6da1
Merge pull request #58 from dtolnay/rand7e4b85e
Update rand crate to 0.9d12f8d0
More precise gitignore patterns631e145
Remove **/*.rs.bk from project-specific gitignored3f7415
Prevent upload-artifact step from causing CI failure5be6db4
Upload CI Cargo.lock for reproducing failures8234c4d
Fill in ignore reasons in all #[ignore] attributes92fbde0
Merge pull request #57 from dtolnay/exhaustive55825b3
Mark exhaustive test #[ignore] in non-cfg(exhaustive)Updates
clap_complete
from 4.5.42 to 4.5.44Commits
8e2c2c5
chore: Release427d4fc
docs: Update changelog3b99593
Merge pull request #5896 from epage/envf5fc765
feat(complete): Provide a way to disable env completionsc4105bd
chore: Releasea029b20
docs: Update changelogcf15d48
Merge pull request #5893 from 8LWXpg/patch-27e54542
Merge pull request #5892 from 8LWXpg/patch-16ffc88f
fix(complete): Check if help string is empty7d8470e
fix(complete): Fix single quote escaping in PowerShellUpdates
indicatif
from 0.17.9 to 0.17.11Release notes
Sourced from indicatif's releases.
Commits
fe59003
Bump the version to 0.17.119d4849a
ChangeOnceCell
toOnceLock
inTabExpandedString
c340e9f
Bump version to 0.17.103c9017e
Update rand requirement from 0.8 to 0.9 (#693)2871b47
Adddec
anddec_length
toProgressBar
be119bd
Remove unnecessary spinner display in multi examples (#682)1a5f606
Make ProgressBar:set_tab_with take &selffff1218
Make tab extension lazy33a7843
Only get draw_target-width when we actually draw6417492
Fix double prints (#671)Most Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions