Skip to content

Commit 3c1e877

Browse files
chore(deps): Use crates.io version of error-trace
1 parent 360a648 commit 3c1e877

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ tokio = { version = "1.44.2", default-features = false, features = ["macros", "r
5858
tracing = "0.1.37"
5959
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
6060

61-
error-trace = { git = "https://github.com/Lut99/error-trace-rs", tag = "v3.2.1" }
61+
error-trace = "3.3.1"
6262

6363

6464
[features]

lib/databases/sqlite/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ thiserror = "2.0.0"
1919
tokio = { version = "1.44.2", default-features = false, features = ["fs", "rt", "rt-multi-thread"] }
2020
tracing = "0.1.37"
2121

22-
# error-trace = { git = "https://github.com/Lut99/error-trace-rs", tag = "v3.1.0" }
23-
2422
specifications = { path = "../../spec" }
2523

2624

lib/servers/axum/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tokio = { version = "1.44.2", default-features = false, features = ["signal"] }
2121
tower-service = "0.3.3"
2222
tracing = "0.1.37"
2323

24-
error-trace = { git = "https://github.com/Lut99/error-trace-rs", tag = "v3.2.1", features = ["serde"] }
24+
error-trace = { version = "3.3.1", features = ["serde"] }
2525

2626
axum-server-spec = { path = "../axum-spec", features = ["axum"] }
2727
specifications = { path = "../../spec" }

0 commit comments

Comments
 (0)