-
Notifications
You must be signed in to change notification settings - Fork 18
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 minor group across 1 directory with 53 updates #436
Closed
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 minor group with 33 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.92` | | [serde](https://github.com/serde-rs/serde) | `1.0.213` | `1.0.214` | | [spider](https://github.com/spider-rs/spider) | `2.10.21` | `2.12.7` | | [fluvio](https://github.com/infinyon/fluvio) | `0.23.3` | `0.23.4` | | [redb](https://github.com/cberner/redb) | `2.1.4` | `2.2.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.8` | `0.12.9` | | [syn](https://github.com/dtolnay/syn) | `2.0.82` | `2.0.87` | | [insta](https://github.com/mitsuhiko/insta) | `1.40.0` | `1.41.1` | | [anstream](https://github.com/rust-cli/anstyle) | `0.6.17` | `0.6.18` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.9` | `1.0.10` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.0` | | [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.2.4` | `1.2.5` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.7.2` | `1.7.3` | | [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.7.2` | `1.7.3` | | [bitstream-io](https://github.com/tuffy/bitstream-io) | `2.5.3` | `2.6.0` | | [case_insensitive_string](https://github.com/spider-rs/case_insensitive_string) | `0.2.5` | `0.2.6` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.31` | `1.1.35` | | [exr](https://github.com/johannesvollmer/exrs) | `1.72.0` | `1.73.0` | | [fastdivide](https://github.com/fulmicoton/fastdivide) | `0.4.1` | `0.4.2` | | [fdeflate](https://github.com/image-rs/fdeflate) | `0.3.5` | `0.3.6` | | [fluvio-smartmodule](https://github.com/infinyon/fluvio) | `0.7.4` | `0.7.5` | | [fluvio-spu-schema](https://github.com/infinyon/fluvio) | `0.16.0` | `0.16.1` | | [fluvio-stream-dispatcher](https://github.com/infinyon/fluvio) | `0.13.5` | `0.13.6` | | [fluvio-types](https://github.com/infinyon/fluvio) | `0.5.1` | `0.5.2` | | [hyper-timeout](https://github.com/hjr3/hyper-timeout) | `0.5.1` | `0.5.2` | | [image](https://github.com/image-rs/image) | `0.25.4` | `0.25.5` | | [libm](https://github.com/rust-lang/libm) | `0.2.8` | `0.2.11` | | [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.5` | `0.5.7` | | [tar](https://github.com/alexcrichton/tar-rs) | `0.4.42` | `0.4.43` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.68` | | [ua_generator](https://github.com/a11ywatch/ua_generator) | `0.5.2` | `0.5.3` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.3` | | [wasm-streams](https://github.com/MattiasBuelens/wasm-streams) | `0.4.1` | `0.4.2` | Updates `anyhow` from 1.0.91 to 1.0.92 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.91...1.0.92) Updates `serde` from 1.0.213 to 1.0.214 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.213...v1.0.214) Updates `spider` from 2.10.21 to 2.12.7 - [Release notes](https://github.com/spider-rs/spider/releases) - [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md) - [Commits](https://github.com/spider-rs/spider/commits) Updates `fluvio` from 0.23.3 to 0.23.4 - [Release notes](https://github.com/infinyon/fluvio/releases) - [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio/commits) Updates `redb` from 2.1.4 to 2.2.0 - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](cberner/redb@v2.1.4...v2.2.0) 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 `syn` from 2.0.82 to 2.0.87 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.82...2.0.87) 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) Updates `anstream` from 0.6.17 to 0.6.18 - [Commits](rust-cli/anstyle@anstream-v0.6.17...anstream-v0.6.18) Updates `anstyle` from 1.0.9 to 1.0.10 - [Commits](rust-cli/anstyle@v1.0.9...v1.0.10) Updates `arbitrary` from 1.3.2 to 1.4.0 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.0) Updates `aws-sigv4` from 1.2.4 to 1.2.5 - [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.2 to 1.7.3 - [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-api` from 1.7.2 to 1.7.3 - [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.8 to 1.2.9 - [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 `bitstream-io` from 2.5.3 to 2.6.0 - [Commits](tuffy/bitstream-io@v2.5.3...v2.6.0) Updates `case_insensitive_string` from 0.2.5 to 0.2.6 - [Commits](https://github.com/spider-rs/case_insensitive_string/commits) Updates `cc` from 1.1.31 to 1.1.35 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.1.31...cc-v1.1.35) Updates `cssparser` from 0.31.2 to 0.27.2 - [Commits](servo/rust-cssparser@v0.31.2...v0.27.2) Updates `exr` from 1.72.0 to 1.73.0 - [Release notes](https://github.com/johannesvollmer/exrs/releases) - [Commits](https://github.com/johannesvollmer/exrs/commits) Updates `fastdivide` from 0.4.1 to 0.4.2 - [Commits](https://github.com/fulmicoton/fastdivide/commits) Updates `fdeflate` from 0.3.5 to 0.3.6 - [Changelog](https://github.com/image-rs/fdeflate/blob/main/CHANGES.md) - [Commits](image-rs/fdeflate@v0.3.5...v0.3.6) Updates `fluvio-smartmodule` from 0.7.4 to 0.7.5 - [Release notes](https://github.com/infinyon/fluvio/releases) - [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio/commits) Updates `fluvio-smartmodule-derive` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/infinyon/fluvio/releases) - [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio/commits) Updates `fluvio-spu-schema` from 0.16.0 to 0.16.1 - [Release notes](https://github.com/infinyon/fluvio/releases) - [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio/commits) Updates `fluvio-stream-dispatcher` from 0.13.5 to 0.13.6 - [Release notes](https://github.com/infinyon/fluvio/releases) - [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio/commits) Updates `fluvio-types` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/infinyon/fluvio/releases) - [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio/commits) Updates `getrandom` from 0.2.15 to 0.1.16 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.15...v0.1.16) Updates `hyper-timeout` from 0.5.1 to 0.5.2 - [Release notes](https://github.com/hjr3/hyper-timeout/releases) - [Commits](hjr3/hyper-timeout@0.5.1...0.5.2) Updates `hyper-util` from 0.1.9 to 0.1.10 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.9...v0.1.10) Updates `image` from 0.25.4 to 0.25.5 - [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md) - [Commits](image-rs/image@v0.25.4...v0.25.5) Updates `itoa` from 1.0.11 to 0.4.8 - [Release notes](https://github.com/dtolnay/itoa/releases) - [Commits](dtolnay/itoa@1.0.11...0.4.8) Updates `libm` from 0.2.8 to 0.2.11 - [Release notes](https://github.com/rust-lang/libm/releases) - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](rust-lang/libm@0.2.8...libm-v0.2.11) Updates `miniz_oxide` from 0.7.4 to 0.8.0 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](Frommi/miniz_oxide@0.7.4...0.8.0) Updates `phf` from 0.10.1 to 0.8.0 - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@v0.10.1...v0.8.0) Updates `phf_codegen` from 0.10.0 to 0.8.0 - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@v0.10.0...v0.8.0) Updates `phf_generator` from 0.10.0 to 0.8.0 - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@v0.10.0...v0.8.0) Updates `phf_macros` from 0.10.0 to 0.8.0 - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@v0.10.0...v0.8.0) Updates `phf_shared` from 0.10.0 to 0.8.0 - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/RELEASE_PROCESS.md) - [Commits](rust-phf/rust-phf@v0.10.0...v0.8.0) Updates `quinn-udp` from 0.5.5 to 0.5.7 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-udp-0.5.5...quinn-udp-0.5.7) Updates `rand` from 0.8.5 to 0.7.3 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.7.3) Updates `rand_chacha` from 0.3.1 to 0.2.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_chacha-0.3.1...rand_chacha-0.2.2) Updates `rand_core` from 0.6.4 to 0.5.1 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.6.4...rand_core-0.5.1) Updates `selectors` from 0.25.0 to 0.22.0 - [Commits](https://github.com/servo/stylo/commits) Updates `serde_derive` from 1.0.213 to 1.0.214 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.213...v1.0.214) Updates `servo_arc` from 0.3.0 to 0.1.1 - [Commits](https://github.com/servo/stylo/commits) Updates `tar` from 0.4.42 to 0.4.43 - [Commits](alexcrichton/tar-rs@0.4.42...0.4.43) Updates `thiserror` from 1.0.65 to 1.0.68 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.68) Updates `thiserror-impl` from 1.0.65 to 1.0.68 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.68) Updates `ua_generator` from 0.5.2 to 0.5.3 - [Commits](https://github.com/a11ywatch/ua_generator/commits) Updates `url` from 2.5.2 to 2.5.3 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.2...v2.5.3) Updates `wasi` from 0.11.0+wasi-snapshot-preview1 to 0.9.0+wasi-snapshot-preview1 - [Commits](https://github.com/bytecodealliance/wasi-rs/commits) Updates `wasm-streams` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/MattiasBuelens/wasm-streams/releases) - [Changelog](https://github.com/MattiasBuelens/wasm-streams/blob/main/CHANGELOG.md) - [Commits](MattiasBuelens/wasm-streams@v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: spider dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: fluvio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: redb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: anstream dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: anstyle dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: arbitrary dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: aws-sigv4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-smithy-runtime dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-smithy-runtime-api dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: aws-smithy-types dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: bitstream-io dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: case_insensitive_string dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: cssparser dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: exr dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: fastdivide dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: fdeflate dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: fluvio-smartmodule dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: fluvio-smartmodule-derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: fluvio-spu-schema dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: fluvio-stream-dispatcher dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: fluvio-types dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: getrandom dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: hyper-timeout dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: hyper-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: image dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: itoa dependency-type: indirect update-type: version-update:semver-major dependency-group: minor - dependency-name: libm dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: miniz_oxide dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: phf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: phf_codegen dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: phf_generator dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: phf_macros dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: phf_shared dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: quinn-udp dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: rand dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: rand_chacha dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: rand_core dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: selectors dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: servo_arc dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: tar dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: ua_generator dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: url dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: wasi dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor - dependency-name: wasm-streams dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor ... 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
Nov 5, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 minor group with 33 updates in the / directory:
1.0.91
1.0.92
1.0.213
1.0.214
2.10.21
2.12.7
0.23.3
0.23.4
2.1.4
2.2.0
0.12.8
0.12.9
2.0.82
2.0.87
1.40.0
1.41.1
0.6.17
0.6.18
1.0.9
1.0.10
1.3.2
1.4.0
1.2.4
1.2.5
1.7.2
1.7.3
1.7.2
1.7.3
2.5.3
2.6.0
0.2.5
0.2.6
1.1.31
1.1.35
1.72.0
1.73.0
0.4.1
0.4.2
0.3.5
0.3.6
0.7.4
0.7.5
0.16.0
0.16.1
0.13.5
0.13.6
0.5.1
0.5.2
0.5.1
0.5.2
0.25.4
0.25.5
0.2.8
0.2.11
0.5.5
0.5.7
0.4.42
0.4.43
1.0.65
1.0.68
0.5.2
0.5.3
2.5.2
2.5.3
0.4.1
0.4.2
Updates
anyhow
from 1.0.91 to 1.0.92Release notes
Sourced from anyhow's releases.
Commits
fd03a8e
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 syntaxUpdates
serde
from 1.0.213 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 moduleUpdates
spider
from 2.10.21 to 2.12.7Release notes
Sourced from spider's releases.
Commits
Updates
fluvio
from 0.23.3 to 0.23.4Release notes
Sourced from fluvio's releases.
Commits
Updates
redb
from 2.1.4 to 2.2.0Release notes
Sourced from redb's releases.
Changelog
Sourced from redb's changelog.
Commits
9ffa1d1
Bump version to 2.2.0e5a7fc2
Update changelog5f19e41
Fix write cache to be LRU523b6a0
Optimize page cache evictiona0d0d36
Implement TableHandle for ReadOnlyTableUpdates
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
syn
from 2.0.82 to 2.0.87Release notes
Sourced from syn's releases.
Commits
a777cff
Release 2.0.871f103d4
Merge pull request #1779 from dtolnay/scan0986a66
Ignore enum_glob_use pedantic clippy lintca97c7d
Translate expr scanner to table driven8039cb3
Test that every expr can be scanned0132c44
Make scan_expr compilable from integration test7c102c3
Extract non-full expr scanner to moduleceaf4d6
Merge pull request #1778 from dtolnay/exprpeeka890e9d
Expose can_begin_expr as Expr::peek12f068c
Merge pull request #1777 from dtolnay/anygroupUpdates
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)Updates
anstream
from 0.6.17 to 0.6.18Commits
fabe0c3
chore: Release762ca76
docs: Update changelogd364ac4
Merge pull request #229 from epage/cfgad3f458
fix(stream): Respect 'test' feature0b8d105
fix(stream): Refer to correct stream on panic69cf6c9
refactor(stream): Pull out test macro bodyc78b3c1
refactor(stream): Be extra clear that macros mod is not for useab37812
chore(deps): Update compatible (dev) (#226)7c48196
Merge pull request #227 from rust-cli/renovate/stable-1.xa28405f
style: Make clippy happyUpdates
anstyle
from 1.0.9 to 1.0.10Commits
9ce373f
chore: Release6668ff0
docs: Update changelog13e008a
Merge pull request #228 from DaniPopes/avoid-write-macro-strfb843c5
perf: avoid using write! macro with single strUpdates
arbitrary
from 1.3.2 to 1.4.0Changelog
Sourced from arbitrary's changelog.
Commits
5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185 from sosthene-nitrokey/wide-recursive4254bd2
Merge pull request #198 from sosthene-nitrokey/test-warningsb6991ce
Make MaxRecursionReached error possible to evolve in the future0f46370
Fix clippy warnings in tests365e73b
Merge pull request #197 from fitzgen/doc-comment-examplee5897a1
Add faillible version of size_hint to properly handle recursive structuresef80790
Use?
propagation in doc comment example17647a1
Merge pull request #194 from caspermeijn/derive_optionaa899f9
fix(derive): allowderive(Arbitrary)
forstruct Option
Updates
aws-sigv4
from 1.2.4 to 1.2.5Commits
Updates
aws-smithy-runtime
from 1.7.2 to 1.7.3Commits
Updates
aws-smithy-runtime-api
from 1.7.2 to 1.7.3Commits
Updates
aws-smithy-types
from 1.2.8 to 1.2.9Commits
Updates
bitstream-io
from 2.5.3 to 2.6.0Commits
6f01d94
Bump version to 2.6.0b2ee299
Merge pull request #24 from sdroege/signed-in-out-default-impls9dac0a1
Add default impls for BitRead::read_signed_in() and BitWrite::write_signed_out()Updates
case_insensitive_string
from 0.2.5 to 0.2.6Commits
Updates
cc
from 1.1.31 to 1.1.35Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
8a62583
chore: release v1.1.35 (#1267)7dd2c0a
Remove support for FRC (#1268)ecea93e
Do not add -fPIC by default on UEFI targets (#1263)140f595
Use -windows-gnu for all UEFI targets (#1264)7a786c5
chore: release v1.1.34 (#1259)1a9f345
Apple: Remove redundant flags (#1256)d2822d9
chore: release v1.1.33 (#1258)9eb0c38
Reduce size ofcc::Build
and size of generated targets (#1257)c3ad44e
chore: release v1.1.32 (#1250)9c663ca
Userustc
's knowledge of LLVM/Clang target triples (#1252)Updates
cssparser
from 0.31.2 to 0.27.2Commits
7c9854e
Auto merge of #267 - servo:bump-smallvec, r=emilioef8162e
Auto merge of #269 - servo:nll, r=SimonSapincfd59ca
Clean up a bit now that lifetimes are non-lexical.efc1b25
Bump smallvec to 1.0, release new minor version (0.27.2)65d6c3e
Auto merge of #265 - servo:those-without-syn, r=noxd4af92c
Simplify the implementation of ascii_case_insensitive_phf_map610cc22
Add support for attributes on match arms in match_ignore_ascii_case!5188d5e
Auto merge of #264 - servo:those-without-syn, r=noxff98a34
Remove support for the heapsize crate4c36354
Fix using thematch_ignore_ascii_case
macro inside another macro expansionUpdates
exr
from 1.72.0 to 1.73.0Commits
Updates
fastdivide
from 0.4.1 to 0.4.2Commits
Updates
fdeflate
from 0.3.5 to 0.3.6Changelog
Sourced from fdeflate's changelog.
Commits
4610c91
Release v0.3.6 (#36)464a904
Cover test files when publishing (#35)f406b48
Split decoding loop (#34)797304d
Don't hardcode deflate tables (#32)de4c8ff
Fix MSRV and CI (#33)1b782e8
Optimize deflate table building (#31)Updates
fluvio-smartmodule
from 0.7.4 to 0.7.5Release notes
Sourced from fluvio-smartmodule's releases.
Commits
Updates
fluvio-smartmodule-derive
from 0.6.3 to 0.6.4Release notes
Sourced from fluvio-smartmodule-derive's releases.
Commits
Updates
fluvio-spu-schema
from 0.16.0 to 0.16.1Release notes
Sourced from fluvio-spu-schema's releases.
Commits
Updates
fluvio-stream-dispatcher
from 0.13.5 to 0.13.6Release notes
Sourced from fluvio-stream-dispatcher's releases.
Commits
Updates
fluvio-types
from 0.5.1 to 0.5.2Release notes
Sourced from fluvio-types's releases.
Commits
Updates
getrandom
from 0.2.15 to 0.1.16Changelog
Sourced from getrandom's changelog.
... (truncated)
Commits
bd14b7a
Release v0.1.16 (#185)15e65a7
backport update to cfg-if v1.0 to the v0.1 branch (#173)b33dcdd
Enable v0.1 std-trait workaround for additional targets (#169)445e929
Backport #165 (#171)48dfdb5
Release v0.1.157dcb167
travis: Stop Pinning nightly9ec7d21
travis: Move cloudabi to xbuild sectiond8679fb
travis: Update pinned dependancies0ad1c77
wasm-bindgen: Added support for Internet Explorer 11f1c264d
Fixing Webpack require warningUpdates
hyper-timeout
from 0.5.1 to 0.5.2Commits
5cfb2b6
Release 0.5.27346290
chore: prevent warnings from test-only functions and traits87f8d89
chore: add test to prove timeout8ecd5e5
fix: clippy warningsc129b36
Add 'set_reset_reader_on_write' function to TimeoutStream. This will optional...Updates
hyper-util
from 0.1.9 to 0.1.10Release notes
Sourced from hyper-util's releases.
Changelog
Sourced from hyper-util's changelog.
Commits
a636037
v0.1.1005b13f4
chore: Fix test warning (#155)30f38c8
feat(client): Exposehttp2::builder::max_header_list_size
in the client bui...aa90ce5
refactor: allow resolve span to be disabled (#153)4dda024
feat(client): Add a new config to set TCP_USER_TIMEOUT (#152)Updates
image
from 0.25.4 to 0.25.5Changelog
Sourced from image's changelog.
Commits
317bc16
Merge pull request #2378 from Shnatsel/chainjloga35ec47
Temporarily disable PCX format (#2379)6378e0b
Drop PCX from changelog for 0.25.5 releasee6fd913
Update CHANGES.mdfe094b3
Merge pull request #2373 from awxkee/avif-yuv-decoder3b4a56c
Bump version to 0.25.55a1d77a
Update format support tables120c799
Fill in changelog for 0.25.5