Skip to content

Commit 67476ce

Browse files
Bump memmap2 from 0.9.8 to 0.9.9
Bumps [memmap2](https://github.com/RazrFalcon/memmap2-rs) from 0.9.8 to 0.9.9. - [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/memmap2-rs@v0.9.8...v0.9.9) --- updated-dependencies: - dependency-name: memmap2 dependency-version: 0.9.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a61ffe7 commit 67476ce

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samply-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ yaxpeax-x86 = { version = "2", default-features = false, features = ["std", "fmt
2525
yaxpeax-arm = { version = "0.4", default-features = false, features = ["std"] }
2626

2727
[dev-dependencies]
28-
memmap2 = "0.9.4"
28+
memmap2 = "0.9.9"
2929
anyhow = "1"
3030
futures = "0.3.5"
3131
assert-json-diff = "2.0.1"

samply-symbols/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ linux-perf-data = "0.11.1"
6161
crc32fast = "1.4.2"
6262

6363
[dev-dependencies]
64-
memmap2 = "0.9.4"
64+
memmap2 = "0.9.9"
6565
anyhow = "1"
6666
futures = "0.3.5"

samply/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clap = { version = "4", features = ["derive"] }
2727
byteorder = "1.4.3"
2828
debugid = "0.8.0"
2929
memchr = "2.7.2"
30-
memmap2 = "0.9.4"
30+
memmap2 = "0.9.9"
3131
serde_json = "1"
3232
thiserror = "2"
3333
tempfile = "3.13"

tools/dump_table/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ chunked_caching = []
1515
# samply-symbols = { path = "../../samply-symbols", features = ["partial_read_stats"] }
1616
samply-symbols = { path = "../../samply-symbols" }
1717
clap = { version = "4", features = ["derive"] }
18-
memmap2 = "0.9.4"
18+
memmap2 = "0.9.9"
1919
anyhow = "1"
2020
futures = "0.3.5"

tools/query_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
[dependencies]
1010
samply-api = { path = "../../samply-api" }
1111
clap = { version = "4", features = ["derive"] }
12-
memmap2 = "0.9.4"
12+
memmap2 = "0.9.9"
1313
anyhow = "1"
1414
futures = "0.3.5"
1515
serde_json = "1"

wholesym/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ reqwest = { version = "0.12", default-features = false, features = [
3636
"deflate"
3737
] }
3838
bytes = "1.10"
39-
memmap2 = "0.9.4"
39+
memmap2 = "0.9.9"
4040
tokio = { version = "1.38", features = ["fs", "macros"] }
4141
futures-util = "0.3.30"
4242
fs4 = "0.13"

0 commit comments

Comments
 (0)