Skip to content

Commit

Permalink
Bump the patch-dependencies group with 4 updates (#794)
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 4 updates: [serde](https://github.com/serde-rs/serde), [serial_test](https://github.com/palfrey/serial_test), [serde_derive](https://github.com/serde-rs/serde) and [schemars](https://github.com/GREsau/schemars).


Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `serial_test` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v3.1.0...v3.1.1)

Updates `serde_derive` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `schemars` from 0.8.16 to 0.8.17
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.16...v0.8.17)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: schemars
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 7599188 commit 227710c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/kvdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ bincode ="1.3.3"
entropy-protocol={ path="../protocol" }

[dev-dependencies]
serial_test="3.1.0"
serial_test="3.1.1"
4 changes: 2 additions & 2 deletions crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ hkdf ="0.12.4"

[dev-dependencies]
entropy-testing-utils={ path="../testing-utils" }
serial_test ="3.1.0"
serial_test ="3.1.1"
hex-literal ="0.4.1"
project-root ="0.2.2"
sp-keyring ="34.0.0"
Expand All @@ -81,7 +81,7 @@ entropy-protocol ={ path="../protocol", features=["unsafe"] }
blake3 ="1.5.1"
ethers-core ="2.0.14"
schnorrkel ={ version="0.11.4", default-features=false, features=["std"] }
schemars ={ version="0.8.16" }
schemars ={ version="0.8.17" }

[build-dependencies]
vergen={ version="8.0.0", features=["build", "git", "gitcl"] }
Expand Down
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy_static ={ version="1.4.0", features=["spin_no_std"] }
log ="0.4.21"
pallet-im-online={ version="28.0.0" }
rand ="0.8.5"
serde ={ version="1.0.198", features=["derive"] }
serde ={ version="1.0.199", features=["derive"] }
serde_json ='1.0.116'

# Substrate Client
Expand Down
2 changes: 1 addition & 1 deletion pallets/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets=['x86_64-unknown-linux-gnu']
codec ={ package="parity-scale-codec", version="3.6.3", default-features=false, features=["derive"] }
scale-info={ version="2.11", default-features=false, features=["derive"] }
log ={ version="0.4.21", default-features=false }
serde ={ version="1.0.198", default-features=false }
serde ={ version="1.0.199", default-features=false }

frame-benchmarking={ version="29.0.0", default-features=false, optional=true }
frame-support ={ version="29.0.0", default-features=false }
Expand Down

0 comments on commit 227710c

Please sign in to comment.