Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update serde monorepo to ^1.0.197
Browse files Browse the repository at this point in the history
renovate[bot] authored Feb 20, 2024
1 parent fbc5b77 commit ebe1c28
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions raiden/Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ rusoto_dynamodb_rustls = { package = "rusoto_dynamodb", version = "0.48", defaul
], optional = true }
rust-crypto = "^0.2.36"
safe-builder = { tag = "0.0.6", git = "https://github.com/raiden-rs/safe-builder.git" }
serde = { version = "^1.0.193", features = ["derive"] }
serde_derive = "^1.0.193"
serde = { version = "^1.0.197", features = ["derive"] }
serde_derive = "^1.0.197"
serde_json = "^1"
thiserror = "^1.0.51"
tracing = { version = "0.1", optional = true }

0 comments on commit ebe1c28

Please sign in to comment.