Skip to content

Commit

Permalink
Bump log from 0.4.25 to 0.4.26
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.26.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.25...0.4.26)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 674a6ac commit 0e4dd5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fastrand = "2.3.0"
futures-lite = "2.6.0"
git-version = "0.3.9"
janus_messages = "0.7.51"
log = "0.4.25"
log = "0.4.26"
opentelemetry = { version = "0.27.1", features = ["metrics", "logs"] }
opentelemetry-prometheus = { version = "0.27.0", features = ["prometheus-encoding"] }
prio = "0.16.7"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trillium-http = "0.3.14"
url = { version = "2.5.2", features = ["serde"] }
uuid = { version = "1.13.1", features = ["v4", "fast-rng", "serde"] }
time = { version = "0.3.37", features = ["serde", "serde-well-known"] }
log = "0.4.25"
log = "0.4.26"
pad-adapter = "0.1.1"
janus_messages = "0.7.51"
num-bigint = "0.4.6"
Expand Down

0 comments on commit 0e4dd5a

Please sign in to comment.