Skip to content

Commit

Permalink
Bump the patch-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch-dependencies group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [async-trait](https://github.com/dtolnay/async-trait).


Updates `serde_json` from 1.0.134 to 1.0.135
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

Updates `async-trait` from 0.1.84 to 0.1.85
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.84...0.1.85)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent da8f3f8 commit 9cc87a3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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/protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository ='https://github.com/entropyxyz/entropy-core'
edition ='2021'

[dependencies]
async-trait ="0.1.84"
async-trait ="0.1.85"
entropy-shared ={ version="0.3.0", path="../shared", default-features=false }
synedrion ="0.2.0"
serde ={ version="1.0", features=["derive"], default-features=false }
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 @@ -21,7 +21,7 @@ bincode ="1.3.3"
x25519-dalek ="2.0.1"
sp-runtime ={ version="32.0.0", default-features=false }
entropy-shared ={ version="0.3.0", path="../shared" }
serde_json ="1.0.134"
serde_json ="1.0.135"
serde ={ version="1.0.217", features=["derive"] }
reqwest ="0.12.12"
parity-scale-codec={ version="3.6.3", default-features=false }
2 changes: 1 addition & 1 deletion node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log ="0.4.22"
pallet-im-online={ version="28.0.0" }
rand ="0.8.5"
serde ={ version="1.0.217", features=["derive"] }
serde_json ='1.0.134'
serde_json ='1.0.135'

# Substrate Client

Expand Down

0 comments on commit 9cc87a3

Please sign in to comment.