Skip to content

Commit 642fb0b

Browse files
build(deps): bump the simple2 group with 5 updates
Bumps the simple2 group with 5 updates: | Package | From | To | | --- | --- | --- | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.43` | `0.1.44` | | [tracing-core](https://github.com/tokio-rs/tracing) | `0.1.35` | `0.1.36` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.25` | `0.12.26` | | [simd-adler32](https://github.com/mcountryman/simd-adler32) | `0.3.7` | `0.3.8` | | [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.0` | `2.1.2` | Updates `tracing` from 0.1.43 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.43...tracing-0.1.44) Updates `tracing-core` from 0.1.35 to 0.1.36 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-core-0.1.35...tracing-core-0.1.36) Updates `reqwest` from 0.12.25 to 0.12.26 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.25...v0.12.26) Updates `simd-adler32` from 0.3.7 to 0.3.8 - [Changelog](https://github.com/mcountryman/simd-adler32/blob/main/CHANGELOG.md) - [Commits](https://github.com/mcountryman/simd-adler32/commits) Updates `twox-hash` from 2.1.0 to 2.1.2 - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](shepmaster/twox-hash@v2.1.0...v2.1.2) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: tracing-core dependency-version: 0.1.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: reqwest dependency-version: 0.12.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: simd-adler32 dependency-version: 0.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 - dependency-name: twox-hash dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: simple2 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43c8f1d commit 642fb0b

File tree

79 files changed

+113
-113
lines changed

Some content is hidden

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

79 files changed

+113
-113
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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.43"
20+
tracing = "0.1.44"
2121

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

src/adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ 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.43"
94+
tracing = "0.1.44"
9595
tracing-core = "0.1.35"
9696
tracing-opentelemetry = { version = "0.25.0" }
9797
tracing-subscriber = "0.3.22"

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.43"
33+
tracing = "0.1.44"
3434
uuid = "1.19.0"
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.43"
27+
tracing = "0.1.44"
2828
uuid = "1.19.0"
2929

3030
[features]

src/balancerd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tokio-postgres = { version = "0.7.15" }
4949
tokio-util = { version = "0.7.17", features = ["codec"] }
5050
tokio-metrics = "0.4.6"
5151
tower = "0.5.2"
52-
tracing = "0.1.43"
52+
tracing = "0.1.44"
5353
tracing-subscriber = "0.3.22"
5454
uuid = "1.19.0"
5555
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
@@ -58,7 +58,7 @@ workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = tru
5858
mz-environmentd = { path = "../environmentd", default-features = false, features = ["test"] }
5959
mz-frontegg-mock = { path = "../frontegg-mock" }
6060
postgres = "0.19.12"
61-
reqwest = "0.12.25"
61+
reqwest = "0.12.26"
6262
tempfile = "3.23.0"
6363

6464
[features]

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.43"
33+
tracing = "0.1.44"
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.43"
69+
tracing = "0.1.44"
7070
uuid = "1.19.0"
7171
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
7272

src/ccsr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
anyhow = "1.0.100"
1414
native-tls = "0.2.14"
1515
openssl = { version = "0.10.75", features = ["vendored"] }
16-
reqwest = { version = "0.12.25", features = [
16+
reqwest = { version = "0.12.26", features = [
1717
"blocking",
1818
"json",
1919
"native-tls-vendored",
@@ -32,7 +32,7 @@ hyper-util = "0.1.19"
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.43"
35+
tracing = "0.1.44"
3636

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

src/cloud-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212
[dependencies]
1313
anyhow = "1.0.100"
1414
chrono = { version = "0.4.39", default-features = false, features = ["std"] }
15-
reqwest = { version = "0.12.25", features = ["json"] }
15+
reqwest = { version = "0.12.26", features = ["json"] }
1616
serde = { version = "1.0.219", features = ["derive"] }
1717
url = "2.5.7"
1818
thiserror = "2.0.17"

0 commit comments

Comments
 (0)