Skip to content

Commit 0cff872

Browse files
build(deps): bump slog from 2.7.0 to 2.8.0
Bumps [slog](https://github.com/slog-rs/slog) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/slog-rs/slog/releases) - [Changelog](https://github.com/slog-rs/slog/blob/master/CHANGELOG.md) - [Commits](slog-rs/slog@v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: slog dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 641f4fa commit 0cff872

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

Cargo.lock

Lines changed: 25 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
@@ -81,7 +81,7 @@ serde_derive = "1.0.125"
8181
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
8282
serde_regex = "1.1.0"
8383
serde_yaml = "0.9.21"
84-
slog = { version = "2.7.0", features = [
84+
slog = { version = "2.8.0", features = [
8585
"release_max_level_trace",
8686
"max_level_trace",
8787
] }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ serde_json = { workspace = true }
5252
serde_regex = { workspace = true }
5353
serde_yaml = { workspace = true }
5454
sha2 = "0.10.9"
55-
slog = { version = "2.7.0", features = [
55+
slog = { version = "2.8.0", features = [
5656
"release_max_level_trace",
5757
"max_level_trace",
5858
] }

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ graph-server-index-node = { path = "../server/index-node" }
1818
graph-runtime-wasm = { path = "../runtime/wasm" }
1919
serde = { workspace = true }
2020
serde_yaml = { workspace = true }
21-
slog = { version = "2.7.0", features = ["release_max_level_trace", "max_level_trace"] }
21+
slog = { version = "2.8.0", features = ["release_max_level_trace", "max_level_trace"] }
2222
tokio = { version = "1.45.1", features = ["rt", "macros", "process"] }
2323
# Once graph upgrades to web3 0.19, we don't need this anymore. The version
2424
# here needs to be kept in sync with the web3 version that the graph crate

0 commit comments

Comments
 (0)