fedimint / fedimint

Federated E-Cash Mint
https://fedimint.org/
MIT License
536 stars 209 forks source link

chore(deps): bump the patch group with 7 updates #5207

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the patch group with 7 updates:

Package From To
serde 1.0.199 1.0.200
base64 0.22.0 0.22.1
jsonrpsee-types 0.22.4 0.22.5
jsonrpsee-core 0.22.4 0.22.5
jsonrpsee-wasm-client 0.22.4 0.22.5
test-log 0.2.15 0.2.16
jsonrpsee-ws-client 0.22.4 0.22.5

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 base64 from 0.22.0 to 0.22.1

Changelog

Sourced from base64's changelog.

0.22.1

  • Correct the symbols used for the predefined alphabet::BIN_HEX.
Commits
  • e144006 v0.22.1
  • 64cca59 Merge pull request #271 from JobanSD/patch-1
  • 838355e Correct BinHex 4.0 alphabet according to specifications
  • bf15ccf Merge pull request #270 from marshallpierce/mp/clippy
  • fc6aabe Appease clippy
  • 9a518a2 Merge pull request #267 from bdura/patch-1
  • d96c80f Merge branch 'marshallpierce:master' into patch-1
  • e8e4a22 docs: fix trailing ``` in mod.rs example
  • See full diff in compare view


Updates jsonrpsee-types from 0.22.4 to 0.22.5

Release notes

Sourced from jsonrpsee-types's releases.

v0.22.5

[v0.22.5] - 2024-04-29

A small bug-fix release, see each commit below for further information.

[Fixed]

  • proc macros: collision between generated code name and proc macro API (#1363)
  • proc-macros: feature server-core compiles without the feature server (#1360)
  • client: add check in max_buffer_capacity_per_subscription that the buffer size > 0 (#1358)
  • types: Response type ignore unknown fields (#1353)
Changelog

Sourced from jsonrpsee-types's changelog.

[v0.22.5] - 2024-04-29

A small bug-fix release, see each commit below for further information.

[Fixed]

  • proc macros: collision between generated code name and proc macro API (#1363)
  • proc-macros: feature server-core compiles without feature server (#1360)
  • client: add check in max_buffer_capacity_per_subscription that the buffer size > (#1358)
  • types: Response type ignore unknown fields (#1353)
Commits


Updates jsonrpsee-core from 0.22.4 to 0.22.5

Release notes

Sourced from jsonrpsee-core's releases.

v0.22.5

[v0.22.5] - 2024-04-29

A small bug-fix release, see each commit below for further information.

[Fixed]

  • proc macros: collision between generated code name and proc macro API (#1363)
  • proc-macros: feature server-core compiles without the feature server (#1360)
  • client: add check in max_buffer_capacity_per_subscription that the buffer size > 0 (#1358)
  • types: Response type ignore unknown fields (#1353)
Changelog

Sourced from jsonrpsee-core's changelog.

[v0.22.5] - 2024-04-29

A small bug-fix release, see each commit below for further information.

[Fixed]

  • proc macros: collision between generated code name and proc macro API (#1363)
  • proc-macros: feature server-core compiles without feature server (#1360)
  • client: add check in max_buffer_capacity_per_subscription that the buffer size > (#1358)
  • types: Response type ignore unknown fields (#1353)
Commits


Updates jsonrpsee-wasm-client from 0.22.4 to 0.22.5

Release notes

Sourced from jsonrpsee-wasm-client's releases.

v0.22.5

[v0.22.5] - 2024-04-29

A small bug-fix release, see each commit below for further information.

[Fixed]

  • proc macros: collision between generated code name and proc macro API (#1363)
  • proc-macros: feature server-core compiles without the feature server (#1360)
  • client: add check in max_buffer_capacity_per_subscription that the buffer size > 0 (#1358)
  • types: Response type ignore unknown fields (#1353)
Changelog

Sourced from jsonrpsee-wasm-client's changelog.

[v0.22.5] - 2024-04-29

A small bug-fix release, see each commit below for further information.

[Fixed]

  • proc macros: collision between generated code name and proc macro API (#1363)
  • proc-macros: feature server-core compiles without feature server (#1360)
  • client: add check in max_buffer_capacity_per_subscription that the buffer size > (#1358)
  • types: Response type ignore unknown fields (#1353)
Commits


Updates test-log from 0.2.15 to 0.2.16

Release notes

Sourced from test-log's releases.

v0.2.16

  • Use tracing-subscriber's tracing-log feature to unify log output if both log and trace features are enabled
  • Added color feature to enable colored output (enabled by default)

New Contributors

Full Changelog: https://github.com/d-e-s-o/test-log/compare/v0.2.15...v0.2.16

Changelog

Sourced from test-log's changelog.

0.2.16

  • Use tracing-subscriber's tracing-log feature to unify log output if both log and trace features are enabled
  • Added color feature to enable colored output (enabled by default)
Commits
  • b7dfcb0 Bump version to 0.2.16
  • de76f21 Add link to tracing-subscriber environment variable syntax documentation
  • 07be0a2 Reorder 'Features' section in README
  • 4a50628 Mention 'color' feature in README
  • dd2c246 Provide --fail-with-body curl option in publish workflow
  • b6ca273 Unify references to docs.rs landing page
  • 538e5ef Stop using implicit dependency features
  • 5d5ed5c Add CHANGELOG entry for #50
  • ee032f2 feat: allow using color for tracing and log
  • e4cf1e9 Add CHANGELOG entry for #48
  • Additional commits viewable in compare view


Updates jsonrpsee-ws-client from 0.22.4 to 0.22.5

Release notes

Sourced from jsonrpsee-ws-client's releases.

v0.22.5

[v0.22.5] - 2024-04-29

A small bug-fix release, see each commit below for further information.

[Fixed]

  • proc macros: collision between generated code name and proc macro API (#1363)
  • proc-macros: feature server-core compiles without the feature server (#1360)
  • client: add check in max_buffer_capacity_per_subscription that the buffer size > 0 (#1358)
  • types: Response type ignore unknown fields (#1353)
Changelog

Sourced from jsonrpsee-ws-client's changelog.

[v0.22.5] - 2024-04-29

A small bug-fix release, see each commit below for further information.

[Fixed]

  • proc macros: collision between generated code name and proc macro API (#1363)
  • proc-macros: feature server-core compiles without feature server (#1360)
  • client: add check in max_buffer_capacity_per_subscription that the buffer size > (#1358)
  • types: Response type ignore unknown fields (#1353)
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions