-
Notifications
You must be signed in to change notification settings - Fork 0
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 all group across 1 directory with 41 updates #5
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 all group with 33 updates in the /src-tauri directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` | | [serde](https://github.com/serde-rs/serde) | `1.0.200` | `1.0.202` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.27` | `0.12.4` | | [tauri-build](https://github.com/tauri-apps/tauri) | `1.5.1` | `1.5.2` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.86` | | [async-channel](https://github.com/smol-rs/async-channel) | `2.2.1` | `2.3.0` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.15.0` | `1.16.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.97` | `1.0.98` | | [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.12` | `0.5.13` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.19` | `0.8.20` | | [darling](https://github.com/TedDriggs/darling) | `0.20.8` | `0.20.9` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` | | [instant](https://github.com/sebcrozet/instant) | `0.1.12` | `0.1.13` | | [libc](https://github.com/rust-lang/libc) | `0.2.154` | `0.2.155` | | [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.13` | `0.4.14` | | [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.2` | `0.7.3` | | [petgraph](https://github.com/petgraph/petgraph) | `0.6.4` | `0.6.5` | | [piper](https://github.com/notgull/piper) | `0.2.1` | `0.2.2` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.81` | `1.0.83` | | [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.23` | `0.1.24` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.15` | `1.0.17` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.17` | `1.0.18` | | [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` | | [serde_spanned](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` | | [tauri-codegen](https://github.com/tauri-apps/tauri) | `1.4.2` | `1.4.3` | | [tauri-macros](https://github.com/tauri-apps/tauri) | `1.4.3` | `1.4.4` | | [tauri-runtime](https://github.com/tauri-apps/tauri) | `0.14.2` | `0.14.3` | | [tauri-runtime-wry](https://github.com/tauri-apps/tauri) | `0.14.5` | `0.14.7` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.61` | | [toml_datetime](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` | | [wry](https://github.com/tauri-apps/wry) | `0.24.8` | `0.24.10` | | [zbus](https://github.com/dbus2/zbus) | `4.2.0` | `4.2.1` | | [zvariant](https://github.com/dbus2/zbus) | `4.0.3` | `4.1.0` | Updates `serde_json` from 1.0.116 to 1.0.117 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.116...v1.0.117) Updates `serde` from 1.0.200 to 1.0.202 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.200...v1.0.202) Updates `reqwest` from 0.11.27 to 0.12.4 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.4) Updates `tauri-build` from 1.5.1 to 1.5.2 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-build-v1.5.1...tauri-build-v1.5.2) Updates `anyhow` from 1.0.82 to 1.0.86 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.82...1.0.86) Updates `async-channel` from 2.2.1 to 2.3.0 - [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@v2.2.1...v2.3.0) Updates `bytemuck` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.15.0...v1.16.0) Updates `cc` from 1.0.97 to 1.0.98 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.97...1.0.98) Updates `crossbeam-channel` from 0.5.12 to 0.5.13 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.12...crossbeam-channel-0.5.13) Updates `crossbeam-utils` from 0.8.19 to 0.8.20 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.19...crossbeam-utils-0.8.20) Updates `darling` from 0.20.8 to 0.20.9 - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](https://github.com/TedDriggs/darling/commits) Updates `darling_core` from 0.20.8 to 0.20.9 - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](https://github.com/TedDriggs/darling/commits) Updates `darling_macro` from 0.20.8 to 0.20.9 - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](https://github.com/TedDriggs/darling/commits) Updates `errno` from 0.3.8 to 0.3.9 - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) Updates `instant` from 0.1.12 to 0.1.13 - [Changelog](https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebcrozet/instant/commits) Updates `libc` from 0.2.154 to 0.2.155 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.154...0.2.155) Updates `linux-raw-sys` from 0.4.13 to 0.4.14 - [Commits](sunfishcode/linux-raw-sys@v0.4.13...v0.4.14) Updates `miniz_oxide` from 0.7.2 to 0.7.3 - [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md) - [Commits](Frommi/miniz_oxide@0.7.2...0.7.3) Updates `petgraph` from 0.6.4 to 0.6.5 - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/[email protected]@v0.6.5) Updates `piper` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/notgull/piper/releases) - [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md) - [Commits](smol-rs/piper@v0.2.1...v0.2.2) Updates `proc-macro2` from 1.0.81 to 1.0.83 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.81...1.0.83) Updates `rustc-demangle` from 0.1.23 to 0.1.24 - [Commits](rust-lang/rustc-demangle@0.1.23...0.1.24) Updates `rustversion` from 1.0.15 to 1.0.17 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.15...1.0.17) Updates `ryu` from 1.0.17 to 1.0.18 - [Release notes](https://github.com/dtolnay/ryu/releases) - [Commits](dtolnay/ryu@1.0.17...1.0.18) Updates `semver` from 1.0.22 to 1.0.23 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.22...1.0.23) Updates `serde_derive` from 1.0.200 to 1.0.202 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.200...v1.0.202) Updates `serde_spanned` from 0.6.5 to 0.6.6 - [Commits](toml-rs/toml@serde_spanned-v0.6.5...serde_spanned-v0.6.6) Updates `strsim` from 0.10.0 to 0.11.1 - [Release notes](https://github.com/rapidfuzz/strsim-rs/releases) - [Changelog](https://github.com/rapidfuzz/strsim-rs/blob/main/CHANGELOG.md) - [Commits](rapidfuzz/strsim-rs@0.10.0...v0.11.1) Updates `tauri-codegen` from 1.4.2 to 1.4.3 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-codegen-v1.4.2...tauri-codegen-v1.4.3) Updates `tauri-macros` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-macros-v1.4.3...tauri-macros-v1.4.4) Updates `tauri-runtime` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-runtime-v0.14.2...tauri-runtime-v0.14.3) Updates `tauri-runtime-wry` from 0.14.5 to 0.14.7 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-runtime-wry-v0.14.5...tauri-runtime-wry-v0.14.7) Updates `tauri-utils` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-utils-v1.5.3...tauri-utils-v1.5.4) Updates `thiserror` from 1.0.59 to 1.0.61 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.61) Updates `thiserror-impl` from 1.0.59 to 1.0.61 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.61) Updates `toml_datetime` from 0.6.5 to 0.6.6 - [Commits](toml-rs/toml@toml_datetime-v0.6.5...toml_datetime-v0.6.6) Updates `wry` from 0.24.8 to 0.24.10 - [Release notes](https://github.com/tauri-apps/wry/releases) - [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.10/CHANGELOG.md) - [Commits](tauri-apps/wry@wry-v0.24.8...wry-v0.24.10) Updates `zbus` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zbus-4.2.0...zbus-4.2.1) Updates `zbus_macros` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zbus-4.2.0...zbus-4.2.1) Updates `zvariant` from 4.0.3 to 4.1.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zvariant-4.0.3...zvariant-4.1.0) Updates `zvariant_derive` from 4.0.3 to 4.1.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zvariant-4.0.3...zbus-4.1.0) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: tauri-build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: anyhow dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: async-channel dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: bytemuck dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: crossbeam-channel dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: crossbeam-utils dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: darling dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: darling_core dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: darling_macro dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: errno dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: instant dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: libc dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: miniz_oxide dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: petgraph dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: piper dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: rustc-demangle dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: rustversion dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: ryu dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: semver dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_spanned dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: strsim dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: tauri-codegen dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: tauri-macros dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: tauri-runtime dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: tauri-runtime-wry dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: tauri-utils dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: toml_datetime dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: wry dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: zbus dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: zbus_macros dependency-type: indirect update-type: version-update:semver-patch dependency-group: all - dependency-name: zvariant dependency-type: indirect update-type: version-update:semver-minor dependency-group: all - dependency-name: zvariant_derive dependency-type: indirect update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
May 20, 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 all group with 33 updates in the /src-tauri directory:
1.0.116
1.0.117
1.0.200
1.0.202
0.11.27
0.12.4
1.5.1
1.5.2
1.0.82
1.0.86
2.2.1
2.3.0
1.15.0
1.16.0
1.0.97
1.0.98
0.5.12
0.5.13
0.8.19
0.8.20
0.20.8
0.20.9
0.3.8
0.3.9
0.1.12
0.1.13
0.2.154
0.2.155
0.4.13
0.4.14
0.7.2
0.7.3
0.6.4
0.6.5
0.2.1
0.2.2
1.0.81
1.0.83
0.1.23
0.1.24
1.0.15
1.0.17
1.0.17
1.0.18
1.0.22
1.0.23
0.6.5
0.6.6
1.4.2
1.4.3
1.4.3
1.4.4
0.14.2
0.14.3
0.14.5
0.14.7
1.0.59
1.0.61
0.6.5
0.6.6
0.24.8
0.24.10
4.2.0
4.2.1
4.0.3
4.1.0
Updates
serde_json
from 1.0.116 to 1.0.117Release notes
Sourced from serde_json's releases.
Commits
0ae247c
Release 1.0.1174517c7a
PartialEq is not implemented between Value and 128-bit intsfdf99c7
Combine number PartialEq testsb4fc245
Merge pull request #1130 from serde-rs/checkcfg98f1a24
Resolve unexpected_cfgs warningUpdates
serde
from 1.0.200 to 1.0.202Release notes
Sourced from serde's releases.
Commits
9e32a40
Release 1.0.20287f635e
Release serde_derive_internals 0.29.1d4b2dfb
Merge pull request #2743 from dtolnay/renameallrulesf6ab0bc
Provide public access to RenameAllRules in serde_derive_internals48cc2a6
Replace use of a syn From impl3202a68
Skip rerunning build script on library code changesb4f1bc1
Release 1.0.201029ab46
Merge pull request #2737 from dtolnay/checkcfg220ca0c
Resolve unexpected_cfgs warning20306f4
Fix cfg on test_systemtime_overflowUpdates
reqwest
from 0.11.27 to 0.12.4Release notes
Sourced from reqwest's releases.
... (truncated)
Changelog
Sourced from reqwest's changelog.
Commits
de5dbb1
v0.12.40f126f5
tests: fix blocking test about empty bodies and content-length1073881
feat: add zstd support (#1866)1af8945
feat: add ClientBuilder::read_timeout(dur) (#2241)e99da85
refactor: fix warnings related to mutability ofself
(#2245)0720159
v0.12.39209695
Remove duplicate example for ClientBuilder::default_headers (#2236)e3a1565
fix: use lower case domain string when usingresolve
andresolve_to_addrs
...b4c491a
feat: allow fine-grained root certs for rustls (#2232)cf4295d
chore: update winreg to 0.52.0 (#2226)Updates
tauri-build
from 1.5.1 to 1.5.2Release notes
Sourced from tauri-build's releases.
... (truncated)
Commits
07b6f9f
apply version updates (#9683)db9ec4e
ci: fix msrv check (#9682)2a9a280
ci: fix msrv check (#9681)5ee5ed4
fix: schemars 0.8.18 compatibility (#9680)b8fd8e1
refactor(nsis): use nsis's built-in com plugin instead of ApplicationID plugi...0749a84
chore(cli/deps): updatensis-tauri-utils
to0.3
(#9605)80db9df
ci: use node 16 (#9600)532279b
ci(1.x): Fix publishing of cli-macos-x64 (#9575)3e98145
fix(core): run plugin init script in a separate context (#9570)fd2f8ab
ci(1.x): Remove nodejs14 test in cli.js publishing workflow (#9569)Updates
anyhow
from 1.0.82 to 1.0.86Release notes
Sourced from anyhow's releases.
Commits
8ea1819
Release 1.0.860a1b405
Merge pull request #373 from dtolnay/minusnege0c74f2
Ensure $:literal never matches negative literal013c66e
Fix parse error with non-literal after minus signca7aff7
Add binary operator ensure tests2737bbe
Release 1.0.8582b8b34
Merge pull request #371 from dtolnay/splitad78d70
Preserve more token spans in expression parser5cce406
Parse comparison operators before other binary operators7205394
Merge pull request #369 from dtolnay/tokensplitUpdates
async-channel
from 2.2.1 to 2.3.0Release notes
Sourced from async-channel's releases.
Changelog
Sourced from async-channel's changelog.
Commits
5c4b849
v2.3.03fc1130
feat: Add a force send functionUpdates
bytemuck
from 1.15.0 to 1.16.0Changelog
Sourced from bytemuck's changelog.
Commits
4c46b91
chore: Release bytemuck version 1.16.05287f8c
we can put out 1.16 without waiting for morea41510f
put const_zeroed into the changelog9319f48
make clippy be quiet about useless nonsense.b39b681
fix up docs warnings99e9508
support const zeroed() (#240)7ef8801
Add documentation to generated public items (#236)eeb6e9d
Update TransparentWrapper asserts (#232)0c821ce
Fix miri CI (#231)Updates
cc
from 1.0.97 to 1.0.98Release notes
Sourced from cc's releases.
Commits
3ba2356
Release cc 1.0.98 (#1073)8f6d07f
Fix detect_compiler_family.c not being created (#1072)61b81c8
Fix paths on Mac Catalyst (#1070)b7455eb
Cleanup some deprecated, unused allows (#1067)Updates
crossbeam-channel
from 0.5.12 to 0.5.13Release notes
Sourced from crossbeam-channel's releases.
Commits
3f5d51f
Prepare for the next releasea9d236c
Use setup-cross-toolchain-action instead of cross4a514f4
Address unexpected_cfgs warning91edb88
Add select_biased! macro (#1040)d1ab079
Fix clippy::assigning_clones warning3045680
ci: Set timeout-minutes in all jobs1dc72c8
Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"39417a5
ci: Use taiki-e/checkout-action action120a6dd
Run cargo-careful in CI2b06585
impl Display for CachePadded<T> (#1097)Updates
crossbeam-utils
from 0.8.19 to 0.8.20Release notes
Sourced from crossbeam-utils's releases.
Commits
3f5d51f
Prepare for the next releasea9d236c
Use setup-cross-toolchain-action instead of cross4a514f4
Address unexpected_cfgs warning91edb88
Add select_biased! macro (#1040)d1ab079
Fix clippy::assigning_clones warning3045680
ci: Set timeout-minutes in all jobs1dc72c8
Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"39417a5
ci: Use taiki-e/checkout-action action120a6dd
Run cargo-careful in CI2b06585
impl Display for CachePadded<T> (#1097)Updates
darling
from 0.20.8 to 0.20.9Changelog
Sourced from darling's changelog.
Commits
Updates
darling_core
from 0.20.8 to 0.20.9Changelog
Sourced from darling_core's changelog.
Commits
Updates
darling_macro
from 0.20.8 to 0.20.9Changelog
Sourced from darling_macro's changelog.
Commits
Updates
errno
from 0.3.8 to 0.3.9Changelog
Sourced from errno's changelog.
Commits
Updates
instant
from 0.1.12 to 0.1.13Commits
Updates
libc
from 0.2.154 to 0.2.155Release notes
Sourced from libc's releases.
Commits
7df63bd
Merge pull request #3682 from madsmtm/new-version0bbb5cd
Merge pull request #3690 from tesuji/android-posix-spawn15c74a4
Update version to 0.2.155664947b
Merge pull request #3708 from cuviper/ci-sparc64-0.261331df
Also skipMFD_EXEC
andMFD_NOEXEC_SEAL
on sparc6473d2004
SkipSECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
on sparc6480535f3
Revert "Upgrade Docker images to Ubuntu 23.10" on sparc64b2b2fd7
Readd posix_spawn{_file_actions_t,attr_t} on Android7646277
Merge pull request #3686 from redox-os/redox-epoll-0.25eff703
redox: correct EPOLL constantsUpdates
linux-raw-sys
from 0.4.13 to 0.4.14Commits
05a32f7
chore: Release linux-raw-sys version 0.4.1417cc1af
BackportIORING_SETUP_*
values from newer Linux versions. (#122)83856da
Add bootparam bindings (#114)4ed2dc0
Add loop.h api (#113)8e4a8f8
CI: Run tests for loongarch64-unknown-linux-gnu (#111)b109753
CI: Fix gen (#112)2bdca16
Add ARP header (#109)99d5b17
ioctl/generate.sh: Use local toolchain for riscv32 (#107)4d45072
Add missing features to docs.rs metadata (#103) (#108)Updates
miniz_oxide
from 0.7.2 to 0.7.3Changelog
Sourced from miniz_oxide's changelog.
Commits
2ebf8e2
bump version and update changelog963a9ba
fix(miniz_oxide_c_api): set version of cc so ci tests don't fail due to newer...434d9ab
Remove lookup table from rustc-std builds (#152)7c758d4
Fix clippy lints (#151)35c71e1
fix(miniz_oxide): Fix version specification for simd-adler32 (#150)Updates
petgraph
from 0.6.4 to 0.6.5Changelog
Sourced from petgraph's changelog.
Commits
c32a86b
Release0.6.5
(#644)da2e428
Ford Fulkerson algorithm support. (#640)561c476
Chore: Minor - Bumped actions/checkout to version 4. (#631)5b2d8da
Minor: Cargo doc fixup. (#630)5cabfe3
Fixed clippy warnings (#627)3361e04
chore: bumped itertools to 0.12.1. (#628)08b0ad9
Move Minimum Spanning Tree Algorithm to its own module (#624)4678de4
Page rank algorithm support (#623)c71f6e4
Allow alternative hash functions in GraphMap (#622)e219ecf
UseIndexMap::get_index_of
Updates
piper
from 0.2.1 to 0.2.2Release notes
Sourced from piper's releases.
Changelog
Sourced from piper's changelog.
Commits
1483232
v0.2.2abc152e
Update portable-atomic-util requirement from 0.1.2 to 0.2.0a9692eb
msrv: Bump to v1.37.04f12289
deps: Update async-channel requirement from 1.8.0 to 2.0.012c595c
deps: Update futures-lite requirement from 1.12.0 to 2.0.008ca9db
m: Update async-io requirement from 1.13.0 to 2.0.0c58d164
Fix CI config (#8)Updates
proc-macro2
from 1.0.81 to 1.0.83Release notes
Sourced from proc-macro2's releases.
Commits
1b77aca
Release 1.0.83728eddf
Merge pull request #462 from dtolnay/identsizec56c5e6
Drop irrelevant capacity field from Ident representation464c2eb
Merge pull request #461 from dtolnay/sizetest6f894e7
Disable span size tests when layout is randomized7b357af
Add additional size testsabc7dff
Merge pull request #460 from dtolnay/docsrsf8d88f3
Rely on docs.rs to define --cfg=docsrs by default8dc63f3
Release 1.0.82790cb41
Merge pull request #457 from dtolnay/defaultfeaturesUpdates
rustc-demangle
from 0.1.23 to 0.1.24Commits
d43f6d5
0.1.24 release0ad7b13
Always omit zero disambiguators on crate-roots.Updates
rustversion
from 1.0.15 to 1.0.17Release notes
Sourced from rustversion's releases.
Commits
adb11fa
Release 1.0.178759820
Merge pull request #51 from dtolnay/windowscfafcd5
Support OUT_DIR located in \?\ path on Windowsc7bc274
Release 1.0.16746bf5a
Merge pull request #48 from dtolnay/checkcfg84f01fa
Resolve unexpected_cfgs warningUpdates
ryu
from 1.0.17 to 1.0.18Release notes
Sourced from ryu's releases.
Commits
12746aa
Release 1.0.1886b1932
Merge pull request #55 from dtolnay/checkcfg6132d8b
Resolve unexpected_cfgs warning7b7c262
Remove html_root_url reminder from Cargo.tomla05753c
Revert "Temporarily disable miri on doctests"8a06923
Explicitly install a Rust toolchain for cargo-outdated jobdbb973b
Temporarily disable miri on doctestsUpdates
semver
from 1.0.22 to 1.0.23Release notes
Sourced from semver's releases.
Commits
69efd3c
Release 1.0.23451b419
Merge pull request #318 from dtolnay/checkcfg5b71485
Resolve unexpected_cfgs warningc520af7
Revert "Temporarily disable miri on doctests"73b5d9e
Merge pull request #313 from Saecki/patch-1e8d61de
chore: fix typo in safety comment