Skip to content

Commit

Permalink
fix(deps): update serde monorepo to v1.0.202
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent fbc5b77 commit 0d4d22f
Show file tree
Hide file tree
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
Expand Up @@ -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.200", features = ["derive"] }
serde_derive = "^1.0.200"
serde_json = "^1"
thiserror = "^1.0.51"
tracing = { version = "0.1", optional = true }
Expand Down

0 comments on commit 0d4d22f

Please sign in to comment.