Skip to content

Commit

Permalink
Bump the patch-dependencies group with 3 updates (#1042)
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), [anyhow](https://github.com/dtolnay/anyhow) and [serde_derive](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.209 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.210)

Updates `anyhow` from 1.0.86 to 1.0.87
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.87)

Updates `serde_derive` from 1.0.209 to 1.0.210
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.210)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: anyhow
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 837aa55 commit bd28bfa
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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 @@ -29,7 +29,7 @@ reqwest ={ version="0.12.7", features=["json", "stream"], optional=true
base64 ={ version="0.22.0", optional=true }
synedrion ={ git="https://github.com/entropyxyz/synedrion", rev="1d210d149dfeb0dca1dd41d7fac4d0bf03c686fa", optional=true }
hex ={ version="0.4.3", optional=true }
anyhow ="1.0.86"
anyhow ="1.0.87"

# Only for the browser
js-sys={ version="0.3.70", optional=true }
Expand Down
2 changes: 1 addition & 1 deletion crates/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ schnorrkel ={ version="0.11.4", default-features=false, features=["std"
[dev-dependencies]
serial_test="3.1.1"
sp-keyring ="34.0.0"
anyhow ="1.0.86"
anyhow ="1.0.87"
num_cpus ="1.16.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/test-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap ={ version="4.5.17", features=["derive"] }
colored ="2.0.4"
subxt ="0.35.3"
sp-core ="31.0.0"
anyhow ="1.0.86"
anyhow ="1.0.87"
tokio ={ version="1.39", features=["macros", "rt-multi-thread", "io-util", "process"] }
hex ="0.4.3"
bincode ="1.3.3"
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 @@ -12,7 +12,7 @@ edition ='2021'
# Common
serde ={ version="1.0", default-features=false, features=["derive"] }
serde_json ="1.0"
anyhow ="1.0.86"
anyhow ="1.0.87"
thiserror ="1.0.63"
blake2 ="0.10.4"
x25519-dalek ={ version="2.0.1", features=["static_secrets"] }
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.209", features=["derive"] }
serde ={ version="1.0.210", features=["derive"] }
serde_json ='1.0.128'

# 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.209", default-features=false }
serde ={ version="1.0.210", 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 bd28bfa

Please sign in to comment.