Skip to content

Commit 366c93f

Browse files
chore(deps): bump toml from 0.9.8 to 1.0.3+spec-1.1.0
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.8 to 1.0.3+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.9.8...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33057c8 commit 366c93f

File tree

3 files changed

+43
-74
lines changed

3 files changed

+43
-74
lines changed

Cargo.lock

Lines changed: 41 additions & 72 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
@@ -201,7 +201,7 @@ tokio = { version = "1.49.0", default-features = false }
201201
tokio-stream = { version = "0.1.18", default-features = false }
202202
tokio-test = "0.4.5"
203203
tokio-tungstenite = { version = "0.20.1", default-features = false }
204-
toml = { version = "0.9.8", default-features = false, features = ["serde", "display", "parse"] }
204+
toml = { version = "1.0.3", default-features = false, features = ["serde", "display", "parse"] }
205205
tonic = { version = "0.11", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
206206
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }
207207
tracing = { version = "0.1.44", default-features = false }

lib/codecs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ vector-config = { path = "../vector-config", default-features = false }
5454
vector-config-macros = { path = "../vector-config-macros", default-features = false }
5555
vector-core = { path = "../vector-core", default-features = false, features = ["vrl"] }
5656
vector-vrl-functions.workspace = true
57-
toml = { version = "0.9.8", optional = true }
57+
toml = { version = "1.0.3", optional = true }
5858

5959
[dev-dependencies]
6060
futures.workspace = true

0 commit comments

Comments
 (0)