Skip to content

Commit c4f04ff

Browse files
committed
Update dependencies.
1 parent 799f023 commit c4f04ff

File tree

6 files changed

+56
-56
lines changed

6 files changed

+56
-56
lines changed

Cargo.lock

Lines changed: 47 additions & 46 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ samply-symbols = { version = "0.23.0", path = "../samply-symbols" }
1818
thiserror = "1"
1919
serde = "1.0.204"
2020
serde_derive = "1.0.188"
21-
serde_json = "1.0.120"
21+
serde_json = "1"
2222
yaxpeax-arch = { version = "0.3", default-features = false }
2323
yaxpeax-x86 = { version = "2", default-features = false, features = ["std", "fmt"] }
2424
yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"] }
@@ -28,4 +28,3 @@ memmap2 = "0.9.4"
2828
anyhow = "1.0.86"
2929
futures = "0.3.5"
3030
assert-json-diff = "2.0.1"
31-
serde_json = "1.0.120"

samply-symbols/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ partial_read_stats = ["bytesize", "bitvec"]
1717
[dependencies.addr2line]
1818
default-features = false
1919
features = ["std", "fallible-iterator"]
20-
version = "0.23"
20+
version = "0.24.1"
2121
# path = "../../addr2line"
2222

2323
[dependencies.gimli]
2424
default-features = false
2525
features = ["read"]
26-
version = "0.30"
26+
version = "0.31"
2727

2828
[dependencies.object]
2929
default-features = false

samply/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ readme = "README.md"
1313

1414
fxprof-processed-profile = { version = "0.7", path = "../fxprof-processed-profile" }
1515
# framehop = { path = "../../framehop" }
16-
framehop = "0.12"
16+
framehop = "0.13"
1717
# linux-perf-data = { path = "../../linux-perf-data" }
1818
linux-perf-data = "0.10.1"
1919

20-
tokio = { version = "1.38", features = ["rt", "rt-multi-thread", "macros"] }
20+
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "macros"] }
2121
tokio-util = "0.7.11"
2222
hyper = { version = "1", features = ["full"] }
2323
hyper-util = { version = "0.1.6", features = ["server", "http1", "tokio"] }
@@ -28,7 +28,7 @@ byteorder = "1.4.3"
2828
debugid = "0.8.0"
2929
memchr = "2.7.2"
3030
memmap2 = "0.9.4"
31-
serde_json = "1.0.120"
31+
serde_json = "1"
3232
thiserror = "1"
3333
tempfile = "3.10.1"
3434
uuid = { version = "1.10.0", features = ["v4"] }
@@ -47,7 +47,7 @@ fxhash = "0.2.1"
4747
mio = { version = "1", features = ["os-ext", "os-poll"] }
4848
ctrlc = "3.4.4"
4949
log = "0.4.21"
50-
env_logger = "0.11.3"
50+
env_logger = "0.11"
5151
cfg-if = "1.0.0"
5252
fs4 = "0.8.3"
5353
humantime = "2.1.0"

tools/query_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ clap = { version = "4", features = ["derive"] }
1212
memmap2 = "0.9.4"
1313
anyhow = "1.0.86"
1414
futures = "0.3.5"
15-
serde_json = "1.0.120"
15+
serde_json = "1"

wholesym-addr2line/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ dist = false
1717
[dependencies]
1818
wholesym = { version = "0.7.0", path = "../wholesym" }
1919
tokio = { version = "1.38", features = ["rt", "rt-multi-thread", "macros"] }
20-
clap = "4.5.9"
20+
clap = "4"
2121

0 commit comments

Comments
 (0)