-
Notifications
You must be signed in to change notification settings - Fork 13
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 mycelium group across 1 directory with 20 updates #546
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 mycelium group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [tokio](https://github.com/tokio-rs/tokio) | `1.41.1` | `1.43.0` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` | | [bytes](https://github.com/tokio-rs/bytes) | `1.8.0` | `1.9.0` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.16` | `0.1.17` | | [ipnet](https://github.com/krisprice/ipnet) | `2.10.1` | `2.11.0` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.5.4` | `1.5.5` | | [etherparse](https://github.com/JulianSchmid/etherparse) | `0.16.0` | `0.17.0` | | [quinn](https://github.com/quinn-rs/quinn) | `0.11.5` | `0.11.6` | | [rustls](https://github.com/rustls/rustls) | `0.23.16` | `0.23.21` | | [rcgen](https://github.com/rustls/rcgen) | `0.13.1` | `0.13.2` | | [netdev](https://github.com/shellrow/netdev) | `0.31.0` | `0.32.0` | | [tokio-tun](https://github.com/yaa110/tokio-tun) | `0.12.1` | `0.13.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.65` | `2.0.11` | | [axum](https://github.com/tokio-rs/axum) | `0.7.7` | `0.8.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.137` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.12` | Updates `tokio` from 1.41.1 to 1.43.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.43.0) Updates `tokio-util` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13) Updates `serde` from 1.0.215 to 1.0.217 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.217) Updates `bytes` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.8.0...v1.9.0) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) Updates `tokio-stream` from 0.1.16 to 0.1.17 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-stream-0.1.16...tokio-stream-0.1.17) Updates `ipnet` from 2.10.1 to 2.11.0 - [Release notes](https://github.com/krisprice/ipnet/releases) - [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md) - [Commits](https://github.com/krisprice/ipnet/commits/2.11.0) Updates `blake3` from 1.5.4 to 1.5.5 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.5.4...1.5.5) Updates `etherparse` from 0.16.0 to 0.17.0 - [Release notes](https://github.com/JulianSchmid/etherparse/releases) - [Changelog](https://github.com/JulianSchmid/etherparse/blob/master/changelog.md) - [Commits](JulianSchmid/etherparse@v0.16.0...v0.17.0) Updates `quinn` from 0.11.5 to 0.11.6 - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](quinn-rs/quinn@quinn-0.11.5...quinn-0.11.6) Updates `rustls` from 0.23.16 to 0.23.21 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.16...v/0.23.21) Updates `rcgen` from 0.13.1 to 0.13.2 - [Release notes](https://github.com/rustls/rcgen/releases) - [Commits](rustls/rcgen@v0.13.1...v0.13.2) Updates `netdev` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/shellrow/netdev/releases) - [Commits](shellrow/netdev@v0.31.0...v0.32.0) Updates `tokio-tun` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/yaa110/tokio-tun/releases) - [Commits](yaa110/tokio-tun@0.12.1...0.13.0) Updates `libc` from 0.2.162 to 0.2.169 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.162...0.2.169) Updates `thiserror` from 1.0.65 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...2.0.11) Updates `axum` from 0.7.7 to 0.8.1 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/commits) Updates `serde_json` from 1.0.132 to 1.0.137 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.132...v1.0.137) Updates `reqwest` from 0.12.9 to 0.12.12 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.9...v0.12.12) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: tokio-stream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: ipnet dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: blake3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: etherparse dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: quinn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: rcgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: netdev dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: tokio-tun dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: mycelium - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: mycelium - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: mycelium ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jan 20, 2025
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
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 mycelium group with 19 updates in the / directory:
1.41.1
1.43.0
0.7.12
0.7.13
1.0.215
1.0.217
1.8.0
1.9.0
0.1.40
0.1.41
0.3.18
0.3.19
0.1.16
0.1.17
2.10.1
2.11.0
1.5.4
1.5.5
0.16.0
0.17.0
0.11.5
0.11.6
0.23.16
0.23.21
0.13.1
0.13.2
0.31.0
0.32.0
0.12.1
0.13.0
1.0.65
2.0.11
0.7.7
0.8.1
1.0.132
1.0.137
0.12.9
0.12.12
Updates
tokio
from 1.41.1 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
tokio-util
from 0.7.12 to 0.7.13Commits
0b31c2f
chore: prepare tokio-util v0.7.13 (#7012)129f9fc
codec: fix incorrect handling of invalid utf-8 inLinesCodec::decode_eof
(#...b5c227d
tracing: move tracing instrumentation tests into tokio tests (#7007)dcae2b9
ci: unfreeze FreeBSD from rustc 1.81 (#7009)bb9d570
chore: prepare Tokio v1.42.0 (#7005)af9c683
tests: fix typo in build test instructions (#7004)4bc5a1a
ci: allow Unicode-3.0 license for unicode-ident (#7006)f8948ea
runtime: do not deferyield_now
insideblock_in_place
(#6999)bce9780
time: usearray::from_fn
instead of manually creating array (#7000)38151f3
readme: unlist 1.32.x as LTS release (#6997)Updates
serde
from 1.0.215 to 1.0.217Release notes
Sourced from serde's releases.
Commits
930401b
Release 1.0.217cb6eaea
Fix roundtrip inconsistency:b6f339c
Resolve repr_packed_without_abi clippy lint in tests2a5caea
Merge pull request #2872 from dtolnay/ehpersonalityb9f93f9
Add no-std CI on stable compilereb5cd47
Drop #[lang = "eh_personality"] from no-std test8478a3b
Merge pull request #2871 from dtolnay/nostdstartdbb9091
Replace #[start] with extern fn mainad8dd41
Release 1.0.216f91d2ed
Merge pull request #2868 from dtolnay/automaticallyderivedUpdates
bytes
from 1.8.0 to 1.9.0Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
d0a14de
chore: prepare bytes v1.9.0 (#748)54f1c26
Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#743)4cd8969
ReplaceBufMut::put
withBufMut::put_slice
in Writer impl (#745)2d996a2
Fix typo inBuf::chunk()
comment (#744)30ee8e9
AddBytes::from_owner
(#742)Updates
tracing
from 0.1.40 to 0.1.41Release notes
Sourced from tracing's releases.
... (truncated)
Commits
0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)f6a6c8c
tracing: add index API forField
(#2820)345fbff
Addjson-subscriber
to ecosystem (#3121)82a92df
fix: correct SerializeField definition and doc formatting (#3040)Updates
tracing-subscriber
from 0.3.18 to 0.3.19Release notes
Sourced from tracing-subscriber's releases.
Commits
311c313
chore: prepare tracing-subscriber 0.3.19 (#3162)35f360a
chore: fix new Clippy lints in Rust 1.83.0 (#3165)c66a692
chore: prepare tracing-serde 0.2.0 (#3160)0ca7887
chore: prepare tracing 0.1.41 (#3159)504a287
tracing: update core to v0.1.33 and attributes to v0.1.28 (#3156)baa5489
chore: prepare tracing-attributes 0.1.28 (#3155)cb0f0e7
chore: prepare tracing-core 0.1.33 (#3153)11c8273
subscriber: don't gatewith_ansi()
on the "ansi" feature (#3020)8a25a16
core: fix missedregister_callsite
error (#2938)6f08af0
subscriber: setlog
max level when reloading (#1270)Updates
tokio-stream
from 0.1.16 to 0.1.17Commits
67355c6
chore: prepare tokio-stream v0.1.17 (#7020)405d746
signal: remove oneshot channels from tests (#7015)e0d1293
ci: add instructions that explain how to fix spellcheck errors (#7016)480c010
signal: addSignalKind::info
on illumos (#6995)c032ea0
ci: detect trailing whitespace (#7013)0b31c2f
chore: prepare tokio-util v0.7.13 (#7012)129f9fc
codec: fix incorrect handling of invalid utf-8 inLinesCodec::decode_eof
(#...b5c227d
tracing: move tracing instrumentation tests into tokio tests (#7007)dcae2b9
ci: unfreeze FreeBSD from rustc 1.81 (#7009)bb9d570
chore: prepare Tokio v1.42.0 (#7005)Updates
ipnet
from 2.10.1 to 2.11.0Release notes
Sourced from ipnet's releases.
Changelog
Sourced from ipnet's changelog.
Commits
Updates
blake3
from 1.5.4 to 1.5.5Release notes
Sourced from blake3's releases.
Commits
81f772a
version 1.5.5c57d6b6
add back an explicit "digest" feature, for back compat1170f02
add support for windows newlines in b3sum --checkaa3e8ec
build(CMake): Fix pkg-config for absolute CMAKE_INSTALL_*DIRe815576
heading fix, C2SP60ff2ea
link to yesterday's interview95da6b5
add xof benchmarks for non-power-of-2 lengths8e2e07e
Remove Miri equality workaround function08cb01c
put equivalent Hasher examples in the hash/keyed_hash/derive_key docs479eef8
test_compare_reference_impl_long_xofUpdates
etherparse
from 0.16.0 to 0.17.0Release notes
Sourced from etherparse's releases.
Commits
2cbbf41
Increment version to 0.17.055307c4
Update Readme.mdae6145a
Add arp eth ipv4 specialisation4f9b71f
Further tests & arp methodse278a3a
Update documentation for ARPa37839d
Add arp builder methods & tests721b3a0
Add missing mod file67f5a32
Resolve clippy warnings and fix write bug0c064d7
Resolve ARP test errors and fix bugs94167a8
Re-worked ARP implementation againUpdates
quinn
from 0.11.5 to 0.11.6Commits
d23e4e4
CI: add test for netbsdbb4df4d
fixes quinn-rs/quinn#203366546dd
quinn: bump version to 0.11.6ca1f2ef
Revert "crypto: expose negotiated_cipher_suite in the hadshake data"2a8b904
proto: bump version to 0.11.9eebccff
quinn: Fix missing re-exports7944e0f
proto: Fix missing re-exports8c66491
proto: Rename frame::Type to FrameType18b7956
build(deps): update thiserror requirement from 1.0.21 to 2.0.39be256e
feat: enable rustls logging, gated by rustls-log feature flagUpdates
rustls
from 0.23.16 to 0.23.21Commits
d1bd2c8
Prepare v0.23.211338caa
Update Cargo.lock12b2276
UpdateRELEASING.md
with instructions aboutfuzz/Cargo.lock
fe6a0d1
docs: update@cpu
maintainer status49b5edc
chore(deps): lock file maintenance3751e24
cleanup: use more parens when calculating ECH seeddc1f92c
chore(deps): update rust crate itertools to 0.1416a0726
fuzzers/server: cover post-Accepted connectionsb873e4c
fuzzers/server: fix reachable unwrapf98484b
chore(deps): lock file maintenanceUpdates
rcgen
from 0.13.1 to 0.13.2Release notes
Sourced from rcgen's releases.
Commits
447322c
rcgen: 0.13.1 -> 0.13.212d6533
Removeextern crate
example in docs.72369d3
Update README.md example to match what's inlib.rs
1b4a355
Bump codecov/codecov-action from 4 to 5331b8fd
Add PKCS#10 attributes to CSR serializer349ffe4
Add CertificateParams::write_extension_request_attribute for cleanup57a8066
Fix: Write CSR attributes as an implicit setad9b094
Fix: Don't forget to write EKUs in CSRs5811e47
Fix: Don't write SANs in CSRs if none are presentd3dea5e
Add more CSR roundtrip unit testsUpdates
netdev
from 0.31.0 to 0.32.0Release notes
Sourced from netdev's releases.
Commits
e3eed80
Merge pull request #96 from shellrow/release96a8e80
Bump version to 0.32.0e260d4e
Merge pull request #95 from shellrow/add-interface-types108e0a4
Run cargo fmtaf62560
Add interface types5383ec3
Merge pull request #94 from shellrow/update-deps83313f0
Update windows dependenciesc002179
Merge pull request #92 from pronebird/netlink-packet-route-0.21d9b6225
Upgrade to [email protected]Updates
tokio-tun
from 0.12.1 to 0.13.0Release notes
Sourced from tokio-tun's releases.
Commits
27dba47
builder: merge try_build and try_build_mqUpdates
libc
from 0.2.162 to 0.2.169Release notes
Sourced from libc's releases.
... (truncated)
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
bb5944c
chore: release v0.2.1698ebcf49
Merge pull request #4211 from tgross35/backport-openbsd-buildfab6a64
Skipc_char_def
on OpenBSDc86544f
Merge pull request #4206 from tgross35/backport-tomato2ade12c
Replace arch-conditionalc_char
with a reexport0567b59
Ignore ordering style forc_char
3e09b7c
Do not re-export c_void in ta...Description has been truncated