-
Notifications
You must be signed in to change notification settings - Fork 12
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 deps group across 1 directory with 18 updates #911
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/cargo/deps-e04a7bd341
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
dependabot
bot
added
pr:dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Nov 10, 2024
Bumps the deps group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.4` | `0.12.9` | | [shadow-rs](https://github.com/baoyachi/shadow-rs) | `0.35.1` | `0.35.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` | | [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.93` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.64` | `1.0.69` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.1` | `0.2.2` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `4.3.0` | `4.5.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` | | [wasmtime](https://github.com/bytecodealliance/wasmtime) | `25.0.2` | `25.0.3` | | [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime) | `25.0.2` | `25.0.3` | | [futures-concurrency](https://github.com/yoshuawuyts/futures-concurrency) | `7.6.1` | `7.6.2` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.3.0` | `2.5.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.7.2` | `1.8.0` | | [proto-parser](https://github.com/metatypedev/proto-parser) | ``aa47da5`` | ``528448f`` | | [insta](https://github.com/mitsuhiko/insta) | `1.40.0` | `1.41.1` | Updates `reqwest` from 0.12.4 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.4...v0.12.9) Updates `shadow-rs` from 0.35.1 to 0.35.2 - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](baoyachi/shadow-rs@v0.35.1...v0.35.2) Updates `serde` from 1.0.210 to 1.0.214 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.214) Updates `serde_json` from 1.0.128 to 1.0.132 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@1.0.128...1.0.132) Updates `anyhow` from 1.0.89 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.93) 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 `tempfile` from 3.13.0 to 3.14.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0) Updates `pathdiff` from 0.2.1 to 0.2.2 - [Commits](https://github.com/Manishearth/pathdiff/commits) 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 `ordered-float` from 4.3.0 to 4.5.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](reem/rust-ordered-float@v4.3.0...v4.5.0) Updates `uuid` from 1.10.0 to 1.11.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.10.0...1.11.0) Updates `wasmtime` from 25.0.2 to 25.0.3 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/contributing-release-process.md) - [Commits](bytecodealliance/wasmtime@v25.0.2...v25.0.3) Updates `wasmtime-wasi` from 25.0.2 to 25.0.3 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/contributing-release-process.md) - [Commits](bytecodealliance/wasmtime@v25.0.2...v25.0.3) Updates `futures-concurrency` from 7.6.1 to 7.6.2 - [Release notes](https://github.com/yoshuawuyts/futures-concurrency/releases) - [Commits](yoshuawuyts/futures-concurrency@v7.6.1...v7.6.2) Updates `futures-lite` from 2.3.0 to 2.5.0 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](smol-rs/futures-lite@v2.3.0...v2.5.0) Updates `bytes` from 1.7.2 to 1.8.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.7.2...v1.8.0) Updates `proto-parser` from `aa47da5` to `528448f` - [Commits](metatypedev/proto-parser@aa47da5...528448f) Updates `insta` from 1.40.0 to 1.41.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.40.0...1.41.1) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: shadow-rs 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: anyhow 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: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pathdiff 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: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: wasmtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasmtime-wasi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: futures-concurrency dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: proto-parser dependency-type: direct:production dependency-group: deps - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/cargo/deps-e04a7bd341
branch
from
November 10, 2024 20:00
14bd009
to
a407991
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
pr:dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
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 deps group with 18 updates in the / directory:
0.12.4
0.12.9
0.35.1
0.35.2
1.0.210
1.0.214
1.0.128
1.0.132
1.0.89
1.0.93
1.0.64
1.0.69
3.13.0
3.14.0
0.2.1
0.2.2
1.11.0
1.11.1
4.3.0
4.5.0
1.10.0
1.11.0
25.0.2
25.0.3
25.0.2
25.0.3
7.6.1
7.6.2
2.3.0
2.5.0
1.7.2
1.8.0
aa47da5
528448f
1.40.0
1.41.1
Updates
reqwest
from 0.12.4 to 0.12.9Release notes
Sourced from reqwest's releases.
... (truncated)
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)95fec09
v0.12.8baf9712
fix: pass pool_timer to hyper_util to enable the idle cleanup task (#2434)d85f44b
Bump rustls-native-certs (#2427)c8665be
tests: use a documented test network for testingUpdates
shadow-rs
from 0.35.1 to 0.35.2Release notes
Sourced from shadow-rs's releases.
Commits
ec8615d
Merge pull request #188 from baoyachi/issue/18753bb03b
chmod change8b55788
Update Cargo.toml832994b
Update README.md8f0c146
Update README.mdUpdates
serde
from 1.0.210 to 1.0.214Release notes
Sourced from serde's releases.
Commits
4180621
Release 1.0.214210373b
Merge pull request #2568 from Mingun/into_deserializer-for-deserializers9cda015
Implement IntoDeserializer for all Deserializers in serde::de::value module58a8d22
Release 1.0.213ef0ed22
Merge pull request #2847 from dtolnay/newtypewith79925ac
Ignore dead_code warning in regression testb60e409
Hygiene for macro-generated newtype struct deserialization with 'with' attrfdc36e5
Add regression test for issue 284649e11ce
Ignore trivially_copy_pass_by_ref pedantic clippy lint in test7ae1b5f
Release 1.0.212Updates
serde_json
from 1.0.128 to 1.0.132Release notes
Sourced from serde_json's releases.
Commits
86d933c
Release 1.0.132f45b422
Merge pull request #1206 from dtolnay/hasnextf2082d2
Clearer order of comparisons0f54a1a
Handle early return sooner on eof in seq or map2a4cb44
Rearrange 'match peek'4cb90ce
Merge pull request #1205 from dtolnay/hasnextb71ccd2
Reduce duplicative instantiation of logic in SeqAccess and MapAccessa810ba9
Release 1.0.1310d084c5
Touch up PR 1135b4954a9
Merge pull request #1135 from swlynch99/map-deserializerUpdates
anyhow
from 1.0.89 to 1.0.93Release notes
Sourced from anyhow's releases.
Commits
713bda9
Release 1.0.93f91c247
Merge pull request #391 from dtolnay/thiserror2a3901c
Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile3ca2cdd
Update dev-dependencies to thiserror v2fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntax6c52daa
Release 1.0.91Updates
thiserror
from 1.0.64 to 1.0.69Release notes
Sourced from thiserror's releases.
Commits
41938bd
Release 1.0.699d6506e
Merge pull request #382 from dtolnay/hang591a44d
Fix fallback fmt expression parser hang5b36e37
Add ui test of invalid expression syntax in display attribute8d06fb5
Release 1.0.68372fd8a
Merge pull request #344 from dtolnay/binop08f8992
Disregard equality binop in fallback parserd2a823d
Merge pull request #343 from dtolnay/unnamedb3bf7a6
Add logic to determine whether unnamed fmt arguments are present490f9c0
Merge pull request #342 from dtolnay/synfullUpdates
tempfile
from 3.13.0 to 3.14.0Changelog
Sourced from tempfile's changelog.
Commits
b232c58
chore: release 3.14.0 (#307)a23f396
fix: enable wasip2 feature for wasm32-wasip2 target (#305)f162807
ci: switch from cargo-wasi to directly using the wasip1 target (#306)fa8ad00
allow older windows-sys (#304)335d91d
fix: expose SpooledData enum (#301)Updates
pathdiff
from 0.2.1 to 0.2.2Commits
Updates
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
ordered-float
from 4.3.0 to 4.5.0Release notes
Sourced from ordered-float's releases.
Commits
d722d5f
Version 4.5.049f8f9d
Merge pull request #162 from gechelberger/masterc435cba
rustfmt5b86220
feat: &OrderedFloat <op> &OrderedFloat impl workaround324b3e1
Version 4.4.0dc0269e
Merge pull request #161 from tisonkun/derive-visitor0e7da65
feat: integrate with derive-visitor6c47902
Merge pull request #160 from kpreid/ci88275c3
Merge pull request #159 from kpreid/eqd614112
CI: update actions/checkout, remove actions-rs/*Updates
uuid
from 1.10.0 to 1.11.0Release notes
Sourced from uuid's releases.
Commits
4473398
Merge pull request #772 from uuid-rs/cargo/1.11.059fbb1e
prepare for 1.11.0 released9b34e7
Merge pull request #771 from yotamofek/zerocopy_0.814b2420
Upgrade zerocopy to 0.8Updates
wasmtime
from 25.0.2 to 25.0.3Release notes
Sourced from wasmtime's releases.
Commits
94c223f
Release Wasmtime 25.0.3 (#9562)51736e3
Update to cap-std 3.4.1. (#9558)63bdc9c
Update publish script skipping versions (#9431)Updates
wasmtime-wasi
from 25.0.2 to 25.0.3Release notes
Sourced from wasmtime-wasi's releases.
Commits
94c223f
Release Wasmtime 25.0.3 (#9562)51736e3
Update to cap-std 3.4.1. (#9558)63bdc9c
Update publish script skipping versions (#9431)Updates
futures-concurrency
from 7.6.1 to 7.6.2Release notes
Sourced from futures-concurrency's releases.
Commits
30beb59
chore: Release futures-concurrency version 7.6.2f5e0c84
fix clippy in CI9de4079
Merge pull request #196 from Easyoakland/fix-nostd06dd954
Updatefutures-buffered
to fix no-stdfc9ad5e
fix no_std (after futures-buffered accepts https://github.com/conradludgate/f...bfbe99c
Merge pull request #194 from tyilo/finish-to-flush8b8a565
Merge pull request #193 from tyilo/result-from-costream91cab98
Simplify implementation4bdc8da
Implement FromConcurrentStream for Result<Vec, E>4d50331
Reference flush instead of finnish in ConsumerState::Break docUpdates
futures-lite
from 2.3.0 to 2.5.0Release notes
Sourced from futures-lite's releases.
Changelog
Sourced from futures-lite's changelog.
Commits
83bcf1e
v2.5.0bf22c0e
RemoveUnpin
bound from lines (#113)7aa7bd7
v2.4.0f966912
ci: Use "v2.0.0" branch for security check24be08c
chore: Fix typo (#108)312753d
Fix elided_named_lifetimes warning (#109)12509a0
fix: drop completed futures inZip
andTryZip
9160e8a
m: Silence clippy6f89c8b
m: Rename take_until to stop_after_future091964c
feat: addStreamExt::take_until
Updates
bytes
from 1.7.2 to 1.8.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
c45697c
chore: prepare bytes v1.8.0 (#741)0ac54ca
Guarantee address in split_off/split_to for empty slices (#740)Updates
proto-parser
fromaa47da5
to528448f
Commits
528448f
bump deps091c87f
remove un necessary codeUpdates
insta
from 1.40.0 to 1.41.1Release notes
Sourced from insta's releases.
... (truncated)
Changelog
Sourced from insta's changelog.
Commits
cb08d92
Bump version to 1.41.1 (#681)6d555d4
Changelog for 1.41.1 (#680)0317928
Refine changelog (#675)0e07a50
Update a couple docstrings (#669)083ce14
Another small simplification ofprepare_test_runner
(#667)b7dea9b
Small simplification ofprepare_test_runner
(#666)5fd34e6
Print a version with--version
(#665)a8b6cc2
Small refactors (#664)4f16d70
Show hidden files in functional tests (#663)2b8fce7
ConsolidateCargo.toml
creation in functional tests (#662)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