Skip to content

Commit

Permalink
Merge pull request #450 from mstange/push-mtkmkouulnzr
Browse files Browse the repository at this point in the history
Update dependencies.
  • Loading branch information
mstange authored Dec 10, 2024
2 parents 250c937 + 5186533 commit 0747b25
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 47 deletions.
81 changes: 40 additions & 41 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-mac-preload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ lto = true
panic = 'abort'

[dependencies]
libc = { version = "0.2.70", default-features = false }
libc = { version = "0.2", default-features = false }
spin = "0.9.8"

2 changes: 1 addition & 1 deletion samply-symbols/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version = "0.36"
[dependencies]
#pdb-addr2line = { path = "../../pdb-addr2line" }
pdb-addr2line = "0.11.0"
uuid = "1.10.0"
uuid = "1"
thiserror = "2"
cpp_demangle = "0.4.0"
msvc-demangler = "0.10.1"
Expand Down
5 changes: 2 additions & 3 deletions samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ memmap2 = "0.9.4"
serde_json = "1"
thiserror = "2"
tempfile = "3.13"
uuid = { version = "1.10.0", features = ["v4"] }
uuid = { version = "1.11", features = ["v4"] }
percent-encoding = "2.1.0"
libc = "0.2.155"
libc = "0.2"
flate2 = "1.0"
opener = { version = "0.7", default-features = false }
rand = "0.8.4"
Expand All @@ -56,7 +56,6 @@ samply-quota-manager = { version = "0.1.0", path = "../samply-quota-manager" }

[target.'cfg(any(target_os = "android", target_os = "macos", target_os = "linux"))'.dependencies]

libc = "0.2.155"
crossbeam-channel = "0.5.13"

[target.'cfg(target_os = "macos")'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion wholesym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ samply-symbols = { version = "0.23.0", path = "../samply-symbols", features = ["
symsrv = "0.5.2"
yoke = "0.7"
yoke-derive = "0.7"
libc = "0.2.155"
libc = "0.2"
uuid = "1"
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
Expand Down

0 comments on commit 0747b25

Please sign in to comment.