forked from firecracker-microvm/firecracker
-
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
build(deps): Bump the firecracker group with 25 updates #54
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 firecracker group with 25 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.4.4` | `4.4.6` | | [libc](https://github.com/rust-lang/libc) | `0.2.148` | `0.2.149` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.48` | `1.0.49` | | [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.16.0` | `0.16.3` | | [regex](https://github.com/rust-lang/regex) | `1.9.5` | `1.9.6` | | [userfaultfd](https://github.com/bytecodealliance/userfaultfd-rs) | `0.6.1` | `0.7.0` | | [aes-gcm](https://github.com/RustCrypto/AEADs) | `0.10.2` | `0.10.3` | | [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.0` | `1.1.2` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.3` | `1.0.4` | | [anstyle-parse](https://github.com/rust-cli/anstyle) | `0.2.1` | `0.2.2` | | [byteorder](https://github.com/BurntSushi/byteorder) | `1.4.3` | `1.5.0` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.3` | `0.3.5` | | [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.0` | `0.14.1` | | [hermit-abi](https://github.com/hermitcore/hermit-rs) | `0.3.2` | `0.3.3` | | [indexmap](https://github.com/bluss/indexmap) | `2.0.0` | `2.0.2` | | [libm](https://github.com/rust-lang/libm) | `0.2.7` | `0.2.8` | | [memchr](https://github.com/BurntSushi/memchr) | `2.6.3` | `2.6.4` | | [num-traits](https://github.com/rust-num/num-traits) | `0.2.16` | `0.2.17` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.67` | `1.0.69` | | [proptest](https://github.com/proptest-rs/proptest) | `1.2.0` | `1.3.1` | | [rustix](https://github.com/bytecodealliance/rustix) | `0.37.23` | `0.37.24` | | [semver](https://github.com/dtolnay/semver) | `1.0.18` | `1.0.19` | | [toml](https://github.com/toml-rs/toml) | `0.8.0` | `0.8.2` | | [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.5` | `0.1.6` | | [winnow](https://github.com/winnow-rs/winnow) | `0.5.15` | `0.5.16` | Updates `clap` from 4.4.4 to 4.4.6 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.4...v4.4.6) Updates `libc` from 0.2.148 to 0.2.149 - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](rust-lang/libc@0.2.148...0.2.149) Updates `thiserror` from 1.0.48 to 1.0.49 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.48...1.0.49) Updates `cargo_toml` from 0.16.0 to 0.16.3 - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/v0.16.3) Updates `regex` from 1.9.5 to 1.9.6 - [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.9.5...1.9.6) Updates `userfaultfd` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/bytecodealliance/userfaultfd-rs/releases) - [Changelog](https://github.com/bytecodealliance/userfaultfd-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/userfaultfd-rs/commits) Updates `aes-gcm` from 0.10.2 to 0.10.3 - [Commits](RustCrypto/AEADs@aes-gcm-v0.10.2...aes-gcm-v0.10.3) Updates `aho-corasick` from 1.1.0 to 1.1.2 - [Commits](BurntSushi/aho-corasick@1.1.0...1.1.2) Updates `anstyle` from 1.0.3 to 1.0.4 - [Commits](rust-cli/anstyle@v1.0.3...v1.0.4) Updates `anstyle-parse` from 0.2.1 to 0.2.2 - [Commits](rust-cli/anstyle@anstyle-parse-v0.2.1...anstyle-parse-v0.2.2) Updates `byteorder` from 1.4.3 to 1.5.0 - [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md) - [Commits](BurntSushi/byteorder@1.4.3...1.5.0) Updates `errno` from 0.3.3 to 0.3.5 - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) Updates `hashbrown` from 0.14.0 to 0.14.1 - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.14.0...v0.14.1) Updates `hermit-abi` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/hermitcore/hermit-rs/releases) - [Commits](hermit-os/hermit-rs@hermit-abi-0.3.2...hermit-abi-0.3.3) Updates `indexmap` from 2.0.0 to 2.0.2 - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.0.0...2.0.2) Updates `libm` from 0.2.7 to 0.2.8 - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](rust-lang/libm@0.2.7...0.2.8) Updates `memchr` from 2.6.3 to 2.6.4 - [Commits](BurntSushi/memchr@2.6.3...2.6.4) Updates `num-traits` from 0.2.16 to 0.2.17 - [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md) - [Commits](rust-num/num-traits@num-traits-0.2.16...num-traits-0.2.17) Updates `proc-macro2` from 1.0.67 to 1.0.69 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.67...1.0.69) Updates `proptest` from 1.2.0 to 1.3.1 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.2.0...v1.3.1) Updates `rustix` from 0.37.23 to 0.37.24 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](bytecodealliance/rustix@v0.37.23...v0.37.24) Updates `semver` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.18...1.0.19) Updates `toml` from 0.8.0 to 0.8.2 - [Commits](toml-rs/toml@toml-v0.8.0...toml-v0.8.2) Updates `winapi-util` from 0.1.5 to 0.1.6 - [Commits](BurntSushi/winapi-util@winapi-util-0.1.5...0.1.6) Updates `winnow` from 0.5.15 to 0.5.16 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.5.15...v0.5.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: userfaultfd dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: aes-gcm dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aho-corasick dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: anstyle dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: anstyle-parse dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: byteorder dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: errno dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: hashbrown dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: hermit-abi dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: libm dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: memchr dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: num-traits dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proc-macro2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proptest dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: rustix dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: semver dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: winapi-util dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... 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
Oct 9, 2023
This was referenced Oct 9, 2023
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 firecracker group with 25 updates:
4.4.4
4.4.6
0.2.148
0.2.149
1.0.48
1.0.49
0.16.0
0.16.3
1.9.5
1.9.6
0.6.1
0.7.0
0.10.2
0.10.3
1.1.0
1.1.2
1.0.3
1.0.4
0.2.1
0.2.2
1.4.3
1.5.0
0.3.3
0.3.5
0.14.0
0.14.1
0.3.2
0.3.3
2.0.0
2.0.2
0.2.7
0.2.8
2.6.3
2.6.4
0.2.16
0.2.17
1.0.67
1.0.69
1.2.0
1.3.1
0.37.23
0.37.24
1.0.18
1.0.19
0.8.0
0.8.2
0.1.5
0.1.6
0.5.15
0.5.16
Updates
clap
from 4.4.4 to 4.4.6Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
39f5e80
chore: Releasea5cb6bb
docs: Update changelog418c001
Merge pull request #5146 from epage/update485b957
chore: Upgrade anstreama1af8d9
chore: Update from '_rust/main'ac51f09
chore(ci): Normalize json5 syntax86c29de
chore(ci): Updaet Renovate schema2045528
chore: Release55d2230
docs: Update changelog492ee03
Merge pull request #5140 from epage/dynUpdates
libc
from 0.2.148 to 0.2.149Release notes
Sourced from libc's releases.
Commits
d80e8bd
Auto merge of #3360 - vita-rust:release-0.2.149, r=JohnTitor017bf5f
Auto merge of #3373 - SteveLauC:close_range, r=JohnTitor14ef2e5
Auto merge of #3335 - androm3da:bcain/sa_onstack, r=JohnTitor7b9e367
fmt173757d
feat: add close_range for glibcc7a860d
Auto merge of #3370 - NordSecurity:add_apple_tvos_support, r=JohnTitor4cdc32e
Auto merge of #3325 - Vtewari2311:libc-hurd-latest, r=JohnTitoraa065c6
Auto merge of #3372 - SteveLauC:execveat, r=JohnTitord3910f6
add execveat for glibcaab9d70
Fix apple tvos supportUpdates
thiserror
from 1.0.48 to 1.0.49Release notes
Sourced from thiserror's releases.
Commits
54465b7
Release 1.0.4979704ad
Merge pull request 255 from mina86/a5bfbdae
Test docs.rs documentation build in CIf0f303a
Prefer core crate in macro expansions435c7c8
Update actions/checkout@v3 -> v4Updates
cargo_toml
from 0.16.0 to 0.16.3Commits
Updates
regex
from 1.9.5 to 1.9.6Changelog
Sourced from regex's changelog.
Commits
11b4443
1.9.63dda425
deps: bump regex-automata to 0.3.903f00bd
regex-automata-0.3.9e467408
changelog: 1.9.6aa4e4c7
automata: fix unintended panic in max_haystack_len27a2538
automata: add some #[inline] annotations061ee81
readme: visually emphasize performance criteria difference8275c1b
doc: fix a few typoscdc0dbd
readme: add section about performance and benchmarks4aaf389
ci: pin to memchr 2.6.2 for MSRV CI jobUpdates
userfaultfd
from 0.6.1 to 0.7.0Release notes
Sourced from userfaultfd's releases.
Commits
Updates
aes-gcm
from 0.10.2 to 0.10.3Commits
7e82b01
aes-gcm v0.10.3 (#552)b587b27
aes-gcm: avoid exposing plaintext on tag verification failure (#551)2209bca
build(deps): bump actions/checkout from 3 to 4 (#548)035ec25
build(deps): bump ascon from 0.3.1 to 0.4.0 (#545)e94ba5a
xsalsa20poly1305: remove source code (#543)31240c1
Update Cargo.lock40240c4
Update Cargo.lockbe4ea6f
Update Cargo.lock2aef39e
Update Clippy version (#534)50710da
Update Cargo.lockUpdates
aho-corasick
from 1.1.0 to 1.1.2Commits
d84a507
1.1.20c3802f
dfa: fix performance bug when building a DFA12025c5
doc: add a FIXME about a perf problem3c475c5
1.1.13c811c2
teddy: replace _mm_extract_epi64 with transmute3ed2c38
benchmarks: start work on a more curated set of benchmarksdd84b6d
benchmarks: rename 'curated' to 'regexcurated'Updates
anstyle
from 1.0.3 to 1.0.4Commits
04b194b
chore: Releasea585e22
docs: Update changelogc2cfae7
Merge pull request #134 from epage/display5af61c4
feat(anstyle): Allow copy/clone of render6f9165a
chore: Releaseaf41460
docs: Update changelog4734cf9
chore: Release75aed6a
docs: Update changelog1b3fa56
chore: Releasee9736d3
chore: ReleaseUpdates
anstyle-parse
from 0.2.1 to 0.2.2Commits
1b3fa56
chore: Releasee9736d3
chore: Release707b953
chore: Release2384532
docs: Update changelog92bb9ca
chore: Release94fe8f5
Merge pull request #133 from epage/test39bdd2a
fix(stream): Capture print macros in tests9ac7b94
test(stream): Verify capture behavior393b582
Merge pull request #132 from epage/lock80a55b3
style: Make clippy happyUpdates
byteorder
from 1.4.3 to 1.5.0Commits
ec068ee
1.5.00cfb84d
cargo: a few small fixups62b0e31
changelog: add a note about it not being updateddd41ee2
msrv: bump to Rust 1.6052cc70c
safety: verify alignment requirements of floats vs intsc0b6678
impl: remove unsafe code from read_uint and read_uint128 methods1e2d8b0
impl: eliminate unsafe_write_num_bytes368cb55
impl: refactor write_slice macro slightlyc01f0fe
impl: eliminate special case checking target_endian3409ee1
perf: convert endianess while reading slice in a single passUpdates
errno
from 0.3.3 to 0.3.5Changelog
Sourced from errno's changelog.
Commits
Updates
hashbrown
from 0.14.0 to 0.14.1Changelog
Sourced from hashbrown's changelog.
Commits
844b337
Auto merge of #471 - Amanieu:release-0.14.1, r=Amanieuf08765f
Prepare release of v0.14.1a24996e
Auto merge of #469 - JustForFun88:doc_all_find_isert, r=Amanieueb9e772
Doc allfind_
functionsfe81cad
Auto merge of #468 - JustForFun88:make_alloc_not_clone, r=Amanieu91d3675
Fix mistake withprepare_resize
and use const instead ofnew()
1167d19
Make allocator not clone and document all changesa33acbe
Auto merge of #465 - JustForFun88:fix_bugs_clone_from, r=Amanieu8a4a1c7
Cange forget toScopeGuard::into_inner
ec75914
Auto merge of #467 - JustForFun88:remove_cross_toml, r=AmanieuUpdates
hermit-abi
from 0.3.2 to 0.3.3Commits
7c5fd16
chore: release hermit-abi 0.3.33408237
feat(examples): add webserver266887c
feat(examples): add fuse_testda81b28
feat(abi): add syscalls for directories8e1d4b9
style: sort Cargo.toml07b05aa
Merge pull request #481 from mkroening/nightly-2023-09-157cdf9c7
chore: upgrade to nightly-2023-09-1590f3c0c
Merge pull request #479 from hermit-os/dependabot/github_actions/docker/build...44836f7
Merge pull request #478 from hermit-os/dependabot/github_actions/docker/login...134daff
build(deps): Bump docker/build-push-action from 4 to 5Updates
indexmap
from 2.0.0 to 2.0.2Changelog
Sourced from indexmap's changelog.
Commits
67e67dd
Merge pull request #277 from cuviper/release-2.0.29de727d
Release 2.0.2 with complete MSRV 1.63fbd129f
Merge pull request #276 from cuviper/release-2.0.19dcae76
Release 2.0.1 withrust-version = "1.63"
2eaf59c
Merge pull request #275 from cuviper/safe-swap8e03753
UseRawTable::get_many_mut
for safeswap_indices
0604c5b
Merge pull request #273 from your-diary/docs/indexset77c58aa
Improve explanation aboutIndexSet
's complexity.9469a1b
Merge pull request #272 from daxpedda/minimal-versions8360847
Testdirect-minimal-versions
Updates
libm
from 0.2.7 to 0.2.8Commits
721a5ed
Merge pull request #285 from Amanieu/release-0.2.896b062b
Release 0.2.806f8ba3
Merge pull request #284 from plugwash/master5594834
Fix rint and rintf on x87.5bcbc3b
Merge pull request #283 from klensy/fix-cidcf2806
fix ci, disable mips, mirrors https://github.com/rust-lang/compiler-builtins/...17a6379
Merge pull request #282 from mulkieran/exclude-ci33381c7
Exclude GitHub Workflows files from packaged cratefd2bf61
Exclude ci directory from packaged crateUpdates
memchr
from 2.6.3 to 2.6.4Commits
ce7b8e6
2.6.4ca9ea65
cargo: update descriptionUpdates
num-traits
from 0.2.16 to 0.2.17Changelog
Sourced from num-traits's changelog.
Commits
0a27d8c
Merge #28934e309a
Release 0.2.17ef36d69
Merge #286d9d94f8
Bugfix for text codeblock in documentation.Updates
proc-macro2
from 1.0.67 to 1.0.69Release notes
Sourced from proc-macro2's releases.
Commits
937bbcd
Release 1.0.6942dc36e
Merge pull request #412 from dtolnay/sourcetext6461c2d
Add out-of-order call to source_text testc4c3251
Explain source_text implementation approach31b14c3
Cache byte offsets computed from a char index0e15461
Make FileInfo mut in source_text to allow amortization of char indices90b8e1e
Merge pull request #411 from dtolnay/sourcetext137ae0a
Fix source_text treating span.lo as byte offset not char index4c0bd28
Add regression test for issue 41012eddc0
Reword explanation of SourceMap initial valueUpdates
proptest
from 1.2.0 to 1.3.1Commits
0b4ffe8
[Release] 1.3.1 -- fix for incompatible bit-set/bit-vec versions (#375)99bdf24
[Release] 1.3.0 (#373)7bfc889
Merge pull request #357 from tzemanovic/tomas/clear-break-dead-codeeb9db9d
Merge branch 'master' into tomas/clear-break-dead-code370b3a0
Permit use of (?-u) in byte-regex strategies (#336) (#337)e395e8c
Add PathBuf Arbitrary impl with tests (#368)fcccad0
Book tips and best practices (#367)fc3be95
Merge pull request #355 from tzemanovic/tomas/fix-sm-logs7292965
Merge pull request #360 from psychon/remove-byteorder466d59d
[proptest] silence clippy::arc_with_non_send_sync warning with prop_oneof (#363)Updates
rustix
from 0.37.23 to 0.37.24Commits
b78aeff
chore: Release rustix version 0.37.24c0c3f01
Add GNU/Hurd support (#852)f416b6b
Fix thetest_ttyname_ok
test when /dev/stdin is inaccessable. (#821)aee5b09
Downgrade dependencies and disable tests to compile under Rust 1.48.6d42c38
Disable MIPS in CI. (#793)Updates
semver
from 1.0.18 to 1.0.19Release notes
Sourced from semver's releases.
Commits
72a6b5a
Release 1.0.1983abc7f
Relocate comparator parse testing2d34e8f
Touch up PR 299 test cases5e09329
More comprehensible excessive version comparator test473209f
Merge pull request #299 from CXWorks/mastercb07901
Update actions/checkout@v3 -> v4fff3f40
Revert "Temporarily disable -Zrandomize-layout due to rustc ICE"2399480
Temporarily disable -Zrandomize-layout due to rustc ICEb074ea0
Resolve incorrect_partial_ord_impl_on_ord_type clippy lint2d50313
Add missed test casesUpdates
toml
from 0.8.0 to 0.8.2Commits
fe65b2b
chore: Releaseed597eb
chore: Release257a0fd
docs: Update changelog4b44f53
Merge pull request #617 from epage/update7eaf286
fix(parser): Failed on mixed inline tablese1f2037
test: Verify with latest data2f9253c
chore: Update toml-testc9b481c
test(toml): Ensure tables are used for validation43d7f29
Merge pull request #615 from toml-rs/renovate/actions-checkout-4.xef9b837
chore(deps): update actions/checkout action to v4Updates
winapi-util
from 0.1.5 to 0.1.6Commits
9453203
0.1.63ededd3
sysinfo: add safe routine for querying the computer name495ecba
rust: various cleanups and move to Rust 20212402a30
msrv: bump to Rust 1.7243133ce
ci: various updatesUpdates
winnow
from 0.5.15 to 0.5.16Changelog
Sourced from winnow's changelog.
Commits
2d453f5
chore: Release75d8411
docs: Update changelogbca3db6
docs: Remove redundant link targets67a3e4b
Merge pull request #340 from epage/custom68977e5
fix(stream): Correctly count offsets for non-byte slices8620bdc
test(stream): Show bug552e417
chore: Update from '_rust/main'ac51f09
chore(ci): Normalize json5 syntax86c29de
chore(ci): Updaet Renovate schema61f7ef3
chore: Update from '_rust/main'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