Skip to content

Commit

Permalink
Merge pull request #88 from wansenai/dependabot/cargo/toml-0.8
Browse files Browse the repository at this point in the history
Update toml requirement from 0.7 to 0.8
  • Loading branch information
Jzow authored Dec 27, 2023
2 parents 3c93c80 + 53681fe commit d4e4799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion summer-boot-autoconfigure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ serde_json = "1.0.75"
schemars = "0.8.8"

#file
toml = "0.7"
toml = "0.8"
2 changes: 1 addition & 1 deletion summer-boot-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = { version = "1.0", features = ["full"] }
toml = "0.7"
toml = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
summer-boot-autoconfigure = { version = "1.4", path = "../summer-boot-autoconfigure"}
Expand Down

0 comments on commit d4e4799

Please sign in to comment.