-
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 27 updates #4
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 22 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.201` | | [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.83` | | [async-channel](https://github.com/smol-rs/async-channel) | `2.2.1` | `2.3.0` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` | | [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.82` | | [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.16` | | [ryu](https://github.com/dtolnay/ryu) | `1.0.17` | `1.0.18` | | [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` | | [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.60` | | [wry](https://github.com/tauri-apps/wry) | `0.24.8` | `0.24.9` | | [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.201 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.200...v1.0.201) 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.83 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.82...1.0.83) 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 `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 `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.82 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.81...1.0.82) 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.16 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](dtolnay/rustversion@1.0.15...1.0.16) 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.201 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.200...v1.0.201) 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.60 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.60) Updates `thiserror-impl` from 1.0.59 to 1.0.60 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.59...1.0.60) Updates `wry` from 0.24.8 to 0.24.9 - [Release notes](https://github.com/tauri-apps/wry/releases) - [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.9/CHANGELOG.md) - [Commits](tauri-apps/wry@wry-v0.24.8...wry-v0.24.9) 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: errno 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: 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: 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 13, 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 22 updates in the /src-tauri directory:
1.0.116
1.0.117
1.0.200
1.0.201
0.11.27
0.12.4
1.5.1
1.5.2
1.0.82
1.0.83
2.2.1
2.3.0
0.3.8
0.3.9
0.6.4
0.6.5
0.2.1
0.2.2
1.0.81
1.0.82
0.1.23
0.1.24
1.0.15
1.0.16
1.0.17
1.0.18
1.0.22
1.0.23
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.60
0.24.8
0.24.9
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.201Release notes
Sourced from serde's releases.
Commits
b4f1bc1
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.83Release notes
Sourced from anyhow's releases.
Commits
96f0392
Release 1.0.8317bbd1e
Merge pull request #363 from dtolnay/checkcfg3ab3c3b
Resolve unexpected_cfgs warning8e62244
Discard CI coverage of backtrace feature on toolchains older than 1.63e77374f
Mirror PR 343 changes from readme to rustdoccb47d7c
Reword no-std documentation change from PR 3436b5bdb1
Wrap PR 343 to 80 columnsf01080b
Merge pull request #343 from Arthur-Milchior/readme1Updates
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
errno
from 0.3.8 to 0.3.9Changelog
Sourced from errno's changelog.
Commits
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.82Release notes
Sourced from proc-macro2's releases.
Commits
8dc63f3
Release 1.0.82790cb41
Merge pull request #457 from dtolnay/defaultfeatures2ebe711
Fix use of deprecated default_features in Cargo.tomla720819
Delete unused nightly cfg37c5d18
Merge pull request #456 from dtolnay/checkcfg5e02f52
Suppress unknown_lints warning on old rustc2660d30
Resolve unexpected_cfgs warningUpdates
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.16Release notes
Sourced from rustversion's releases.
Commits
c7bc274
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 commentd282d48
Explicitly install a Rust toolchain for cargo-outdated job6e6ba22
Temporarily disable miri on doctestsUpdates
serde_derive
from 1.0.200 to 1.0.201Release notes
Sourced from serde_derive's releases.
Commits
b4f1bc1
Release 1.0.201029ab46
Merge pull request #2737 from dtolnay/checkcfg220ca0c
Resolve unexpected_cfgs warning20306f4
Fix cfg on test_systemtime_overflowUpdates
tauri-codegen
from 1.4.2 to 1.4.3Release notes
Sourced from tauri-codegen'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
tauri-macros
from 1.4.3 to 1.4.4Release notes
Sourced from tauri-macros'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
tauri-runtime
from 0.14.2 to 0.14.3Release notes
Sourced from tauri-runtime'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
tauri-runtime-wry
from 0.14.5 to 0.14.7Release notes
Sourced from tauri-runtime-wry's releases.
... (truncated)
Commits
15c62b5
Apply Version Updates From Current Changes (v1) (#9721)9b90b67
Revert "Apply Version Updates From Current Changes (v1)" (#9724)f1b0b00
docs: added example of tauri.allowlist.protocol (#9726)6bb721c
Apply Version Updates From Current Changes (v1) (#9709)7f885bd
fix(core/shell): speedupCommand.execute
& fix extra new lines (#9706)2eb2137
fix(tauri-runtime-wry): window draw span not closing (#9718)ab9ec42
fix(windows): nsis failed to resolve resources with$
in their name, closes...07b6f9f
apply version updates (#9683)db9ec4e
ci: fix msrv check (#9682)2a9a280
ci: fix msrv check (#9681)Updates
tauri-utils
from 1.5.3 to 1.5.4Release notes
Sourced from tauri-utils'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
thiserror
from 1.0.59 to 1.0.60Release notes
Sourced from thiserror's releases.
Commits
870d11b
Release 1.0.600ccee7c
Merge pull request #298 from dtolnay/checkcfgcf43d0c
Resolve unexpected_cfgs warningUpdates
thiserror-impl
from 1.0.59 to 1.0.60Release notes
Sourced from thiserror-impl's releases.
Commits
870d11b
Release 1.0.600ccee7c
Merge pull request #298 from dtolnay/checkcfgcf43d0c
Resolve unexpected_cfgs warningUpdates
wry
from 0.24.8 to 0.24.9Release notes
Sourced from wry's releases.
Changelog
Sourced from wry's changelog.
Commits
a292398
Publish New Versions (0.24.x) (#1250)df69525
feat(tracing): IPC and custom protocol spans should not have a parent (#1248)Updates
zbus
from 4.2.0 to 4.2.1Release notes
Sourced from zbus's releases.