Skip to content

Commit

Permalink
Merge pull request #129 from friendbear/dependabot/cargo/develop/proc…
Browse files Browse the repository at this point in the history
…-macro2-1.0.86

[Cargo]: Bump proc-macro2 from 1.0.69 to 1.0.86
  • Loading branch information
friendbear authored Jun 25, 2024
2 parents 6247736 + cb37798 commit 97ad142
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 practice_collection/mongodatabase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ bson = "2.7.0"
futures-util = "0.3.29"
lombok = "0.4.0"
mongodb = "2.7.0"
proc-macro2 = "1.0.69"
proc-macro2 = "1.0.86"
serde = { version = "1.0.193", features = ["derive"] }
tokio = { version = "1.32.0", features = ["full"] }
2 changes: 1 addition & 1 deletion practice_collection/or_mapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dotenv = "0.15.0"
env_logger = "0.10.0"
log = "0.4.20"
lombok = "0.4.0"
proc-macro2 = "1.0.69"
proc-macro2 = "1.0.86"

sea-orm = { version = "0.12", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros" ] }
serde = { version = "1.0.193", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion practice_collection/postgresql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ r2d2_postgres = "0.18.1"

tokio ={ version = "1.24.1", features = ["full"] }
tokio-postgres = "0.7.1"
proc-macro2 = "1.0.69"
proc-macro2 = "1.0.86"
async-trait = "0.1.61"
yaml-rust = "0.4.5"

0 comments on commit 97ad142

Please sign in to comment.