-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
build(deps): bump the dependencies group with 9 updates #219
Conversation
Bumps the dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` | | [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.6.0` | `2.7.0` | | [windows](https://github.com/microsoft/windows-rs) | `0.58.0` | `0.59.0` | | [security-framework](https://github.com/kornelski/rust-security-framework) | `3.1.0` | `3.2.0` | | [tun](https://github.com/meh/rust-tun) | `0.7.10` | `0.7.11` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.16.0` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [pyo3](https://github.com/pyo3/pyo3) | `0.23.3` | `0.23.4` | Updates `log` from 0.4.22 to 0.4.25 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.22...0.4.25) Updates `tokio` from 1.42.0 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) Updates `data-encoding` from 2.6.0 to 2.7.0 - [Commits](https://github.com/ia0/data-encoding/commits) Updates `windows` from 0.58.0 to 0.59.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.58.0...0.59.0) Updates `security-framework` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/kornelski/rust-security-framework/releases) - [Commits](kornelski/rust-security-framework@v3.1.0...v3.2.0) Updates `tun` from 0.7.10 to 0.7.11 - [Release notes](https://github.com/meh/rust-tun/releases) - [Commits](https://github.com/meh/rust-tun/commits/v0.7.11) Updates `tempfile` from 3.15.0 to 3.16.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.16.0) Updates `rand` from 0.8.5 to 0.9.0 - [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.9.0) Updates `pyo3` from 0.23.3 to 0.23.4 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.23.4) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: data-encoding dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: security-framework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tun dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot ignore windows minor version |
OK, I won't notify you about version 0.59.x of windows again, unless you unignore it. |
Looks like these dependencies are updatable in another way, so this is no longer needed. |
@dependabot unignore windows minor version |
OK, I will stop ignoring the windows dependency. |
Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use |
Bumps the dependencies group with 9 updates:
0.4.22
0.4.25
1.42.0
1.43.0
2.6.0
2.7.0
0.58.0
0.59.0
3.1.0
3.2.0
0.7.10
0.7.11
3.15.0
3.16.0
0.8.5
0.9.0
0.23.3
0.23.4
Updates
log
from 0.4.22 to 0.4.25Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
22be810
Merge pull request #663 from rust-lang/cargo/0.4.250279730
prepare for 0.4.25 release4099bcb
Merge pull request #662 from rust-lang/fix/cargo-features36e7e3f
revert loosening of kv cargo features2282191
Merge pull request #660 from rust-lang/cargo/0.4.242994f0a
prepare for 0.4.24 release5fcb50e
Merge pull request #659 from rust-lang/fix/feature-builds29fe9e6
fix up feature activationb1824f2
use cargo hack in CI to test all feature combinationse6b643d
Merge pull request #656 from rust-lang/cargo/0.4.23Updates
tokio
from 1.42.0 to 1.43.0Release notes
Sourced from tokio's releases.
... (truncated)
Commits
5f3296d
chore: prepare Tokio v1.43.0 (#7079)cc974a6
chore: prepare tokio-macros v2.5.0 (#7078)15495fd
metrics: improve flexibility of H2Histogram Configuration (#6963)ad41834
io: don't callset_len
before initializing vector inBlocking
(#7054)bd3e857
runtime: moveis_join_waker_set
assertion inunset_waker
(#7072)15f7366
runtime: fixLocalRuntime
doc links (#7074)fd2048d
ci: split miri jobs into unit and integration tests (#7071)e8f3915
chore: use unsync loads forunsync_load
(#7073)67f1277
net: fix ambiguity inTcpStream::try_write_vectored
docs (#7067)463502c
io: clarifyReadBuf::uninit
allows initialized buffers as well (#7053)Updates
data-encoding
from 2.6.0 to 2.7.0Commits
Updates
windows
from 0.58.0 to 0.59.0Commits
308e08e
Release 0.59.0 (#3182)429666e
Fix support forno_std
(#3180)02c4f29
Update component sample to use static factory (#3154)7cec74f
Implement static COM objects (#3144)12f4621
Reduce boilerplate code inwindows-core
crate forVARIANT
support (#3151)Updates
security-framework
from 3.1.0 to 3.2.0Commits
d0b1b60
Bump70d3ae0
Bump22359c4
Synchronizable polish9b733ff
Simpler bool433f35e
Simplify cfg boilerplatee6fdb1a
Use new macro syntaxaccd722
Simplify feature flagd139535
Add keychain synchronisation and authenticatione5e5412
Workaround for picky PartialEq362832f
ClippyUpdates
tun
from 0.7.10 to 0.7.11Release notes
Sourced from tun's releases.
Commits
Updates
tempfile
from 3.15.0 to 3.16.0Changelog
Sourced from tempfile's changelog.
Commits
6ecd9f1
chore: release 3.16.03693c01
build: upgrade getrandom to v0.3.0 (#320)a4596e5
build: allowwindows-sys
0.59 (#319)3ac6d4e
chore: fix clippy lifetime warning (#318)3a722e8
docs: improve & expand security documentation (#317)Updates
rand
from 0.8.5 to 0.9.0Changelog
Sourced from rand's changelog.
... (truncated)
Commits
96f8df6
Prepare 0.9.0 release (#1558)34da321
Enablestdarch_x86_avx512
for cpu hasavx512bw
(#1551)b4b1eb7
Re-org with distr::slice, distr::weighted modules (#1548)16eb7de
Add thethread_rng
feature flag (#1547)afa24e4
Fix test status badges (#1544)c681dfc
Create FUNDING.yml9f05e22
Update: getrandom v0.3.0 rc.0 (#1541)88c310b
Fix docs.rs build options (#1539)b879689
Adjust GH Actions (#1538)3fac49f
Prepare 0.9.0-beta.0 (#1535)Updates
pyo3
from 0.23.3 to 0.23.4Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
f2a8460
release: 0.23.40c10e34
ci: updates for Rust 1.84 (#4846)9ee55a3
Implement locked iteration for PyList (#4789)4b04bb3
Allow useless conversion (#4838)bcdbc93
Fix PyDict issues on free-threaded build (#4788)8aa6825
Add an API to set rpath when using macOS system Python (#4833)e19d048
ci: add more tests for cross-compilation (#4773)325218f
docs: Expand docs on when and why allow_threads is necessary (#4767)869a25b
fix error with complex enums with many fields (#4832)f2915f5
fix: cross-compilation compatibility checks for Windows (#4800)Most Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions