Skip to content

Commit

Permalink
Bump toml from 0.8.13 to 0.8.14 (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent 4b265ea commit c7cf57f
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 @@ -16,7 +16,7 @@ integration = { path = "../integration" }
nonzero_lit = "0.1.2"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", features = ["full"] }
toml = "0.8.13"
toml = "0.8.14"
tracing = { version = "0.1.37" }
tracing-subscriber = { version = "0.3.16" }

Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.13"
toml = "0.8.14"
tracing = { version = "0.1.40" }
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }

Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sysinfo = "0.30.12"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
tokio-native-tls = "0.3.1"
toml = "0.8.13"
toml = "0.8.14"
tower-http = { version = "0.5.2", features = [
"add-extension",
"cors",
Expand Down

0 comments on commit c7cf57f

Please sign in to comment.