Skip to content

Commit ddbf78c

Browse files
Bump proc-macro2 from 1.0.66 to 1.0.69
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.66 to 1.0.69. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.66...1.0.69) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 33280c9 commit ddbf78c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

practice_collection/mongodatabase/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ bson = "2.7.0"
1212
futures-util = "0.3.28"
1313
lombok = "0.4.0"
1414
mongodb = "2.7.0"
15-
proc-macro2 = "1.0.66"
15+
proc-macro2 = "1.0.69"
1616
serde = { version = "1.0.188", features = ["derive"] }
1717
tokio = { version = "1.32.0", features = ["full"] }

practice_collection/or_mapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dotenv = "0.15.0"
1313
env_logger = "0.10.0"
1414
log = "0.4.20"
1515
lombok = "0.4.0"
16-
proc-macro2 = "1.0.66"
16+
proc-macro2 = "1.0.69"
1717

1818
sea-orm = { version = "0.12", features = [ "sqlx-postgres", "runtime-tokio-rustls", "macros" ] }
1919
serde = { version = "1.0.0", features = ["derive"] }

practice_collection/postgresql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ r2d2_postgres = "0.18.1"
1717

1818
tokio ={ version = "1.24.1", features = ["full"] }
1919
tokio-postgres = "0.7.1"
20-
proc-macro2 = "1.0.49"
20+
proc-macro2 = "1.0.69"
2121
async-trait = "0.1.61"
2222
yaml-rust = "0.4.5"

0 commit comments

Comments
 (0)