-
Notifications
You must be signed in to change notification settings - Fork 54
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(dep): bump the deps group across 1 directory with 16 updates #164
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 deps group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.80` | `0.1.81` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.39.3` | | [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.13` | | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.3` | `0.11.5` | | [keyring](https://github.com/hwchen/keyring-rs) | `2.3.3` | `3.2.0` | | [openssl](https://github.com/sfackler/rust-openssl) | `0.10.64` | `0.10.66` | | [pyo3](https://github.com/pyo3/pyo3) | `0.22.0` | `0.22.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.203` | `1.0.209` | | [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.127` | | [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.19` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.10.6` | | [scraper](https://github.com/causal-agent/scraper) | `0.19.0` | `0.20.0` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.7` | `4.5.13` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.61` | `1.0.63` | | [diesel](https://github.com/diesel-rs/diesel) | `2.2.1` | `2.2.3` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.5` | `0.12.7` | Updates `async-trait` from 0.1.80 to 0.1.81 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.80...0.1.81) Updates `tokio` from 1.38.0 to 1.39.3 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.39.3) Updates `clap` from 4.5.8 to 4.5.13 - [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.8...clap_complete-v4.5.13) Updates `env_logger` from 0.11.3 to 0.11.5 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.11.3...v0.11.5) Updates `keyring` from 2.3.3 to 3.2.0 - [Release notes](https://github.com/hwchen/keyring-rs/releases) - [Changelog](https://github.com/hwchen/keyring-rs/blob/master/CHANGELOG.md) - [Commits](hwchen/keyring-rs@v2.3.3...v3.2.0) Updates `openssl` from 0.10.64 to 0.10.66 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.64...openssl-v0.10.66) Updates `pyo3` from 0.22.0 to 0.22.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.0...v0.22.2) Updates `serde` from 1.0.203 to 1.0.209 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.203...v1.0.209) Updates `serde_json` from 1.0.120 to 1.0.127 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.120...1.0.127) Updates `toml` from 0.8.14 to 0.8.19 - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.19) Updates `regex` from 1.10.5 to 1.10.6 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.5...1.10.6) Updates `scraper` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/causal-agent/scraper/releases) - [Commits](rust-scraper/scraper@v0.19.0...v0.20.0) Updates `clap_complete` from 4.5.7 to 4.5.13 - [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.7...clap_complete-v4.5.13) Updates `thiserror` from 1.0.61 to 1.0.63 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.63) Updates `diesel` from 2.2.1 to 2.2.3 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.3/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.2.1...v2.2.3) Updates `reqwest` from 0.12.5 to 0.12.7 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.5...v0.12.7) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: keyring dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: scraper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Aug 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 deps group with 16 updates in the / directory:
0.1.80
0.1.81
1.38.0
1.39.3
4.5.8
4.5.13
0.11.3
0.11.5
2.3.3
3.2.0
0.10.64
0.10.66
0.22.0
0.22.2
1.0.203
1.0.209
1.0.120
1.0.127
0.8.14
0.8.19
1.10.5
1.10.6
0.19.0
0.20.0
4.5.7
4.5.13
1.0.61
1.0.63
2.2.1
2.2.3
0.12.5
0.12.7
Updates
async-trait
from 0.1.80 to 0.1.81Release notes
Sourced from async-trait's releases.
Commits
383f65f
Release 0.1.814ec740e
Merge pull request #273 from dtolnay/cloneimplsb6c6063
Ignore trivially_copy_pass_by_ref pedantic clippy lint315fd90
Turn off syn/clone-impls feature94a3165
Merge pull request #272 from klensy/syn-f2fac940
syn: remove derive feature4a00d73
Work around dead code warning in testdba15b5
Merge pull request #270 from dtolnay/objsafetyd28c95b
Former where_clauses_object_safety lint is now hard error78a5922
Fill in ignore reasons in all #[ignore] attributesUpdates
tokio
from 1.38.0 to 1.39.3Release notes
Sourced from tokio's releases.
... (truncated)
Commits
3d439ab
chore: prepare Tokio v1.39.3 (#6782)b2ea40b
net: add handling for abstract socket name (#6772)f602eae
chore: prepare Tokio v1.39.2 (#6730)438def7
macros: allow temporary lifetime extension in select (#6722)ee8d4d1
chore: fix ci failures (#6725)3297052
ci: test Quinn in CI (#6719)f8fe0ff
chore: prepare Tokio v1.39.1 (#6716)47210a8
time: revert "avoid traversing entries in the time wheel twice" (#6715)29545d9
runtime: ignore many_oneshot_futures test for alt scheduler (#6712)48e35c1
chore: release Tokio v1.39.0 (#6711)Updates
clap
from 4.5.8 to 4.5.13Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
d222ae4
chore: Releasea8abcb4
docs: Update changelog2690e1b
Merge pull request #5621 from shannmu/dynamic_valuehint7fd7b3e
feat(clap_complete): Support to complete custom value of argumentfc6aaca
Merge pull request #5638 from epage/cargo631e54b
docs(cookbook): Style cargo plugin6fb49d0
Merge pull request #5636 from gibfahn/styles_const6f215ee
refactor(styles): make styles example use a constbbb2e6f
test: Add test case for completing custom value of argument999071c
fix: Changevisible
tohidden
Updates
env_logger
from 0.11.3 to 0.11.5Release notes
Sourced from env_logger's releases.
Changelog
Sourced from env_logger's changelog.
Commits
73bb418
chore: Release57f1bb7
chore: Releaseba2748f
chore: Release4dd976b
Merge pull request #324 from Maximkaaa/try_parse05aacb9
feat: Add Builder::try_parse methodfaf5b3e
chore: Tests forparse_spec
error messagesc42511c
refactor: Return errors fromparse_spec
0e25d9e
chore(deps): Update Rust Stable to v1.79 (#322)e1640c4
Merge pull request #320 from epage/templatef8acfee
chore: Update from _rust/main templateUpdates
keyring
from 2.3.3 to 3.2.0Release notes
Sourced from keyring's releases.
... (truncated)
Changelog
Sourced from keyring's changelog.
... (truncated)
Commits
9cb38f1
Merge pull request #205 from brotskydotcom/issue-20413f069f
Bump version to 3.2.5a5797c
Fix compile for non-secret-service builds.114a815
Fix typo/bug in the secret service multi-map utilities.689ab47
Enhance the CLI to be able to find v1 secret-service credentials.6c643c2
Always include the target when searching for credentials.0b2ced7
Merge pull request #203 from brotskydotcom/issue-201fc10542
Bump version to 3.1.0.8b0374d
Make debug formatting useful on credentials.8f95997
Allow empty user in CLI.Updates
openssl
from 0.10.64 to 0.10.66Release notes
Sourced from openssl's releases.
Commits
ad70a0b
Merge pull request #2267 from alex/bump-for-release5ce473b
Release openssl v0.10.66aef36e0
Merge pull request #2266 from alex/mem-bio-invariant142deef
Fixed invariant violation inMemBio::get_buf
with empty results32f150b
Merge pull request #2265 from alex/bump-for-release98addd2
Release openssl v0.10.65 and openssl-sys v0.9.1037c7958d
Merge pull request #2262 from alex/pkey-apid7b12cc
Switch Pkey::from_ to use set1 functions22ffa9a
Merge pull request #2258 from sfackler/init-md9de3794
Initialize OpenSSL in MD constructorsUpdates
pyo3
from 0.22.0 to 0.22.2Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
92b0f15
release: 0.22.2da9f52e
only emit c-string literals on Rust 1.79 and later (#4352) (#4353)3d7e5a3
chore: updateruff
configuration to resolve deprecation warning (#4346)e2ebb72
use FFI calls for refcounting on all abi3 versions (#4324)7e0fc30
allow#[pymodule(...)]
to accept all relevant#[pyo3(...)]
options (#4330)6317570
removeBuildFlag
member to avoid breaking change in patch7fed7c3
Prevent building in GIL-less environment (#4327)d99fc06
docs: fixups to 0.22 migration guide (#4332)613a70b
docs: use versioned links from docs to guide (#4331)b50f1c3
ci: check minimal-versions on MSRV feature powerset (#4273)Updates
serde
from 1.0.203 to 1.0.209Release notes
Sourced from serde's releases.
Commits
30752ac
Release 1.0.209b84e6ca
Improve wording of PR 2805 comments87a2fb0
Wrap comments from PR 2805 to 80 columns9eaf7b9
Merge pull request #2805 from Mingun/untagged-tests7bde100
Replace MapRefDeserializer with value::MapDeserializerda7fc79
Fix deserialization of empty struct variant in untagged enums4c5fec1
Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...6588b0a
Cover Content::Seq case in VariantRefDeserializer::struct_variant0093f74
Split test newtype_enum into four tests for each variant171c6da
Complete coverage of ContentRefDeserializer::deserialize_newtype_structUpdates
serde_json
from 1.0.120 to 1.0.127Release notes
Sourced from serde_json's releases.
Commits
5ebf65c
Release 1.0.127f287a3b
Merge pull request 1179 from GREsau/patch-1ec980b0
Release 1.0.126e6282b0
Merge pull request #1184 from serde-rs/fastarithmeticffc4a43
Improve cfg names for fast arithmetic4b1048d
Merge pull request #1183 from serde-rs/arithmeticf268173
Unify chunk size choice between float and string parsingfec0376
Merge pull request #1182 from CryZe/chunk-64bit3d837e1
Ensure the SWAR chunks are 64-bit in more cases11fc61c
AddOccupiedEntry::shift_remove()
andswap_remove()
Updates
toml
from 0.8.14 to 0.8.19Commits
afd3f1f
chore: Release5183e39
docs: Update changeloga7a9611
chore: Releasee1ce60c
docs: Update changelogd0f242b
Merge pull request #775 from epage/perfc7efee7
perf(parser): Resolve regression from stackoverflow protecta3ce25e
chore: Releasefdf8873
docs: Update changelog63376e0
Merge pull request #774 from epage/invalid57f7bb8
fix(parser): Resolve stackoverflow on lots of blank linesUpdates
regex
from 1.10.5 to 1.10.6Changelog
Sourced from regex's changelog.
Commits
ab88aa5
1.10.676f2d30
changelog: 1.10.62970d29
unstable: fitPattern
trait implementation8856fe3
regex-cli-0.2.1c4c76a1
regex-test-0.1.1c2f9ca4
regex-test: bump toml dependency1288b83
regex-lite-0.1.6Updates
scraper
from 0.19.0 to 0.20.0Release notes
Sourced from scraper's releases.
Commits
4d33a55
Version 0.20.05b6703e
Merge pull request #194 from causal-agent/dependabot/cargo/indexmap-2.3.0fd01b10
Bump indexmap from 2.2.6 to 2.3.09242d09
Merge pull request #190 from gfaster/masterf5cc684
Make ElementRef Debug impl use Element27dd786
Merge pull request #187 from causal-agent/support-has-selectorb3570f3
is
andhas
supporte8e3cc4
Version 0.19.137b062e
Merge pull request #184 from Noname-Official/patch-13b8383d
Text isn't a fused iteratorUpdates
clap_complete
from 4.5.7 to 4.5.13Release notes
Sourced from clap_complete's releases.