Skip to content

Commit 9fca7ff

Browse files
Bump log from 0.4.26 to 0.4.27 (#475)
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](rust-lang/log@0.4.26...0.4.27) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef5febb commit 9fca7ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ axum-server = { version = "0.7.2", features = ["rustls", "tls-rustls"] }
1212
json-patch = "3.0.1"
1313
k8s-openapi = { version = "0.24.0", default-features = false, features = ["v1_30", "schemars"] }
1414
kube = { version = "0.98.0", features = ["rustls-tls", "admission", "jsonpatch", "derive"], default-features = false }
15-
log = { version = "0.4.26", features = ["kv_unstable", "serde", "kv_unstable_serde"] }
15+
log = { version = "0.4.27", features = ["kv_unstable", "serde", "kv_unstable_serde"] }
1616
schemars = { version = "0.8.22", features = ["derive_json_schema"] }
1717
serde = { version = "1.0.219", features = ["serde_derive", "derive"] }
1818
serde_json = "1.0.140"

0 commit comments

Comments
 (0)