Skip to content

build(deps): bump serde from 1.0.217 to 1.0.218#51

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/serde-1.0.218
Closed

build(deps): bump serde from 1.0.217 to 1.0.218#51
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/serde-1.0.218

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 20, 2025

Bumps serde from 1.0.217 to 1.0.218.

Release notes

Sourced from serde's releases.

v1.0.218

  • Documentation improvements
Commits
  • 7bfd518 Release 1.0.218
  • 723a949 Merge pull request #2895 from dtolnay/stabledoc
  • 2b44efb Point standard library links to stable
  • 03dc0fc Merge pull request #2894 from dtolnay/doclink
  • 85cb0c4 Convert html links to intra-doc links
  • abe7194 Update ui test suite to nightly-2025-02-12
  • aaccac7 Unset doc-scrape-examples for lib target
  • 7cd4d84 Update ui test suite to nightly-2025-02-07
  • 04ff3e8 More precise gitignore patterns
  • dc3031b Remove *.sw[po] from gitignore
  • Additional commits viewable in compare view

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)

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 20, 2025
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.218.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.218)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/serde-1.0.218 branch from 5be0b76 to a8bf6ee Compare February 21, 2025 06:18
@joncinque joncinque closed this Feb 26, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 26, 2025

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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

@dependabot dependabot Bot deleted the dependabot/cargo/serde-1.0.218 branch February 26, 2025 14:50
febo added a commit to febo/solana-sdk that referenced this pull request Oct 8, 2025
* Bump version

* Inline never

* Add precision support to str

* Add trucated attributes
febo added a commit to febo/solana-sdk that referenced this pull request Oct 8, 2025
* Bump version

* Inline never

* Add precision support to str

* Add trucated attributes
febo added a commit that referenced this pull request Oct 9, 2025
* Lightweight log macro (#32)

* Add log standalone crate

* Refactored

* Fix return value

* Remove additional crate

* Tidy up

* Use memcpy

* Improve digit formatting

* Improve slice formatting

* Improve comments

* Add readme

* Update README.md

* Update README.md

* Remove doctests

* Use workspace values

* Added linked readme

* Add precision formatting (#47)

* Add precision argument

* Add std feature

* Add std feature cfg

* Add precision to solana target

* Add precision support for signed types

* Add inline

* Update docs

* Fix slice offset

* Fix delta for signed values

* Fix doc tests

* Add precision formatting to `log!` macro (#50)

* Add precision formatting

* Remove lazy lock

* Add precision formatting details

* Update banner image

* Add subtitle

* log: Add precision support to `str` (#51)

* Bump version

* Inline never

* Add precision support to str

* Add trucated attributes

* macro: Add truncate formatting (#52)

* Add truncate format parsing

* Add formatting options

* Update README.md

* Bump log version

* Add formatting examples

* Update banner image

* Update banner image

* Add crate type

* log: Add support for `usize` and `isize` (#69)

* Fix typo

* Add support for usize and isize

* Improve sign conversion

* Add tests

* Simplify isize handling

* Avoid duplicate crates (#74)

* Avoid duplicate crates

* Fix vulnerable package

* Fix Grammar and Typographical Errors in Documentation (#86)

* Update README.md

* Update README.md

* Update README.md

* Address review comments (#78)

* [wip]: Address review comments

* [wip]: Fix pointer reference

* [wip]: Add logger buffer size tests

* Remove unused

* More logger tests

* Rename program to cpi

* Remove dynamic allocation

* Fixed signed tests

* Fix review comments

* Fix unsigned test case

* Add is_owner_by helper

* Update README layout (#100)

* Update readme

* Add docs

* Fix link

* chore: Release

* chore: Release

* log: Use alloc crate (#120)

Use alloc

* Publish pinocchio-log-macro v0.4.1

* Add rust version to crates (#135)

Add rust version

* chore: fix typos (#150)

fix typos README.md

* log: Improve digit logic (#155)

Tweaks

* log: Add support for `bool` type (#156)

* Tweaks

* Add bool support

* Use static syscalls when available (#157)

* fix: make `sol_log_` call public (#168)

* fix: make sol_log_ call public

* fix: logger formatting

* feat: add`log_cu_usage` proc_macro_attribute (#162)

* feat: add compute_fn proc_macro_attribute

* WIP: use sol_remaining_compute_units syscall for calc

* docs: actualize docs and add introspection cost comment

* refactor: add static-syscall, remove dep on pinocchio from log, rename compute_fn -> log_cu_usage

* fix: correct comment

* fix: ci format step

* log: Add unsafe to Log trait (#186)

Add unsafe

* log: Calculate maximum digits for `Log` implementation (#188)

* Calculate max digits

* Remove second const

Co-authored-by: Jon C <me@jonc.dev>

---------

Co-authored-by: Jon C <me@jonc.dev>

* ci: Add spellcheck step (#164)

* Add invoke instruction helper

* Typos

* Remove new helpers

* Remove unused

* Address review comments

* Tweak inline attributes

* Use invoke signed unchecked

* Refactor inline

* Renamed to with_bounds

* Update docs

* Revert change

* Add constant length check

* Add spellcheck step

* Tweak action

* Fix typos

* More fixes

* Yet more fixes

* Fixes

* Add j1 option

* More and more fixes

* Add missing acronym

* Fix merge

* Fix spelling

* Fix spelling

* Publish pinocchio-log-macro v0.5.0

* Publish pinocchio-log v0.5.0

* log: Update precision logic (#252)

* Add precision cap

* Add tests

* Refactor precision logic

* Fix miri warning

* Avoid duplication

* Add missing syscall

* More tests

* Fix truncate logic

* Fix review comments

* Publish pinocchio-log v0.5.1

* Add solana-program-log

* Add no_std check

* Fix formatting

* Fix formatting

Updated README to correct links and improve formatting.

* Add std support

* Fix docs

* Fix nits

* Bump regex dependency

* Tweak std feature

* Move macro to top-level

* Move dependency to workspace

* Update nits

---------

Co-authored-by: Dimitris Apostolou <dimitris.apostolou@icloud.com>
Co-authored-by: SITADRITA1 <mrlime2018@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: osrm <90407222+osrm@users.noreply.github.com>
Co-authored-by: Lucas Ste <38472950+LucasSte@users.noreply.github.com>
Co-authored-by: Sonic <sonic.from.new.yoke@gmail.com>
Co-authored-by: Jon C <me@jonc.dev>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant