Skip to content

Bump bytes from 1.4.0 to 1.11.1 in /crates/stylus/tests/create#4320

Merged
pmikolajczyk41 merged 5 commits intomasterfrom
dependabot/cargo/crates/stylus/tests/create/bytes-1.11.1
Feb 10, 2026
Merged

Bump bytes from 1.4.0 to 1.11.1 in /crates/stylus/tests/create#4320
pmikolajczyk41 merged 5 commits intomasterfrom
dependabot/cargo/crates/stylus/tests/create/bytes-1.11.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 3, 2026

Bumps bytes from 1.4.0 to 1.11.1.

Release notes

Sourced from bytes's releases.

Bytes v1.11.1

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

Bytes v1.11.0

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)

Bytes v1.10.1

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)

#773: tokio-rs/bytes#773

Bytes v1.10.0

1.10.0 (February 3rd, 2025)

Added

  • Add feature to support platforms without atomic CAS (#467)
  • try_get_* methods for Buf trait (#753)
  • Implement Buf::chunks_vectored for Take (#617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#708)

Fixed

  • Remove incorrect guarantee for chunks_vectored (#754)
  • Ensure that tests pass under panic=abort (#749)

... (truncated)

Changelog

Sourced from bytes's changelog.

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)

1.10.1 (March 5th, 2025)

Fixed

  • Fix memory leak when using to_vec with Bytes::from_owner (#773)

1.10.0 (February 3rd, 2025)

Added

  • Add feature to support platforms without atomic CAS (#467)
  • try_get_* methods for Buf trait (#753)
  • Implement Buf::chunks_vectored for Take (#617)
  • Implement Buf::chunks_vectored for VecDeque<u8> (#708)

Fixed

  • Remove incorrect guarantee for chunks_vectored (#754)
  • Ensure that tests pass under panic=abort (#749)

1.9.0 (November 27, 2024)

Added

  • Add Bytes::from_owner to enable externally-allocated memory (#742)

Documented

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.11.1.
- [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.4.0...v1.11.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Feb 3, 2026

❌ 4 Tests Failed:

Tests completed Failed Passed Skipped
4232 4 4228 0
View the top 3 failed tests by shortest run time
TestSetLatestSnapshotUrl
Stack Traces | 0.010s run time
... [CONTENT TRUNCATED: Keeping last 20 lines]
        runtime/debug.Stack()
        	/opt/hostedtoolcache/go/1.25.6/x64/src/runtime/debug/stack.go:26 +0x5e
        github.com/offchainlabs/nitro/util/testhelpers.RequireImpl({0x2b90c50, 0xc00062ec40}, {0x2b699e0, 0x3e82450}, {0xc0004080b0, 0x1, 0x1})
        	/home/runner/work/nitro/nitro/util/testhelpers/testhelpers.go:29 +0x9f
        github.com/offchainlabs/nitro/cmd/nitro/init.Require(0xc00062ec40, {0x2b699e0, 0x3e82450}, {0xc0004080b0, 0x1, 0x1})
        	/home/runner/work/nitro/nitro/cmd/nitro/init/init_test.go:1273 +0x5d
        github.com/offchainlabs/nitro/cmd/nitro/init.startFileServer.func2()
        	/home/runner/work/nitro/nitro/cmd/nitro/init/init_test.go:362 +0xa5
        created by github.com/offchainlabs/nitro/cmd/nitro/init.startFileServer in goroutine 242
        	/home/runner/work/nitro/nitro/cmd/nitro/init/init_test.go:359 +0x285
        
    init_test.go:362: �[31;1m [failed to shutdown server] context canceled �[0;0m
INFO [02-10|09:36:54.597] Set latest snapshot url                  url=http://127.0.0.1:44665/arb1/2024/21/archive.tar.gz
    init_test.go:308: running test case latest file with http url
INFO [02-10|09:36:54.599] Set latest snapshot url                  url=http://some.domain.com/arb1/2024/21/archive.tar.gz
    init_test.go:308: running test case latest file with https url
INFO [02-10|09:36:54.600] Set latest snapshot url                  url=https://some.domain.com/arb1/2024/21/archive.tar.gz
    init_test.go:308: running test case chain and contents with upper case
INFO [02-10|09:36:54.601] Set latest snapshot url                  url=http://127.0.0.1:35193/arb1/2024/21/archive.tar.gz
--- FAIL: TestSetLatestSnapshotUrl (0.01s)
TestBlocksReExecutorCommitState
Stack Traces | 2.140s run time
... [CONTENT TRUNCATED: Keeping last 20 lines]
INFO [02-10|09:43:56.926]  - Berlin:                      #0       
INFO [02-10|09:43:56.926]  - London:                      #0       
INFO [02-10|09:43:56.926]  - Arrow Glacier:               #0       
INFO [02-10|09:43:56.926]  - Gray Glacier:                #0       
INFO [02-10|09:43:56.926] 
INFO [02-10|09:43:56.926] Merge configured:
INFO [02-10|09:43:56.926]  - Total terminal difficulty:  0
INFO [02-10|09:43:56.926] 
INFO [02-10|09:43:56.926] Post-Merge hard forks (timestamp based):
INFO [02-10|09:43:56.926]  - Shanghai:                    @0         
INFO [02-10|09:43:56.926]  - Cancun:                      @0          blob: (target: 3, max: 6, fraction: 3338477)
INFO [02-10|09:43:56.926]  - Prague:                      @0          blob: (target: 6, max: 9, fraction: 5007716)
INFO [02-10|09:43:56.926]  - Osaka:                       @0          blob: (target: 6, max: 9, fraction: 5007716)
INFO [02-10|09:43:56.926] 
INFO [02-10|09:43:56.926] All fork specifications can be found at https://ethereum.github.io/execution-specs/src/ethereum/forks/
INFO [02-10|09:43:56.926] 
INFO [02-10|09:43:56.926] ---------------------------------------------------------------------------------------------------------------------------------------------------------
INFO [02-10|09:43:56.926] 
TRACE[02-10|09:43:56.926] Handled RPC response                     reqid=554   duration="1.182µs"
--- FAIL: TestBlocksReExecutorCommitState (2.14s)
TestVersion30
Stack Traces | 5.350s run time
... [CONTENT TRUNCATED: Keeping last 20 lines]
        github.com/offchainlabs/nitro/system_tests.Require(0xc007bd5180, {0x409e3e0, 0xc026595ad0}, {0x0, 0x0, 0x0})
        	/home/runner/work/nitro/nitro/system_tests/common_test.go:2065 +0x5d
        github.com/offchainlabs/nitro/system_tests.testPrecompiles(0xc007bd5180, 0x1e, {0xc132453db0, 0x6, 0x0?})
        	/home/runner/work/nitro/nitro/system_tests/precompile_inclusion_test.go:94 +0x371
        github.com/offchainlabs/nitro/system_tests.TestVersion30(0xc007bd5180?)
        	/home/runner/work/nitro/nitro/system_tests/precompile_inclusion_test.go:67 +0x798
        testing.tRunner(0xc007bd5180, 0x3d1a398)
        	/opt/hostedtoolcache/go/1.25.6/x64/src/testing/testing.go:1934 +0xea
        created by testing.(*T).Run in goroutine 1
        	/opt/hostedtoolcache/go/1.25.6/x64/src/testing/testing.go:1997 +0x465
        
    precompile_inclusion_test.go:94: �[31;1m [] execution aborted (timeout = 5s) �[0;0m
INFO [02-10|12:48:54.963] Writing cached state to disk             block=1  hash=2c4e79..429e9e root=c02835..9ffaab
INFO [02-10|12:48:54.963] Persisted trie from memory database      nodes=20  flushnodes=0 size=3.26KiB   flushsize=0.00B time="172.091µs" flushtime=0s gcnodes=0 gcsize=0.00B gctime="1.545µs"  livenodes=0   livesize=0.00B
INFO [02-10|12:48:54.963] Writing cached state to disk             block=1  hash=2c4e79..429e9e root=c02835..9ffaab
INFO [02-10|12:48:54.963] Persisted trie from memory database      nodes=0   flushnodes=0 size=0.00B     flushsize=0.00B time="3.025µs"   flushtime=0s gcnodes=0 gcsize=0.00B gctime=0s         livenodes=0   livesize=0.00B
INFO [02-10|12:48:54.963] Writing snapshot state to disk           root=92585b..f227c9
INFO [02-10|12:48:54.963] Persisted trie from memory database      nodes=0   flushnodes=0 size=0.00B     flushsize=0.00B time="1.864µs"   flushtime=0s gcnodes=0 gcsize=0.00B gctime=0s         livenodes=0   livesize=0.00B
INFO [02-10|12:48:54.964] Blockchain stopped
--- FAIL: TestVersion30 (5.35s)

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@pmikolajczyk41 pmikolajczyk41 reopened this Feb 4, 2026
pmikolajczyk41
pmikolajczyk41 previously approved these changes Feb 4, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.97%. Comparing base (2487a9a) to head (c00cca5).
⚠️ Report is 25 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4320      +/-   ##
==========================================
+ Coverage   32.95%   32.97%   +0.01%     
==========================================
  Files         488      488              
  Lines       57843    57843              
==========================================
+ Hits        19063    19072       +9     
+ Misses      35448    35441       -7     
+ Partials     3332     3330       -2     

@pmikolajczyk41 pmikolajczyk41 added this pull request to the merge queue Feb 4, 2026
@joshuacolvin0 joshuacolvin0 removed this pull request from the merge queue due to a manual request Feb 4, 2026
@pmikolajczyk41 pmikolajczyk41 self-assigned this Feb 10, 2026
@pmikolajczyk41 pmikolajczyk41 added this pull request to the merge queue Feb 10, 2026
Merged via the queue into master with commit 770733d Feb 10, 2026
37 of 38 checks passed
@pmikolajczyk41 pmikolajczyk41 deleted the dependabot/cargo/crates/stylus/tests/create/bytes-1.11.1 branch February 10, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file design-approved rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants