Skip to content

Commit

Permalink
Bump toml from 0.8.8 to 0.8.9 (#625)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hubert Gruszecki <[email protected]>
  • Loading branch information
dependabot[bot] and hubcio authored Feb 2, 2024
1 parent 646203b commit 30677af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 21,7 @@ rustls = { version = "0.21.10" }
serde = { version = "1.0.196", features = ["derive"] }
thiserror = "1.0.56"
tokio = { version = "1.28.2", features = ["full"] }
toml = "0.8.4"
toml = "0.8.9"
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16" }

Expand Down
2 changes: 1 addition & 1 deletion integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 23,7 @@ serial_test = "3.0.0"
server = { path = "../server" }
sled = "0.34.7"
tokio = { version = "1.28.2", features = ["full"] }
toml = "0.8.8"
toml = "0.8.9"
tracing = "0.1"
tracing-subscriber = "0.3.18"
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "zerocopy"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 49,7 @@ sysinfo = "0.30.5"
thiserror = "1.0.56"
tokio = { version = "1.33.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.8"
toml = "0.8.9"
tower = { version = "0.4.13" }
tower-http = { version = "0.5.1", features = [
"add-extension",
Expand Down

0 comments on commit 30677af

Please sign in to comment.