Skip to content

Comments

Bump the cargo group across 7 directories with 4 updates#82

Open
dependabot[bot] wants to merge 1 commit intogaladriel-mainfrom
dependabot/cargo/example/cosmwasm/cw20/cargo-0d4c78cf5a
Open

Bump the cargo group across 7 directories with 4 updates#82
dependabot[bot] wants to merge 1 commit intogaladriel-mainfrom
dependabot/cargo/example/cosmwasm/cw20/cargo-0d4c78cf5a

Conversation

@dependabot
Copy link

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

Bumps the cargo group with 1 update in the /example/cosmwasm/cw20 directory: cosmwasm-std.
Bumps the cargo group with 1 update in the /example/cosmwasm/cw721 directory: cosmwasm-std.
Bumps the cargo group with 1 update in the /example/cosmwasm/echo directory: cosmwasm-std.
Bumps the cargo group with 2 updates in the /loadtest/contracts/jupiter directory: serde-json-wasm and bytes.
Bumps the cargo group with 2 updates in the /loadtest/contracts/mars directory: serde-json-wasm and bytes.
Bumps the cargo group with 2 updates in the /loadtest/contracts/saturn directory: serde-json-wasm and bytes.
Bumps the cargo group with 2 updates in the /loadtest/contracts/venus directory: serde-json-wasm and bytes.

Updates cosmwasm-std from 1.5.0 to 1.5.4

Release notes

Sourced from cosmwasm-std's releases.

v1.5.4

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.5.3

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.5.2

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

Changelog

Sourced from cosmwasm-std's changelog.

[1.5.4]

Fixed

  • cosmwasm-std: Fix CWA-2024-002

Added

  • cosmwasm-std: Implement &T + T and &T op &T for Uint64, Uint128, Uint256 and Uint512; improve panic message for Uint64::add and Uint512::add (#2092)
  • cosmwasm-std: Add Uint{64,128,256,512}::strict_add and ::strict_sub which are like the Add/Sub implementations but const. (#2098, #2107)

#2092: CosmWasm/cosmwasm#2092 #2098: CosmWasm/cosmwasm#2098 #2107: CosmWasm/cosmwasm#2107

Changed

  • cosmwasm-std: Let Timestamp::plus_nanos/::minus_nanos use Uint64::strict_add/::strict_sub and document overflows. (#2098, #2107)

#2098: CosmWasm/cosmwasm#2098 #2107: CosmWasm/cosmwasm#2107

Fixed

  • cosmwasm-std: Correctly deallocate vectors that were turned into a Region via release_buffer (#2062)

#2062: CosmWasm/cosmwasm#2062

[1.5.3]

Changed

  • cosmwasm-vm: Read Region from Wasm memory as bytes and convert to Region afterwards (#2005)

#2005: CosmWasm/cosmwasm#2005

[1.5.2] - 2024-01-15

Fixed

  • cosmwasm-vm: Fix memory increase issue (1.3 -> 1.4 regression) by avoiding the use of a long running Wasmer Engine. (#1978)

#1978: CosmWasm/cosmwasm#1978

... (truncated)

Commits
  • 95bfc2d Set version: 1.5.4
  • eff79bc Fix
  • 9f88e7c fix: avoid div with zero in assert_approx_eq (#2101) (#2113)
  • 41b1d16 Rename math functions to strict_add/strict_sub (backport #2107) (#2110)
  • 695970c Use newly added panicking_add/panicking_sub for Timestamp math (backport #209...
  • a39a171 Implement add for Uint* more consistently
  • d65150f Adjust documentation
  • 26d23c2 Update packages/std/src/memory.rs
  • 2b26879 Remove AsRef\<[u8]> bounds
  • 61e12f9 Abstract away the source behind an unsafe trait
  • Additional commits viewable in compare view

Updates serde-json-wasm from 0.5.1 to 0.5.2

Changelog

Sourced from serde-json-wasm's changelog.

[0.5.2] - 2024-01-23

  • Add recursion limit to deserialization (#64).

#64: CosmWasm/serde-json-wasm#64

[0.5.1] - 2023-04-11

Added

  • Add support for collect_str serialization (#51, #55).

#51: CosmWasm/serde-json-wasm#51 #55: CosmWasm/serde-json-wasm#55

[0.5.0] - 2022-12-06

Added

  • Add support for map (de)serialization.
  • Add support for #[serde(flatten)] (de)serialization (#20).

#20: CosmWasm/serde-json-wasm#20

Changed

  • Bump min supported Rust version to 1.59.0 (same as cosmwasm-std)
  • Upgrade codebase to Rust edition 2021
Commits
  • 94bbc4a Update changelog
  • f86de19 Merge pull request #64 from CosmWasm/recursion-limit-0.5
  • 35c33c6 Fix typo
  • a9a9b9b Add recursion limit
  • be32160 Merge pull request #57 from CosmWasm/improve-serde_json-compatibility-testing
  • d98dab6 Update serde_json
  • b859f54 Remove comments about omitting None values
  • 6e11418 Improve serde_json compatibility testing
  • 3a0b4a7 Set version: 0.5.1
  • 1c0fdbb Merge pull request #55 from CosmWasm/fix-collect_str
  • Additional commits viewable in compare view

Updates cosmwasm-std from 1.5.2 to 1.5.4

Release notes

Sourced from cosmwasm-std's releases.

v1.5.4

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.5.3

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.5.2

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

Changelog

Sourced from cosmwasm-std's changelog.

[1.5.4]

Fixed

  • cosmwasm-std: Fix CWA-2024-002

Added

  • cosmwasm-std: Implement &T + T and &T op &T for Uint64, Uint128, Uint256 and Uint512; improve panic message for Uint64::add and Uint512::add (#2092)
  • cosmwasm-std: Add Uint{64,128,256,512}::strict_add and ::strict_sub which are like the Add/Sub implementations but const. (#2098, #2107)

#2092: CosmWasm/cosmwasm#2092 #2098: CosmWasm/cosmwasm#2098 #2107: CosmWasm/cosmwasm#2107

Changed

  • cosmwasm-std: Let Timestamp::plus_nanos/::minus_nanos use Uint64::strict_add/::strict_sub and document overflows. (#2098, #2107)

#2098: CosmWasm/cosmwasm#2098 #2107: CosmWasm/cosmwasm#2107

Fixed

  • cosmwasm-std: Correctly deallocate vectors that were turned into a Region via release_buffer (#2062)

#2062: CosmWasm/cosmwasm#2062

[1.5.3]

Changed

  • cosmwasm-vm: Read Region from Wasm memory as bytes and convert to Region afterwards (#2005)

#2005: CosmWasm/cosmwasm#2005

[1.5.2] - 2024-01-15

Fixed

  • cosmwasm-vm: Fix memory increase issue (1.3 -> 1.4 regression) by avoiding the use of a long running Wasmer Engine. (#1978)

#1978: CosmWasm/cosmwasm#1978

... (truncated)

Commits
  • 95bfc2d Set version: 1.5.4
  • eff79bc Fix
  • 9f88e7c fix: avoid div with zero in assert_approx_eq (#2101) (#2113)
  • 41b1d16 Rename math functions to strict_add/strict_sub (backport #2107) (#2110)
  • 695970c Use newly added panicking_add/panicking_sub for Timestamp math (backport #209...
  • a39a171 Implement add for Uint* more consistently
  • d65150f Adjust documentation
  • 26d23c2 Update packages/std/src/memory.rs
  • 2b26879 Remove AsRef\<[u8]> bounds
  • 61e12f9 Abstract away the source behind an unsafe trait
  • Additional commits viewable in compare view

Updates serde-json-wasm from 0.5.1 to 0.5.2

Changelog

Sourced from serde-json-wasm's changelog.

[0.5.2] - 2024-01-23

  • Add recursion limit to deserialization (#64).

#64: CosmWasm/serde-json-wasm#64

[0.5.1] - 2023-04-11

Added

  • Add support for collect_str serialization (#51, #55).

#51: CosmWasm/serde-json-wasm#51 #55: CosmWasm/serde-json-wasm#55

[0.5.0] - 2022-12-06

Added

  • Add support for map (de)serialization.
  • Add support for #[serde(flatten)] (de)serialization (#20).

#20: CosmWasm/serde-json-wasm#20

Changed

  • Bump min supported Rust version to 1.59.0 (same as cosmwasm-std)
  • Upgrade codebase to Rust edition 2021
Commits
  • 94bbc4a Update changelog
  • f86de19 Merge pull request #64 from CosmWasm/recursion-limit-0.5
  • 35c33c6 Fix typo
  • a9a9b9b Add recursion limit
  • be32160 Merge pull request #57 from CosmWasm/improve-serde_json-compatibility-testing
  • d98dab6 Update serde_json
  • b859f54 Remove comments about omitting None values
  • 6e11418 Improve serde_json compatibility testing
  • 3a0b4a7 Set version: 0.5.1
  • 1c0fdbb Merge pull request #55 from CosmWasm/fix-collect_str
  • Additional commits viewable in compare view

Updates cosmwasm-std from 1.5.0 to 1.5.4

Release notes

Sourced from cosmwasm-std's releases.

v1.5.4

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.5.3

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

v1.5.2

The release notes are available in CHANGELOG.md. For upgrading contracts also consult MIGRATING.md.\n\nAttached there are some build artifacts generated at this tag. Those are for development purposes only! Please use crates.io to find the packages of this release.

Changelog

Sourced from cosmwasm-std's changelog.

[1.5.4]

Fixed

  • cosmwasm-std: Fix CWA-2024-002

Added

  • cosmwasm-std: Implement &T + T and &T op &T for Uint64, Uint128, Uint256 and Uint512; improve panic message for Uint64::add and Uint512::add (#2092)
  • cosmwasm-std: Add Uint{64,128,256,512}::strict_add and ::strict_sub which are like the Add/Sub implementations but const. (#2098, #2107)

#2092: CosmWasm/cosmwasm#2092 #2098: CosmWasm/cosmwasm#2098 #2107: CosmWasm/cosmwasm#2107

Changed

  • cosmwasm-std: Let Timestamp::plus_nanos/::minus_nanos use Uint64::strict_add/::strict_sub and document overflows. (#2098, #2107)

#2098: CosmWasm/cosmwasm#2098 #2107: CosmWasm/cosmwasm#2107

Fixed

  • cosmwasm-std: Correctly deallocate vectors that were turned into a Region via release_buffer (#2062)

#2062: CosmWasm/cosmwasm#2062

[1.5.3]

Changed

  • cosmwasm-vm: Read Region from Wasm memory as bytes and convert to Region afterwards (#2005)

#2005: CosmWasm/cosmwasm#2005

[1.5.2] - 2024-01-15

Fixed

  • cosmwasm-vm: Fix memory increase issue (1.3 -> 1.4 regression) by avoiding the use of a long running Wasmer Engine. (#1978)

#1978: CosmWasm/cosmwasm#1978

... (truncated)

Commits
  • 95bfc2d Set version: 1.5.4
  • eff79bc Fix
  • 9f88e7c fix: avoid div with zero in assert_approx_eq (#2101) (#2113)
  • 41b1d16 Rename math functions to strict_add/strict_sub (backport #2107) (#2110)
  • 695970c Use newly added panicking_add/panicking_sub for Timestamp math (backport #209...
  • a39a171 Implement add for Uint* more consistently
  • d65150f Adjust documentation
  • 26d23c2 Update packages/std/src/memory.rs
  • 2b26879 Remove AsRef\<[u8]> bounds
  • 61e12f9 Abstract away the source behind an unsafe trait
  • Additional commits viewable in compare view

Updates serde-json-wasm from 0.5.1 to 0.5.2

Changelog

Sourced from serde-json-wasm's changelog.

[0.5.2] - 2024-01-23

  • Add recursion limit to deserialization (#64).

#64: CosmWasm/serde-json-wasm#64

[0.5.1] - 2023-04-11

Added

  • Add support for collect_str serialization (#51, #55).

#51: CosmWasm/serde-json-wasm#51 #55: CosmWasm/serde-json-wasm#55

[0.5.0] - 2022-12-06

Added

  • Add support for map (de)serialization.
  • Add support for #[serde(flatten)] (de)serialization (#20).

#20: CosmWasm/serde-json-wasm#20

Changed

  • Bump min supported Rust version to 1.59.0 (same as cosmwasm-std)
  • Upgrade codebase to Rust edition 2021
Commits
  • 94bbc4a Update changelog
  • f86de19 Merge pull request #64 from CosmWasm/recursion-limit-0.5
  • 35c33c6 Fix typo
  • a9a9b9b Add recursion limit
  • be32160 Merge pull request #57 from CosmWasm/improve-serde_json-compatibility-testing
  • d98dab6 Update serde_json
  • b859f54 Remove comments about omitting None values
  • 6e11418 Improve serde_json compatibility testing
  • 3a0b4a7 Set version: 0.5.1
  • 1c0fdbb Merge pull request #55 from CosmWasm/fix-collect_str
  • Additional commits viewable in compare view

Updates curve25519-dalek from 3.2.1 to 3.2.0

Changelog

Sourced from curve25519-dalek's changelog.

3.2.0

  • Add support for getting the identity element for the Montgomery form of curve25519, which is useful in certain protocols for checking contributory behaviour in derivation of shared secrets.

3.1.2

  • Revert a commit which mistakenly removed support for zeroize traits for some point types, as well as elligator2 support for Edwards points.

3.1.1

  • Fix documentation builds on nightly due to syntax changes to #![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))].

3.1.0

  • Add support for the Elligator2 encoding for Edwards points.
  • Add two optional formally-verified field arithmetic backends which use the Fiat Crypto project's Rust code, which is generated from proofs of functional correctness checked by the Coq theorem proving system.
  • Add support for additional sizes of precomputed tables for basepoint scalar multiplication.
  • Fix an unused import.
  • Add support for using the zeroize traits with all point types. Note that points are not automatically zeroized on Drop, but that consumers of curve25519-dalek should call these methods manually when needed.

3.0.3

  • Fix documentation builds on nightly due to syntax changes to #![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))].

3.0.2

  • Multiple documentation typo fixes.
  • Fixes to make using alloc+no_std possible for stable Rust.

3.0.1

  • Update the optional packed-simd dependency to rely on a newer, maintained version of the packed-simd-2 crate.

3.0.0

  • Update the digest dependency to 0.9. This requires a major version because the digest traits are part of the public API, but there are

... (truncated)

Commits
  • 6ea874c Bump curve25519-dalek version to 3.0.3.
  • dc87de0 Merge tag '2.1.3' into HEAD
  • ff25109 Bump curve25519-dalek version to 2.1.3.
  • 233130c Update README with changes for 2.1.3.
  • 1bacc6f Update CHANGELOG for 2.1.2.
  • 43e454c Fix documentation build errors due to doc(inlude) on nightly.
  • 1ee5c4d Update CHANGELOG and bump version to 3.2.
  • b61831b Merge pull request #352 from isislovecruft/feature/montgomery-identity
  • d7c2a13 Add another test for equivalence with the Edwards identity.
  • 0d8f331 Implement Identity for MontgomeryPoint.
  • Additional commits viewable in compare view

Updates serde-json-wasm from 0.4.1 to 0.5.2

Changelog

Sourced from serde-json-wasm's changelog.

[0.5.2] - 2024-01-23

  • Add recursion limit to deserialization (#64).

#64: CosmWasm/serde-json-wasm#64

[0.5.1] - 2023-04-11

Added

  • Add support for collect_str serialization (#51, #55).

#51: CosmWasm/serde-json-wasm#51 #55: CosmWasm/serde-json-wasm#55

[0.5.0] - 2022-12-06

Added

  • Add support for map (de)serialization.
  • Add support for #[serde(flatten)] (de)serialization (#20).

#20: CosmWasm/serde-json-wasm#20

Changed

  • Bump min supported Rust version to 1.59.0 (same as cosmwasm-std)
  • Upgrade codebase to Rust edition 2021
Commits
  • 94bbc4a Update changelog
  • f86de19 Merge pull request #64 from CosmWasm/recursion-limit-0.5
  • 35c33c6 Fix typo
  • a9a9b9b Add recursion limit
  • be32160 Merge pull request #57 from CosmWasm/improve-serde_json-compatibility-testing
  • d98dab6 Update serde_json
  • b859f54 Remove comments about omitting None values
  • 6e11418 Improve serde_json compatibility testing
  • 3a0b4a7 Set version: 0.5.1
  • 1c0fdbb Merge pull request #55 from CosmWasm/fix-collect_str
  • Additional commits viewable in compare view

Updates bytes from 1.3.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

Updates curve25519-dalek from 3.2.1 to 3.2.0

Changelog

Sourced from curve25519-dalek's changelog.

3.2.0

  • Add support for getting the identity element for the Montgomery form of curve25519, which is useful in certain protocols for checking contributory behaviour in derivation of shared secrets.

3.1.2

  • Revert a commit which mistakenly removed support for zeroize traits for some point types, as well as elligator2 support for Edwards points.

3.1.1

  • Fix documentation builds on nightly due to syntax changes to #![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))].

3.1.0

  • Add support for the Elligator2 encoding for Edwards points.
  • Add two optional formally-verified field arithmetic backends which use the Fiat Crypto project's Rust code, which is generated from proofs of functional correctness checked by the Coq theorem proving system.
  • Add support for additional sizes of precomputed tables for basepoint scalar multiplication.
  • Fix an unused import.
  • Add support for using the zeroize traits with all point types. Note that points are not automatically zeroized on Drop, but that consumers of curve25519-dalek should call these methods manually when needed.

3.0.3

  • Fix documentation builds on nightly due to syntax changes to #![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))].

3.0.2

  • Multiple documentation typo fixes.
  • Fixes to make using alloc+no_std possible for stable Rust.

3.0.1

  • Update the optional packed-simd dependency to rely on a newer, maintained version of the packed-simd-2 crate.

3.0.0

  • Update the digest dependency to 0.9. This requires a major version because the digest traits are part of the public API, but there are

... (truncated)

Commits
  • 6ea874c Bump curve25519-dalek version to 3.0.3.
  • dc87de0 Merge tag '2.1.3' into HEAD
  • ff25109 Bump curve25519-dalek version to 2.1.3.
  • 233130c Update README with changes for 2.1.3.
  • 1bacc6f Update CHANGELOG for 2.1.2.
  • 43e454c Fix documentation build errors due to doc(inlude) on nightly.
  • 1ee5c4d Update CHANGELOG and bump version to 3.2.
  • b61831b Merge pull request #352 from isislovecruft/feature/montgomery-identity
  • d7c2a13 Add another test for equivalence with the Edwards identity.
  • 0d8f331 Implement Identity for MontgomeryPoint.
  • Additional commits viewable in compare view

Updates serde-json-wasm from 0.4.1 to 0.5.2

Changelog

Sourced from serde-json-wasm's changelog.

[0.5.2] - 2024-01-23

  • Add recursion limit to deserialization (#64).

#64: CosmWasm/serde-json-wasm#64

[0.5.1] - 2023-04-11

Added

  • Add support for collect_str serialization (#51, #55).

#51: CosmWasm/serde-json-wasm#51 #55: CosmWasm/serde-json-wasm#55

[0.5.0] - 2022-12-06

Added

  • Add support for map (de)serialization.
  • Add support for #[serde(flatten)] (de)serialization (#20).

#20: CosmWasm/serde-json-wasm#20

Changed

  • Bump min supported Rust version to 1.59.0 (same as cosmwasm-std)
  • Upgrade codebase to Rust edition 2021
Commits
  • 94bbc4a Update changelog
  • f86de19 Merge pull request #64 from CosmWasm/recursion-limit-0.5
  • 35c33c6 Fix typo
  • a9a9b9b Add recursion limit
  • be32160 Merge pull request #57 from CosmWasm/improve-serde_json-compatibility-testing
  • d98dab6 Update serde_json
  • b859f54 Remove comments about omitting None values
  • 6e11418 Improve serde_json compatibility testing
  • 3a0b4a7 Set version: 0.5.1
  • 1c0fdbb Merge pull request #55 from CosmWasm/fix-collect_str
  • Additional commits viewable in compare view

Updates bytes from 1.3.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 ove...

    Description has been truncated

Bumps the cargo group with 1 update in the /example/cosmwasm/cw20 directory: [cosmwasm-std](https://github.com/CosmWasm/cosmwasm).
Bumps the cargo group with 1 update in the /example/cosmwasm/cw721 directory: [cosmwasm-std](https://github.com/CosmWasm/cosmwasm).
Bumps the cargo group with 1 update in the /example/cosmwasm/echo directory: [cosmwasm-std](https://github.com/CosmWasm/cosmwasm).
Bumps the cargo group with 2 updates in the /loadtest/contracts/jupiter directory: [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) and [bytes](https://github.com/tokio-rs/bytes).
Bumps the cargo group with 2 updates in the /loadtest/contracts/mars directory: [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) and [bytes](https://github.com/tokio-rs/bytes).
Bumps the cargo group with 2 updates in the /loadtest/contracts/saturn directory: [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) and [bytes](https://github.com/tokio-rs/bytes).
Bumps the cargo group with 2 updates in the /loadtest/contracts/venus directory: [serde-json-wasm](https://github.com/CosmWasm/serde-json-wasm) and [bytes](https://github.com/tokio-rs/bytes).


Updates `cosmwasm-std` from 1.5.0 to 1.5.4
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.0...v1.5.4)

Updates `serde-json-wasm` from 0.5.1 to 0.5.2
- [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/v0.5.2/CHANGELOG.md)
- [Commits](CosmWasm/serde-json-wasm@v0.4.1...v0.5.2)

Updates `cosmwasm-std` from 1.5.2 to 1.5.4
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.0...v1.5.4)

Updates `serde-json-wasm` from 0.5.1 to 0.5.2
- [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/v0.5.2/CHANGELOG.md)
- [Commits](CosmWasm/serde-json-wasm@v0.4.1...v0.5.2)

Updates `cosmwasm-std` from 1.5.0 to 1.5.4
- [Release notes](https://github.com/CosmWasm/cosmwasm/releases)
- [Changelog](https://github.com/CosmWasm/cosmwasm/blob/main/CHANGELOG.md)
- [Commits](CosmWasm/cosmwasm@v1.5.0...v1.5.4)

Updates `serde-json-wasm` from 0.5.1 to 0.5.2
- [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/v0.5.2/CHANGELOG.md)
- [Commits](CosmWasm/serde-json-wasm@v0.4.1...v0.5.2)

Updates `curve25519-dalek` from 3.2.1 to 3.2.0
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.2.0/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@3.2.1...3.2.0)

Updates `serde-json-wasm` from 0.4.1 to 0.5.2
- [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/v0.5.2/CHANGELOG.md)
- [Commits](CosmWasm/serde-json-wasm@v0.4.1...v0.5.2)

Updates `bytes` from 1.3.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.3.0...v1.11.1)

Updates `curve25519-dalek` from 3.2.1 to 3.2.0
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.2.0/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@3.2.1...3.2.0)

Updates `serde-json-wasm` from 0.4.1 to 0.5.2
- [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/v0.5.2/CHANGELOG.md)
- [Commits](CosmWasm/serde-json-wasm@v0.4.1...v0.5.2)

Updates `bytes` from 1.3.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.3.0...v1.11.1)

Updates `curve25519-dalek` from 3.2.1 to 3.2.0
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.2.0/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@3.2.1...3.2.0)

Updates `serde-json-wasm` from 0.4.1 to 0.5.2
- [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/v0.5.2/CHANGELOG.md)
- [Commits](CosmWasm/serde-json-wasm@v0.4.1...v0.5.2)

Updates `bytes` from 1.3.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.3.0...v1.11.1)

Updates `curve25519-dalek` from 3.2.1 to 3.2.0
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.2.0/CHANGELOG.md)
- [Commits](dalek-cryptography/curve25519-dalek@3.2.1...3.2.0)

Updates `serde-json-wasm` from 0.4.1 to 0.5.2
- [Changelog](https://github.com/CosmWasm/serde-json-wasm/blob/v0.5.2/CHANGELOG.md)
- [Commits](CosmWasm/serde-json-wasm@v0.4.1...v0.5.2)

Updates `bytes` from 1.3.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.3.0...v1.11.1)

---
updated-dependencies:
- dependency-name: cosmwasm-std
  dependency-version: 1.5.4
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: serde-json-wasm
  dependency-version: 0.5.2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: cosmwasm-std
  dependency-version: 1.5.4
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: serde-json-wasm
  dependency-version: 0.5.2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: cosmwasm-std
  dependency-version: 1.5.4
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: serde-json-wasm
  dependency-version: 0.5.2
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: curve25519-dalek
  dependency-version: 3.2.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: serde-json-wasm
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: curve25519-dalek
  dependency-version: 3.2.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: serde-json-wasm
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: curve25519-dalek
  dependency-version: 3.2.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: serde-json-wasm
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: curve25519-dalek
  dependency-version: 3.2.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: serde-json-wasm
  dependency-version: 0.5.2
  dependency-type: direct:production
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: indirect
  dependency-group: cargo
...

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
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants