Skip to content

Commit

Permalink
chore(deps): bump memchr from 2.7.2 to 2.7.3 (#1783)
Browse files Browse the repository at this point in the history
Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.2 to 2.7.3.
- [Commits](BurntSushi/memchr@2.7.2...2.7.3)

---
updated-dependencies:
- dependency-name: memchr
  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>
  • Loading branch information
dependabot[bot] committed Jun 14, 2024
1 parent a4e3379 commit c174102
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ event = { path = "../event" }
futures = { version = "0.3.30", default-features = false }
futures-util = { version = "0.3.30", default-features = false }
log_schema = { path = "../log_schema" }
memchr = { version = "2.7.2", default-features = false }
memchr = { version = "2.7.3", default-features = false }
serde_json = { version = "1.0.117", default-features = false, features = ["std"] }
tokio = { version = "1.38.0", default-features = false }
tokio-util = { version = "0.7.11", default-features = false, features = ["codec"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ listenfd = { version = "1.0.1", default-features = false, optional = true }
libc = { version = "0.2.155", default-features = false }
log_schema = { path = "../log_schema" }
bytesize = { path = "../bytesize" }
memchr = { version = "2.7.2", default-features = false }
memchr = { version = "2.7.3", default-features = false }
metrics = { path = "../metrics" }
once_cell = { version = "1.19.0", default-features = false }
pem = { version = "3.0.4", default-features = false, features = ["std"] }
Expand Down

0 comments on commit c174102

Please sign in to comment.