Skip to content

Commit

Permalink
Merge pull request #442 from mstange/push-ovkwunsrqvpq
Browse files Browse the repository at this point in the history
Update fs4, symsrv, and decrease dependency version precision for some things.
  • Loading branch information
mstange authored Dec 6, 2024
2 parents bece0ef + 4bc3bfc commit 2366f8a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 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-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"] }

[dev-dependencies]
memmap2 = "0.9.4"
anyhow = "1.0.86"
anyhow = "1"
futures = "0.3.5"
assert-json-diff = "2.0.1"
2 changes: 1 addition & 1 deletion samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ linux-perf-data = "0.10.0"

[dev-dependencies]
memmap2 = "0.9.4"
anyhow = "1.0.86"
anyhow = "1"
futures = "0.3.5"
2 changes: 1 addition & 1 deletion samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ctrlc = "3.4.4"
log = "0.4.21"
env_logger = "0.11"
cfg-if = "1.0.0"
fs4 = "0.9"
fs4 = "0.12"
humantime = "2.1.0"
shlex = "1.3.0"
samply-quota-manager = { version = "0.1.0", path = "../samply-quota-manager" }
Expand Down
2 changes: 1 addition & 1 deletion tools/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ reqwest = { version = "0.12", default-features = false, features = [
"gzip",
"blocking"
] }
anyhow = "1.0.86"
anyhow = "1"
tempfile = "3.10.1"
futures = "0.3.5"
cab = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/dump_table/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ chunked_caching = []
samply-symbols = { path = "../../samply-symbols" }
clap = { version = "4", features = ["derive"] }
memmap2 = "0.9.4"
anyhow = "1.0.86"
anyhow = "1"
futures = "0.3.5"
2 changes: 1 addition & 1 deletion tools/query_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ publish = false
samply-api = { path = "../../samply-api" }
clap = { version = "4", features = ["derive"] }
memmap2 = "0.9.4"
anyhow = "1.0.86"
anyhow = "1"
futures = "0.3.5"
serde_json = "1"
4 changes: 2 additions & 2 deletions wholesym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ bytes = "1.7"
memmap2 = "0.9.4"
tokio = { version = "1.38", features = ["fs"] }
futures-util = "0.3.30"
fs4 = "0.9"
fs4 = "0.12"
thiserror = "1"
async-compression = { version = "0.4.6", default-features = false, features = [
async-compression = { version = "0.4", default-features = false, features = [
"tokio",
"futures-io",
"gzip"
Expand Down

0 comments on commit 2366f8a

Please sign in to comment.