Skip to content

Commit

Permalink
fix(deps): bump convert_case from 0.6.0 to 0.7.1
Browse files Browse the repository at this point in the history
Bumps [convert_case](https://github.com/rutrum/convert-case) from 0.6.0 to 0.7.1.
- [Commits](https://github.com/rutrum/convert-case/commits)

---
updated-dependencies:
- dependency-name: convert_case
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and akostylev0 committed Jan 22, 2025
1 parent f11f2a8 commit 382240f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 ton-liteserver-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = { workspace = true }
quote = "1.0"
syn = "2.0.96"
prettyplease = "0.2.29"
convert_case = "0.6.0"
convert_case = "0.7.1"

[dependencies]
adnl-tcp = { path = "../adnl-tcp", features = ["client"] }
Expand Down
2 changes: 1 addition & 1 deletion tonlibjson-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ anyhow = { workspace = true }
quote = "1.0"
syn = "2.0.96"
prettyplease = "0.2.29"
convert_case = "0.6.0"
convert_case = "0.7.1"

[features]
testnet = ["tonlibjson-sys/testnet"]

0 comments on commit 382240f

Please sign in to comment.