Skip to content

Commit 010751d

Browse files
build(deps): bump tracing from 0.1.41 to 0.1.43
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.41 to 0.1.43. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.43) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ab2e029 commit 010751d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Cargo.lock

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

actix-identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ actix-web = { version = "4", default-features = false, features = ["cookies", "s
2525
derive_more = { version = "2", features = ["display", "error", "from"] }
2626
futures-core = "0.3.17"
2727
serde = { version = "1", features = ["derive"] }
28-
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
28+
tracing = { version = "0.1.43", default-features = false, features = ["log"] }
2929

3030
[dev-dependencies]
3131
actix-http = "3"

actix-session/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ derive_more = { version = "2", features = ["display", "error", "from"] }
3434
rand = "0.9"
3535
serde = { version = "1" }
3636
serde_json = { version = "1" }
37-
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
37+
tracing = { version = "0.1.43", default-features = false, features = ["log"] }
3838

3939
# redis-session
4040
redis = { version = "0.32", default-features = false, features = ["tokio-comp", "connection-manager"], optional = true }
@@ -45,7 +45,7 @@ actix-session = { path = ".", features = ["cookie-session", "redis-session"] }
4545
actix-test = "0.1"
4646
actix-web = { version = "4", default-features = false, features = ["cookies", "secure-cookies", "macros"] }
4747
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
48-
tracing = "0.1.30"
48+
tracing = "0.1.43"
4949

5050
[lints]
5151
workspace = true

actix-web-httpauth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ actix-cors = "0.7"
3232
actix-service = "2"
3333
actix-web = { version = "4.1", default-features = false, features = ["macros"] }
3434
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
35-
tracing = "0.1.30"
35+
tracing = "0.1.43"
3636

3737
[lints]
3838
workspace = true

actix-ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { version = "1.48", features = ["sync"] }
2626
actix-web = "4.8"
2727
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
2828
tokio = { version = "1.48", features = ["sync", "rt", "macros"] }
29-
tracing = "0.1.30"
29+
tracing = "0.1.43"
3030
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
3131

3232
[lints]

0 commit comments

Comments
 (0)