Browse Source

Bump log from 0.4.26 to 0.4.27

Bumps [log](https://github.com/rust-lang/log) from 0.4.26 to 0.4.27.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.26...0.4.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/170/head
dependabot[bot] 2 months ago
committed by GitHub
parent
commit
2cb9b6ef99
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      acmed/Cargo.toml
  3. 2
      tacd/Cargo.toml

4
Cargo.lock

@ -1031,9 +1031,9 @@ dependencies = [
[[package]] [[package]]
name = "log" name = "log"
version = "0.4.26"
version = "0.4.27"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]] [[package]]
name = "memchr" name = "memchr"

2
acmed/Cargo.toml

@ -28,7 +28,7 @@ bincode = "1.3.3"
clap = { version = "4.5.3", features = ["string"] } clap = { version = "4.5.3", features = ["string"] }
futures = "0.3.30" futures = "0.3.30"
glob = "0.3.1" glob = "0.3.1"
log = "0.4.21"
log = "0.4.27"
nom = { version = "7.1.3", default-features = false, features = [] } nom = { version = "7.1.3", default-features = false, features = [] }
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114" serde_json = "1.0.114"

2
tacd/Cargo.toml

@ -23,6 +23,6 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored"]
acme_common = { path = "../acme_common" } acme_common = { path = "../acme_common" }
anyhow = "1.0.81" anyhow = "1.0.81"
clap = { version = "4.5.3", features = ["string"] } clap = { version = "4.5.3", features = ["string"] }
log = "0.4.21"
log = "0.4.27"
openssl = "0.10.64" openssl = "0.10.64"
thiserror = "2.0.3" thiserror = "2.0.3"
Loading…
Cancel
Save