oasis-sdk icon indicating copy to clipboard operation
oasis-sdk copied to clipboard

runtime-sdk: bump the rust group across 4 directories with 3 updates

Open dependabot[bot] opened this issue 2 months ago • 1 comments

Bumps the rust group with 3 updates in the / directory: lru, serde and proc-macro-crate. Bumps the rust group with 1 update in the /contract-sdk/specs/access/oas173 directory: serde. Bumps the rust group with 1 update in the /contract-sdk/specs/token/oas20 directory: serde. Bumps the rust group with 1 update in the /tests/contracts/hello directory: serde.

Updates lru from 0.9.0 to 0.12.3

Changelog

Sourced from lru's changelog.

v0.12.3 - 2024-02-24

  • Add get_key_value_mut method.

v0.12.2 - 2024-01-28

  • Add clone method.

v0.12.1 - 2023-11-21

  • Add get_key_value method.

v0.12.0 - 2023-10-03

  • Add lifetime specifier to try_get_or_insert_mut.
  • Add BuildHasher trait bound to Debug for LruCache.

v0.11.1 - 2023-09-05

  • Add try_get_or_insert_mut method.

v0.11.0 - 2023-07-11

  • Update dependency on hashbrown to 0.14 and update MSRV to 1.64.0.

v0.10.1 - 2023-06-29

  • Add try_get_or_insert method.

v0.10.0 - 2023-03-04

  • Remove KeyRef from the public API.
Commits
  • 339020e Merge pull request #197 from jeromefroe/jerome/prepare-0-12-3-release
  • 64bf47e Prepare 0.12.3 release
  • 770dcca Merge pull request #195 from gcsbt/get_key_value_mut
  • b18e772 Merge pull request #196 from gcsbt/clippy-needless-lifetimes
  • 6eb450b Remove needless lifetimes (clippy warnings)
  • be08e77 Add get_key_value_mut
  • fa6d1b2 Merge pull request #194 from jeromefroe/jerome/prepare-0-12-2-release
  • 5fb5aca Prepare 0.12.2 release
  • 1465a37 Merge pull request #193 from jeromefroe/jerome/ignore-unconditional-recursion...
  • 26218d5 Ignore unconditional recursion lints
  • Additional commits viewable in compare view

Updates serde from 1.0.199 to 1.0.200

Release notes

Sourced from serde's releases.

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)
Commits

Updates proc-macro-crate from 2.0.2 to 3.1.0

Release notes

Sourced from proc-macro-crate's releases.

v3.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/bkchr/proc-macro-crate/compare/v3.0.0...v3.0.1

v3.0.0

What's Changed

Full Changelog: https://github.com/bkchr/proc-macro-crate/compare/v2.0.1...v3.0.0

Commits

Updates serde from 1.0.199 to 1.0.200

Release notes

Sourced from serde's releases.

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)
Commits

Updates serde from 1.0.199 to 1.0.200

Release notes

Sourced from serde's releases.

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)
Commits

Updates serde from 1.0.199 to 1.0.200

Release notes

Sourced from serde's releases.

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)
Commits

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

dependabot[bot] avatar May 02 '24 01:05 dependabot[bot]