-
Notifications
You must be signed in to change notification settings - Fork 104
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
[depbot] Bump the deps group across 1 directory with 38 updates #4356
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 deps group with 35 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.93` | | [arbitrary](https://github.com/rust-fuzz/arbitrary) | `1.3.2` | `1.4.1` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.81` | `0.1.83` | | [async-stream](https://github.com/tokio-rs/async-stream) | `0.3.5` | `0.3.6` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.7` | `0.22.1` | | [derive_more](https://github.com/JelteF/derive_more) | `0.99.18` | `1.0.0` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.30` | `0.3.31` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.5` | `0.15.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.158` | `0.2.164` | | [num_enum](https://github.com/illicitonion/num_enum) | `0.6.1` | `0.7.2` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.85` | `1.0.92` | | [regex](https://github.com/rust-lang/regex) | `1.10.5` | `1.11.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.215` | | [serde_json](https://github.com/serde-rs/json) | `1.0.129` | `1.0.133` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.69` | | [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.41.1` | | [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.0.71` | `1.220.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.13.0` | `3.14.0` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.8` | `0.17.9` | | [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) | `0.4.7` | `0.4.8` | | [pathdiff](https://github.com/Manishearth/pathdiff) | `0.2.1` | `0.2.2` | | [rustc_version](https://github.com/djc/rustc-version-rs) | `0.4.0` | `0.4.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.15` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.96` | `1.0.101` | | [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.2.75` | `0.2.80` | | [whoami](https://github.com/ardaku/whoami) | `1.5.1` | `1.5.2` | | [scale-value](https://github.com/paritytech/scale-value) | `0.16.2` | `0.16.3` | | [arrayvec](https://github.com/bluss/arrayvec) | `0.7.4` | `0.7.6` | | [const_format](https://github.com/rodrimati1992/const_format_crates) | `0.2.32` | `0.2.33` | | [dashmap](https://github.com/xacrimon/dashmap) | `5.5.3` | `6.0.1` | | [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.1` | | [hyper](https://github.com/hyperium/hyper) | `1.4.1` | `1.5.1` | | [async-channel](https://github.com/smol-rs/async-channel) | `1.9.0` | `2.3.1` | | [prometheus](https://github.com/tikv/rust-prometheus) | `0.13.3` | `0.13.4` | Updates `anyhow` from 1.0.86 to 1.0.93 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.86...1.0.93) Updates `arbitrary` from 1.3.2 to 1.4.1 - [Changelog](https://github.com/rust-fuzz/arbitrary/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/arbitrary@v1.3.2...v1.4.1) Updates `async-trait` from 0.1.81 to 0.1.83 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.81...0.1.83) Updates `async-stream` from 0.3.5 to 0.3.6 - [Release notes](https://github.com/tokio-rs/async-stream/releases) - [Commits](tokio-rs/async-stream@v0.3.5...v0.3.6) Updates `base64` from 0.21.7 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.1) Updates `derive_more` from 0.99.18 to 1.0.0 - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](JelteF/derive_more@v0.99.18...v1.0.0) Updates `futures-util` from 0.3.30 to 0.3.31 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.30...0.3.31) Updates `hashbrown` from 0.14.5 to 0.15.0 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.14.5...v0.15.0) Updates `libc` from 0.2.158 to 0.2.164 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.158...0.2.164) Updates `num_enum` from 0.6.1 to 0.7.2 - [Commits](illicitonion/num_enum@0.6.1...0.7.2) Updates `proc-macro2` from 1.0.85 to 1.0.92 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.85...1.0.92) Updates `regex` from 1.10.5 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.10.5...1.11.1) Updates `serde` from 1.0.210 to 1.0.215 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.210...v1.0.215) Updates `serde_json` from 1.0.129 to 1.0.133 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.129...v1.0.133) Updates `syn` from 2.0.71 to 2.0.89 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.71...2.0.89) Updates `thiserror` from 1.0.62 to 1.0.69 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.69) Updates `tokio` from 1.38.0 to 1.41.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.41.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 `wat` from 1.0.71 to 1.220.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wat-1.0.71...v1.220.0) 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 `indicatif` from 0.17.8 to 0.17.9 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.8...0.17.9) Updates `libfuzzer-sys` from 0.4.7 to 0.4.8 - [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/main/CHANGELOG.md) - [Commits](rust-fuzz/libfuzzer@0.4.7...0.4.8) Updates `pathdiff` from 0.2.1 to 0.2.2 - [Commits](https://github.com/Manishearth/pathdiff/commits) Updates `rustc_version` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/djc/rustc-version-rs/releases) - [Commits](djc/rustc-version-rs@v0.4.0...v0.4.1) Updates `toml` from 0.8.14 to 0.8.15 - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15) Updates `trybuild` from 1.0.96 to 1.0.101 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](dtolnay/trybuild@1.0.96...1.0.101) Updates `wasmprinter` from 0.2.75 to 0.2.80 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@wasmprinter-0.2.75...wasmprinter-0.2.80) Updates `whoami` from 1.5.1 to 1.5.2 - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](ardaku/whoami@v1.5.1...v1.5.2) Updates `scale-value` from 0.16.2 to 0.16.3 - [Release notes](https://github.com/paritytech/scale-value/releases) - [Changelog](https://github.com/paritytech/scale-value/blob/main/CHANGELOG.md) - [Commits](https://github.com/paritytech/scale-value/commits) Updates `toml_edit` from 0.22.14 to 0.22.16 - [Commits](toml-rs/toml@v0.22.14...v0.22.16) Updates `wasmparser` from 0.121.2 to 0.220.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `arrayvec` from 0.7.4 to 0.7.6 - [Release notes](https://github.com/bluss/arrayvec/releases) - [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md) - [Commits](bluss/arrayvec@0.7.4...0.7.6) Updates `const_format` from 0.2.32 to 0.2.33 - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits) Updates `dashmap` from 5.5.3 to 6.0.1 - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v.5.5.3...v6.0.1) Updates `tower` from 0.4.13 to 0.5.1 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.1) Updates `hyper` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.4.1...v1.5.1) Updates `async-channel` from 1.9.0 to 2.3.1 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](smol-rs/async-channel@v1.9.0...v2.3.1) Updates `prometheus` from 0.13.3 to 0.13.4 - [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md) - [Commits](tikv/rust-prometheus@v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: arbitrary dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: async-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: derive_more dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: num_enum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: proc-macro2 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-minor 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: syn 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: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: wat dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: libfuzzer-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pathdiff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: rustc_version 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: trybuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasmprinter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: scale-value dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: arrayvec dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: dashmap dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: tower dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: prometheus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
A4-insubstantial
Not too important PR
E2-forcemacos
Force CI to run macOS build in PR
labels
Nov 24, 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 deps group with 35 updates in the / directory:
1.0.86
1.0.93
1.3.2
1.4.1
0.1.81
0.1.83
0.3.5
0.3.6
0.21.7
0.22.1
0.99.18
1.0.0
0.3.30
0.3.31
0.14.5
0.15.0
0.2.158
0.2.164
0.6.1
0.7.2
1.0.85
1.0.92
1.10.5
1.11.1
1.0.210
1.0.215
1.0.129
1.0.133
1.0.62
1.0.69
1.38.0
1.41.1
2.5.2
2.5.4
1.0.71
1.220.0
3.13.0
3.14.0
0.17.8
0.17.9
0.4.7
0.4.8
0.2.1
0.2.2
0.4.0
0.4.1
0.8.14
0.8.15
1.0.96
1.0.101
0.2.75
0.2.80
1.5.1
1.5.2
0.16.2
0.16.3
0.7.4
0.7.6
0.2.32
0.2.33
5.5.3
6.0.1
0.4.13
0.5.1
1.4.1
1.5.1
1.9.0
2.3.1
0.13.3
0.13.4
Updates
anyhow
from 1.0.86 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
arbitrary
from 1.3.2 to 1.4.1Changelog
Sourced from arbitrary's changelog.
... (truncated)
Commits
c22d7c8
Arbitrary-derive 1.4.1690db06
Merge pull request #204 from djc/msrv6cbaf48
Merge pull request #205 from Manishearth/fq-resultde2becf
Use fully qualified path for Result when generated by macro4f5967b
Bump version for releasea5dfc7e
Check stated MSRV in CIda62b03
Add lifetime bound for trait impl as required on older toolchainsf643527
Use std::error::Error for compatibility with older toolchains5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185 from sosthene-nitrokey/wide-recursiveUpdates
async-trait
from 0.1.81 to 0.1.83Release notes
Sourced from async-trait's releases.
Commits
e6b4d47
Release 0.1.83bfe8d61
Merge pull request #278 from dtolnay/arbself7bd974b
Ignore needless_arbitrary_self_type clippy lint in generated codeb53b4e7
Add regression test for issue 277f8e5bb4
Release 0.1.828fbf118
Merge pull request #276 from dtolnay/elidednamed6fa246a
Ignore nightly's new elided_named_lifetimes lint in generated coded542a0d
Upload CI Cargo.lock for reproducing failures8828c35
Sort dependency features in Cargo.tomlba9793a
Update ui test suite to nightly-2024-08-11Updates
async-stream
from 0.3.5 to 0.3.6Release notes
Sourced from async-stream's releases.
Commits
b0b2f22
Prepare v0.3.6 release (#112)97d1d3e
Fix unsoundness issues #106 and #107 (#109)0588ec1
Fix CI failures (#111)e8abfaa
Fix CI failure (#104)e40ce2c
Update CI config and fix CI failure (#101)3a693e5
Fix CI failure (#100)3bad702
Upgrade to 2021 edition (#99)Updates
base64
from 0.21.7 to 0.22.1Changelog
Sourced from base64's changelog.
Commits
e144006
v0.22.164cca59
Merge pull request #271 from JobanSD/patch-1838355e
Correct BinHex 4.0 alphabet according to specificationsbf15ccf
Merge pull request #270 from marshallpierce/mp/clippyfc6aabe
Appease clippy9a518a2
Merge pull request #267 from bdura/patch-1d96c80f
Merge branch 'marshallpierce:master' into patch-15d70ba7
Merge pull request #269 from marshallpierce/mp/decode-preciselyefb6c00
Release notes2b91084
Add some tests to boost coverageUpdates
derive_more
from 0.99.18 to 1.0.0Release notes
Sourced from derive_more's releases.
... (truncated)
Changelog
Sourced from derive_more's changelog.
... (truncated)
Commits
d7f5b9e
chore: Release40201b1
Update release date to be correct88863ca
Update changelog wordingb713835
Improve error when not enabling any features330e425
Order features in Cargo.toml alphabetically84f2cbb
Update README and CHANGELOG in preparation of 1.0.0e8d60cf
Add compile_fail test for on purpose limited bounds (#393, #392)f665d18
Make anyhow reference a bit less strong6d632b2
Add release announcement (#390)e87ab13
Don't create git tags for derive_more-impl (#391)Updates
futures-util
from 0.3.30 to 0.3.31Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
1e05281
Release 0.3.318a8b085
Fix clippy::uninit_vec warningf3fb74d
Document howBoxFuture
s /BoxStream
s are often made (#2887)f00e7af
Fix use after free of task in FuturesUnordered when dropped future panics (#2...33c46b3
ci: Work around sanitizer issue on latest Linux kernel7bf5a72
Fix issues withAsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)87afaf3
Use#[inline(always)]
onclone_arc_raw
(#2865)549b90b
Add accessors for the inner of stream::Iter (#2875)07b004a
Add missing symbols (#2883)86dc069
Various fixes too make the CI green (#2885)Updates
hashbrown
from 0.14.5 to 0.15.0Changelog
Sourced from hashbrown's changelog.
Commits
e057e87
Auto merge of #551 - clarfonthey:rel-v0.15, r=Amanieu9da6b46
Update changelog with the newest changescd623c4
Auto merge of #563 - Amanieu:foldhash, r=Amanieu7762511
Change the default hasher to foldhashedd22e1
Auto merge of #562 - Urgau:new-get-many-mut, r=Amanieud50e3b2
Change signature ofget_many_mut
APIsc094791
Update changelog for v0.15.0, bump Cargo.toml, fix README7cf51ea
Auto merge of #561 - Amanieu:debug-iter, r=cuviper7af86ab
ImplementDebug
,FusedIterator
andIterator::fold
for allHashTable
i...a25cd3b
Auto merge of #556 - Amanieu:api-changes, r=cuviperUpdates
libc
from 0.2.158 to 0.2.164Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
dad00cb
chore: release v0.2.16401ce562
Merge pull request #4051 from tgross35/stable-ci8153ac1
Merge pull request #4049 from tgross35/rust-version5f0d183
Merge pull request #4040 from tgross35/stable-msrv5125160
Merge pull request #4027 from rust-lang/release-plz-2024-11-12T07-15-20Z6093ce0
MacOS: moveifconf
tos_no_extra_traits
a4b5bf8
Remove the "main" workflowd7b6bf0
ci: Remove tests with rust < 1.630a976d3
ci: trim trailing whitespacecfd7ebf
chore: release v0.2.163Updates
num_enum
from 0.6.1 to 0.7.2Commits
8686d3e
Prep 0.7.2 (#141)0d6830c
Update proc-macro-crate. (#140)a80fa1e
ci: Update toactions/checkout@v4
. (#137)2ff5063
Prep for 0.7.1 (#136)0407569
Loosen dependency requirement on proc-macro-crate and cargo_toml (#134)7b3797f
Update check-cfg flag (#135)8421fc2
Prep for 0.7.0 (#126)fac0109
Document custom error types in README (#125)3d96bb2
Update GitHub actions (#124)2899217
Allow customising error typesUpdates
proc-macro2
from 1.0.85 to 1.0.92Release notes
Sourced from proc-macro2's releases.
Commits
acc7d36
Release 1.0.920cb443d
Merge pull request #487 from dtolnay/mismatchlineae478ed
Change mismatch panic message to avoid github linkifying5046761
Release 1.0.9127c5494
Merge pull request #486 from dtolnay/compilerlexa9146d6
Ensure that compiler tokenstream parsing only produces a compiler lexerror1ce5f04
Merge pull request #485 from dtolnay/fallbackident75d0818
Make parser's fallback Ident symmetric with Group and Literal56c3e31
Merge pull request #484 from dtolnay/fbliterald2c0e61
Fix spanned fallback literal constructionUpdates
regex
from 1.10.5 to 1.11.1Changelog
Sourced from regex's changelog.
Commits
9870c06
1.11.180df54e
changelog: 1.11.1991ba88
unstable: fixPattern
trait implementationbcbe403
1.11.09e17e56
deps: bump regex-automata58e16f5
regex-automata-0.4.84bb1e3d
deps: bump regex-syntaxcba0fbc
regex-syntax-0.8.51533257
changelog: 1.11.09239e7e
data: update to UCD 16Updates
serde
from 1.0.210 to 1.0.215Release notes
Sourced from serde's releases.