chore(deps): Bump integer-encoding from 3.0.2 to 3.0.3 (#3827)

Bumps [integer-encoding](https://github.com/dermesser/integer-encoding-rs) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/dermesser/integer-encoding-rs/releases)
- [Commits](https://github.com/dermesser/integer-encoding-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-02-23 09:37:26 +00:00 committed by GitHub
parent 3b7d31c88a
commit 79144e227b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -2041,7 +2041,7 @@ version = "0.1.0"
dependencies = [
"flate2",
"hex",
"integer-encoding 3.0.2",
"integer-encoding 3.0.3",
"observability_deps",
"rand",
"snafu",
@ -2123,9 +2123,9 @@ checksum = "48dc51180a9b377fd75814d0cc02199c20f8e99433d6762f650d39cdbbd3b56f"
[[package]]
name = "integer-encoding"
version = "3.0.2"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90c11140ffea82edce8dcd74137ce9324ec24b3cf0175fc9d7e29164da9915b8"
checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"
[[package]]
name = "internal_types"
@ -4217,7 +4217,7 @@ dependencies = [
"bytes",
"crc32c",
"futures",
"integer-encoding 3.0.2",
"integer-encoding 3.0.3",
"parking_lot 0.12.0",
"pin-project-lite",
"rand",

View File

@ -5,7 +5,7 @@ authors = ["Edd Robinson <me@edd.io>"]
edition = "2021"
[dependencies] # In alphabetical order
integer-encoding = "3.0.2"
integer-encoding = "3.0.3"
snafu = "0.7"
snap = "1.0.0"
observability_deps = { path = "../observability_deps" }