Skip to content

Commit

Permalink
chore(deps): Bump encoding_rs from 0.8.33 to 0.8.34
Browse files Browse the repository at this point in the history
Bumps [encoding_rs](https://github.com/hsivonen/encoding_rs) from 0.8.33 to 0.8.34.
- [Commits](hsivonen/encoding_rs@v0.8.33...v0.8.34)

---
updated-dependencies:
- dependency-name: encoding_rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 2dc53ff commit 2ec929e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ databend-client ={ version = "0.17.1", default-features = false, features = ["ru
derivative = { version = "2.2.0", default-features = false }
dirs-next = { version = "2.0.0", default-features = false, optional = true }
dyn-clone = { version = "1.0.17", default-features = false }
encoding_rs = { version = "0.8.33", default-features = false, features = ["serde"] }
encoding_rs = { version = "0.8.34", default-features = false, features = ["serde"] }
enum_dispatch = { version = "0.3.13", default-features = false }
exitcode = { version = "1.1.2", default-features = false }
flate2 = { version = "1.0.30", default-features = false, features = ["default"] }
Expand Down

0 comments on commit 2ec929e

Please sign in to comment.