Skip to content

Commit

Permalink
Bump the patch-dependencies group with 3 updates (#1137)
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 3 updates: [serde](https://github.com/serde-rs/serde), [reqwest](https://github.com/seanmonstar/reqwest) and [serde_derive](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

Updates `reqwest` from 0.12.8 to 0.12.9
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.8...v0.12.9)

Updates `serde_derive` from 1.0.213 to 1.0.214
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.213...v1.0.214)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: reqwest
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 5afd3f8 commit 417e42a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rand_core ={ version="0.6.4", optional=true }
serde_json ={ version="1.0", optional=true }
x25519-dalek ={ version="2.0.1", features=["static_secrets"], optional=true }
entropy-protocol={ version="0.3.0-rc.1", path="../protocol", optional=true, default-features=false }
reqwest ={ version="0.12.8", features=["json", "stream"], optional=true }
reqwest ={ version="0.12.9", features=["json", "stream"], optional=true }
base64 ={ version="0.22.0", optional=true }
synedrion ={ version="0.2.0-beta.0", optional=true }
hex ={ version="0.4.3", optional=true }
Expand Down
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ futures="0.3"
tokio ={ version="1.41", features=["macros", "fs", "rt-multi-thread", "io-util", "process", "sync"] }

# HTTP
reqwest={ version="0.12.8", features=["json", "stream"] }
reqwest={ version="0.12.9", features=["json", "stream"] }
axum ={ version="0.7.7", features=["ws"] }

# Substrate
Expand Down
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lazy_static ={ version="1.5.0", features=["spin_no_std"] }
log ="0.4.22"
pallet-im-online={ version="28.0.0" }
rand ="0.8.5"
serde ={ version="1.0.213", features=["derive"] }
serde ={ version="1.0.214", features=["derive"] }
serde_json ='1.0.132'

# 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.22", default-features=false }
serde ={ version="1.0.213", default-features=false }
serde ={ version="1.0.214", default-features=false }
rand_chacha={ version="0.3", default-features=false }

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

0 comments on commit 417e42a

Please sign in to comment.