Skip to content

Commit

Permalink
Bump memchr from 2.7.1 to 2.7.2
Browse files Browse the repository at this point in the history
Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.1 to 2.7.2.
- [Commits](BurntSushi/memchr@2.7.1...2.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent dc2dc85 commit 70bfecb
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 samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bytesize = { version = "1.0.1", optional = true }
bitvec = { version = "1.0.0", optional = true }
rangemap = "1.5.1"
elsa = "1.4.0"
memchr = { version = "2.4", default-features = false }
memchr = { version = "2.7", default-features = false }
srcsrv = "0.2.2"
lzma-rs = "0.3"
macho-unwind-info = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-util = "0.3"
clap = { version = "4", features = ["derive"] }
byteorder = "1.4.3"
debugid = "0.8.0"
memchr = "2.4.1"
memchr = "2.7.2"
memmap2 = "0.9.4"
serde_json = "1.0.114"
thiserror = "1.0.58"
Expand Down

0 comments on commit 70bfecb

Please sign in to comment.