Skip to content

Commit 46221e1

Browse files
dependabot[bot]def-
authored andcommitted
build(deps): bump the simple2 group with 4 updates
Bumps the simple2 group with 4 updates: [tracing](https://github.com/tokio-rs/tracing), [tracing-subscriber](https://github.com/tokio-rs/tracing), [tokio-metrics](https://github.com/tokio-rs/tokio-metrics) and [openssh](https://github.com/openssh-rust/openssh). Updates `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) Updates `tracing-subscriber` from 0.3.20 to 0.3.22 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.22) Updates `tokio-metrics` from 0.4.5 to 0.4.6 - [Release notes](https://github.com/tokio-rs/tokio-metrics/releases) - [Changelog](https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/tokio-metrics/commits) Updates `openssh` from 0.11.5 to 0.11.6 - [Release notes](https://github.com/openssh-rust/openssh/releases) - [Changelog](https://github.com/openssh-rust/openssh/blob/master/CHANGELOG.md) - [Commits](openssh-rust/openssh@v0.11.5...v0.11.6) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: tracing-subscriber dependency-version: 0.3.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: tokio-metrics dependency-version: 0.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: openssh dependency-version: 0.11.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abab6f4 commit 46221e1

File tree

74 files changed

+111
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+111
-111
lines changed

Cargo.lock

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

src/adapter-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mz-storage-types = { path = "../storage-types" }
1717
serde = "1.0.219"
1818
timely = "0.25.1"
1919
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
20-
tracing = "0.1.37"
20+
tracing = "0.1.43"
2121

2222
[package.metadata.cargo-udeps.ignore]
2323
normal = ["workspace-hack"]

src/adapter/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ timely = "0.25.1"
9191
tokio = { version = "1.48.0", features = ["rt", "time"] }
9292
tokio-postgres = { version = "0.7.15" }
9393
tokio-stream = "0.1.17"
94-
tracing = "0.1.37"
94+
tracing = "0.1.43"
9595
tracing-core = "0.1.35"
9696
tracing-opentelemetry = { version = "0.25.0" }
97-
tracing-subscriber = "0.3.19"
97+
tracing-subscriber = "0.3.22"
9898
thiserror = "2.0.17"
9999
url = "2.5.7"
100100
uuid = { version = "1.18.1" }

src/avro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde = { version = "1.0.219", features = ["derive"] }
3030
serde_json = "1.0.145"
3131
sha2 = "0.10.9"
3232
snap = { version = "1.1.1", optional = true }
33-
tracing = "0.1.37"
33+
tracing = "0.1.43"
3434
uuid = "1.18.1"
3535
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
3636

src/aws-secrets-controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ mz-aws-util = { path = "../aws-util", default-features = false }
2424
mz-secrets = { path = "../secrets", default-features = false }
2525
mz-repr = { path = "../repr", default-features = false }
2626
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
27-
tracing = "0.1.37"
27+
tracing = "0.1.43"
2828
uuid = "1.18.1"
2929

3030
[features]

src/balancerd/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ tokio = { version = "1.48.0", default-features = false }
4747
tokio-openssl = "0.6.5"
4848
tokio-postgres = { version = "0.7.15" }
4949
tokio-util = { version = "0.7.17", features = ["codec"] }
50-
tokio-metrics = "0.4.5"
50+
tokio-metrics = "0.4.6"
5151
tower = "0.5.2"
52-
tracing = "0.1.37"
53-
tracing-subscriber = "0.3.19"
52+
tracing = "0.1.43"
53+
tracing-subscriber = "0.3.22"
5454
uuid = "1.18.1"
5555
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
5656

src/catalog-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mz-sql = { path = "../sql" }
3030
serde = "1.0.219"
3131
serde_json = "1.0.145"
3232
tokio = "1.48.0"
33-
tracing = "0.1.37"
33+
tracing = "0.1.43"
3434
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
3535

3636
[package.metadata.cargo-udeps.ignore]

src/catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ sha2 = "0.10.9"
6666
thiserror = "2.0.17"
6767
timely = "0.25.1"
6868
tokio = { version = "1.48.0" }
69-
tracing = "0.1.37"
69+
tracing = "0.1.43"
7070
uuid = "1.18.1"
7171
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
7272

src/ccsr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ hyper-util = "0.1.18"
3232
mz-ore = { path = "../ore", features = ["async", "test"] }
3333
serde_json = "1.0.145"
3434
tokio = { version = "1.48.0", features = ["macros"] }
35-
tracing = "0.1.37"
35+
tracing = "0.1.43"
3636

3737
[build-dependencies]
3838
mz-build-tools = { path = "../build-tools", default-features = false }

src/cloud-resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ schemars = { version = "1.1.0", features = ["uuid1"] }
2727
semver = "1.0.27"
2828
serde = "1.0.219"
2929
serde_json = "1.0.145"
30-
tracing = "0.1.37"
30+
tracing = "0.1.43"
3131
uuid = { version = "1.18", features = ["serde", "v4"] }
3232
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
3333

0 commit comments

Comments
 (0)