Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #71 from simonrw/dependabot/cargo/serde_dynamo-4.2.3
Browse files Browse the repository at this point in the history
Bump serde_dynamo from 4.1.0 to 4.2.3
  • Loading branch information
simonrw authored May 25, 2023
2 parents e39703f + c915d1c commit e874061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 rynamodb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pest = "2.5.5"
pest_derive = "2.5.5"
uuid = { version = "1.3.0", features = ["v4"] }
chrono = { version = "0.4.24", features = ["serde"] }
serde_dynamo = "4.1.0"
serde_dynamo = "4.2.3"
clap = { version = "4.1.11", features = ["derive"] }
reqwest = { version = "0.11.15", features = ["json", "rustls-tls"], default-features = false }

Expand Down

0 comments on commit e874061

Please sign in to comment.