Skip to content

Commit

Permalink
Bump serde_tuple from 0.5.0 to 1.0.0 (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1bd1a26 commit 67125f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 lading_payload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rmp-serde = { version = "1.1", default-features = false }
rustc-hash = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_tuple = { version = "0.5", default-features = false }
serde_tuple = { version = "1.0", default-features = false }
thiserror = { workspace = true }
time = { version = "0.3", features = ["formatting"] }
tracing = { workspace = true }
Expand Down

0 comments on commit 67125f6

Please sign in to comment.