Skip to content

Commit

Permalink
Update integer-encoding requirement from 3.0 to 4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [integer-encoding](https://github.com/dermesser/integer-encoding-rs) to permit the latest version.
- [Commits](dermesser/integer-encoding-rs@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: integer-encoding
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 11, 2024
1 parent d726150 commit f1e066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ezlog-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ crossbeam-channel = "0.5"
thread-id = "4.0.0"
once_cell = "1.12"
thiserror = "1"
integer-encoding = "3.0"
integer-encoding = "4.0"
bitflags = { version = "2.0.1", features = []}
android_logger = { version = "0.13", optional = true }
regex = { version = "1", optional = true}
Expand Down

0 comments on commit f1e066d

Please sign in to comment.