Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/cargo/serde-1.0.213'
Browse files Browse the repository at this point in the history
  • Loading branch information
lennoxlotl committed Oct 23, 2024
2 parents 6cd6d07 + c0f9660 commit 6739299
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aws-sdk-s3 = "1.57.0"
aws-credential-types = { version = "1.2.1", features = ["hardcoded-credentials"] }
aws-config = "1.5.8"
async-trait = "0.1.83"
serde = "1.0.210"
serde = "1.0.213"
thiserror = "1.0.64"
rand = "0.8.5"
macros = { path = "../macros" }
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Lennox Schneider <[email protected]>"]
log = "0.4.22"
proc-macro2 = "1.0.89"
quote = "1.0.37"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio-native-tls"] }
syn = { version = "2.0.82", features = ["full"] }
openssl = { version = "0.10.68", features = ["vendored"] }
Expand Down

0 comments on commit 6739299

Please sign in to comment.