Skip to content

Commit d81b92f

Browse files
committed
chore: Enable tracy updates now, it should be safe...?
1 parent fa37f44 commit d81b92f

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.github/dependabot.yml

-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ updates:
4848
update-types:
4949
- "minor"
5050
- "patch"
51-
ignore:
52-
- dependency-name: "tracing-tracy"
53-
- dependency-name: "tracy-client"
54-
- dependency-name: "profiling"
5551
labels:
5652
- "T-chore"
5753
- "A-deps"

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ license-files = [
5757
multiple-versions = "warn"
5858

5959
deny = [
60-
# We are manually pinning `tracing-tracy` to match the version used by
61-
# `profiling`, but this can get stale easily.
60+
# Multiple version of this will conflict
6261
{ name = "tracy-client", deny-multiple-versions = true },
6362
# Having multiple versions of this can silently cause images (such as
6463
# the logo in the about dialog) in egui to not appear.

desktop/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ toml_edit = { version = "0.22.22", features = ["parse"] }
4646
gilrs = "0.11"
4747
tokio = { workspace = true, features = ["rt-multi-thread", "macros"]}
4848

49-
# Deliberately held back to match tracy client used by profiling crate
50-
tracing-tracy = { version = "=0.11.1", optional = true, features = ["demangle"] }
49+
tracing-tracy = { version = "0.11.3", optional = true, features = ["demangle"] }
5150
rand = "0.8.5"
5251
thiserror.workspace = true
5352

0 commit comments

Comments
 (0)