-
Notifications
You must be signed in to change notification settings - Fork 4
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
Bump the prod-dependencies group across 1 directory with 24 updates #192
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/prod-dependencies-62bf26ae15
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-dependencies group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.8` | `4.5.13` | | [tokio](https://github.com/tokio-rs/tokio) | `1.40.0` | `1.44.1` | | [colored](https://github.com/mackwic/colored) | `2.1.0` | `2.2.0` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.40` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.9` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.40` | | [minijinja](https://github.com/mitsuhiko/minijinja) | `2.3.1` | `2.8.0` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.88` | | [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.2` | `0.2.3` | | [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` | | [sha256](https://github.com/baoyachi/sha256-rs) | `1.5.0` | `1.6.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.90` | `1.0.97` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.69` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.219` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.140` | | [schemars](https://github.com/GREsau/schemars) | `0.8.21` | `0.8.22` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.9` | `0.17.11` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `9.3.0` | `9.3.1` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` | | [escargot](https://github.com/crate-ci/escargot) | `0.5.12` | `0.5.13` | | [predicates](https://github.com/assert-rs/predicates-rs) | `3.1.2` | `3.1.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 `tokio` from 1.40.0 to 1.44.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.44.1) Updates `colored` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](colored-rs/colored@v2.1.0...v2.2.0) Updates `regex` from 1.11.0 to 1.11.1 - [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.11.0...1.11.1) Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) Updates `chrono` from 0.4.38 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.40) Updates `reqwest` from 0.12.8 to 0.12.9 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9) Updates `time` from 0.3.36 to 0.3.40 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.36...v0.3.40) Updates `minijinja` from 2.3.1 to 2.8.0 - [Release notes](https://github.com/mitsuhiko/minijinja/releases) - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/minijinja@2.3.1...2.8.0) Updates `async-trait` from 0.1.83 to 0.1.88 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.83...0.1.88) Updates `pathdiff` from 0.2.2 to 0.2.3 - [Commits](https://github.com/Manishearth/pathdiff/commits/v0.2.3) Updates `glob` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@0.3.1...v0.3.2) Updates `sha256` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/baoyachi/sha256-rs/releases) - [Commits](baoyachi/sha256-rs@1.5.0...1.6.0) Updates `anyhow` from 1.0.90 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.90...1.0.97) Updates `thiserror` from 1.0.64 to 1.0.69 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...1.0.69) Updates `serde` from 1.0.210 to 1.0.219 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.219) Updates `serde_json` from 1.0.132 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.140) Updates `schemars` from 0.8.21 to 0.8.22 - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](GREsau/schemars@v0.8.21...v0.8.22) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) 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) Updates `jsonwebtoken` from 9.3.0 to 9.3.1 - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v9.3.0...v9.3.1) Updates `url` from 2.5.2 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.2...v2.5.4) Updates `escargot` from 0.5.12 to 0.5.13 - [Changelog](https://github.com/crate-ci/escargot/blob/master/CHANGELOG.md) - [Commits](crate-ci/escargot@v0.5.12...v0.5.13) Updates `predicates` from 3.1.2 to 3.1.3 - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](assert-rs/predicates-rs@v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: minijinja dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: pathdiff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: sha256 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: jsonwebtoken dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: escargot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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-dependencies group with 24 updates in the / directory:
4.5.8
4.5.13
1.40.0
1.44.1
2.1.0
2.2.0
1.11.0
1.11.1
0.3.18
0.3.19
0.4.38
0.4.40
0.12.8
0.12.9
0.3.36
0.3.40
2.3.1
2.8.0
0.1.83
0.1.88
0.2.2
0.2.3
0.3.1
0.3.2
1.5.0
1.6.0
1.0.90
1.0.97
1.0.64
1.0.69
1.0.210
1.0.219
1.0.132
1.0.140
0.8.21
0.8.22
0.1.40
0.1.41
0.17.9
0.17.11
9.3.0
9.3.1
2.5.2
2.5.4
0.5.12
0.5.13
3.1.2
3.1.3
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
tokio
from 1.40.0 to 1.44.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
d413c9c
chore: prepare Tokio v1.44.1 (#7217)addbfb9
rt: skip defer queue inblock_in_place
context (#7216)8182ecf
chore: prepare Tokio v1.44.0 (#7202)a258bff
ci: enable printing in multi thread loom tests (#7200)e076d21
process: clarifyChild::kill
behavior (#7162)042433c
net: debug_assert on creating a tokio socket from a blocking one (#7166)0284d1b
macros: makeselect!
budget-aware (#7164)710bc80
rt: coop should yield using waker defer strategy (#7185)a2b12bd
readme: adjust release schedule to once per month (#7191)e7b593c
process: fix grammar of theChildStdin
struct doc comment (#7192)Updates
colored
from 2.1.0 to 2.2.0Changelog
Sourced from colored's changelog.
Commits
ef1484c
2.2.0 (#186)1bb63e4
cargo: supported range for windows-sys (#184)a7e464f
Add dependabot config (#178)0ddacef
Ignore blame for clippy fix05b0f57
Differentiate between ansi_term style and colored style due to deprecation of...981cfe4
Fix deprecation warnings58a06a4
Apply some (pedantic) clippy lintse55e26c
Update rspec (#177)775ec9f
fix usage of wildcard import (#165)bbe16cb
only run semver check when merging to materUpdates
regex
from 1.11.0 to 1.11.1Changelog
Sourced from regex's changelog.
Commits
9870c06
1.11.180df54e
changelog: 1.11.1991ba88
unstable: fixPattern
trait implementationUpdates
tracing-subscriber
from 0.3.18 to 0.3.19Release notes
Sourced from tracing-subscriber's releases.
Commits
311c313
chore: prepare tracing-subscriber 0.3.19 (#3162)35f360a
chore: fix new Clippy lints in Rust 1.83.0 (#3165)c66a692
chore: prepare tracing-serde 0.2.0 (#3160)0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)Updates
chrono
from 0.4.38 to 0.4.40Release notes
Sourced from chrono's releases.
Commits
2b7a28e
Bump version to 0.4.406d29c8a
Add quarter (%q) date string specifier07216ae
Upgrade to windows-bindgen 0.60bf1973c
Use similar-asserts to show bindgen diffd0f8b59
Restrict MSRV to check --lib1f345fd
Switch to 2024 idiom7f6cf5e
Switch to 2024 style11d227a
Apply suggestions from clippy 1.8515e287b
Use NaiveDateTime for internal tz_info methods. (#1658)8317e7c
docs: fix minor typoUpdates
reqwest
from 0.12.8 to 0.12.9Release notes
Sourced from reqwest's releases.
Changelog
Sourced from reqwest's changelog.
Commits
797df2b
v0.12.964aa7d1
add webpki roots option for rustls no provider setup (#2447)598f857
Add content length to async_impl::multipart file streams (#2459)d99e90d
fix: re-enable verbose connection read logs (#2454)aba01ff
feat: Add support for Certificate Revocation Lists (#2433)3ad6e02
refactor: remove internal proxy sys cache (#2442)Updates
time
from 0.3.36 to 0.3.40Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
6de297b
v0.3.40 releasec386cac
Movedays_in_month
totime-core
84f3a75
Remove two-way conversion in arithmetic79a4b62
Move interop between datetime types to single mod56187f1
Remove region markers1bc4ce0
Update toderanged
0.4ad945a9
Fix UI tests, build on MSRVb2b602a
Permit visibility inserde::format_description!
e3dcbd3
Pull floored division algorithm from stdlib7949d2c
v0.3.39 releaseUpdates
minijinja
from 2.3.1 to 2.8.0Release notes
Sourced from minijinja's releases.
... (truncated)
Changelog
Sourced from minijinja's changelog.
... (truncated)
Commits
607d2de
2.8.003b4201
Merge changelog entries as intended1f5a914
Remove wee_alloc (#739)6ad9499
Add npm publish stepeca9703
Added a disclaimer to the js readme484e08e
Update README.md25a5ff4
Update README.md0907385
Added changelog entry5f24ec2
Add experimental wasm binding (#737)271f49b
Added load_from_path to python (#736)Updates
async-trait
from 0.1.83 to 0.1.88Release notes
Sourced from async-trait's releases.
Commits
b3a5919
Release 0.1.88a306be8
Merge pull request #289 from dtolnay/cfgd305984
Fix lifetime bounding on generic parameters that have cfg78506f1
Add regression test for issue 288a11384e
Add issue 283 link in test32540aa
Release 0.1.87137d14c
Resolve mem_replace_with_default clippy lint45fd82a
Ignore elidable_lifetime_names pedantic clippy lintea2f2a2
Point standard library links to stable3b78161
Update ui test suite to nightly-2025-02-12Updates
pathdiff
from 0.2.2 to 0.2.3Commits
Updates
glob
from 0.3.1 to 0.3.2Release notes
Sourced from glob's releases.
Changelog
Sourced from glob's changelog.