Skip to content

Commit 2fac3e5

Browse files
Bump the patch group with 3 updates (#356)
Bumps the patch group with 3 updates: [prometheus-client](https://github.com/prometheus/client_rust), [signal-hook](https://github.com/vorner/signal-hook) and [toml](https://github.com/toml-rs/toml). Updates `prometheus-client` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/prometheus/client_rust/releases) - [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md) - [Commits](prometheus/client_rust@v0.24.0...v0.24.1) Updates `signal-hook` from 0.4.3 to 0.4.4 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@v0.4.3...v0.4.4) Updates `toml` from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.1.0...toml-v1.1.2) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: signal-hook dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8eb3373 commit 2fac3e5

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ opentelemetry = "0.31.0"
4343
opentelemetry-otlp = "0.27.0"
4444
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
4545
parse-display = "0.10.0"
46-
prometheus-client = "0.24.0"
46+
prometheus-client = "0.24.1"
4747
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
4848
schemars = { version = "0.8", features = ["chrono", "uuid1", "bigdecimal"] }
4949
serde = { version = "1.0", features = ["derive"] }
@@ -56,7 +56,7 @@ slog-term = "2.9.2"
5656
thiserror = "2.0.18"
5757
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "net"] }
5858
tokio-serial = { version = "5", optional = true, features = ["tokio-util", "libudev"] }
59-
toml = "1.1.0"
59+
toml = "1.1.2"
6060
tracing = "0.1"
6161
tracing-opentelemetry = "0.32.1"
6262
tracing-slog = "0.4.0"

0 commit comments

Comments
 (0)