Skip to content

Commit 91ba052

Browse files
chore(deps): bump toml from 0.7.3 to 0.7.4 (vectordotdev#17440)
* chore(deps): bump toml from 0.7.3 to 0.7.4 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.3 to 0.7.4. - [Commits](toml-rs/toml@toml-v0.7.3...toml-v0.7.4) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate license file Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
1 parent ac0c7e8 commit 91ba052

File tree

6 files changed

+21
-21
lines changed

6 files changed

+21
-21
lines changed

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ syslog = { version = "6.1.0", default-features = false, optional = true }
307307
tikv-jemallocator = { version = "0.5.0", default-features = false, optional = true }
308308
tokio-postgres = { version = "0.7.7", default-features = false, features = ["runtime", "with-chrono-0_4"], optional = true }
309309
tokio-tungstenite = {version = "0.19.0", default-features = false, features = ["connect"], optional = true}
310-
toml = { version = "0.7.3", default-features = false, features = ["parse", "display"] }
310+
toml = { version = "0.7.4", default-features = false, features = ["parse", "display"] }
311311
tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
312312
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["dnssec"], optional = true }
313313
typetag = { version = "0.2.8", default-features = false }

LICENSE-3rdparty.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ tokio-postgres,https://github.com/sfackler/rust-postgres,MIT OR Apache-2.0,Steve
523523
tokio-rustls,https://github.com/tokio-rs/tls,MIT OR Apache-2.0,quininer kel <[email protected]>
524524
tokio-tungstenite,https://github.com/snapview/tokio-tungstenite,MIT,"Daniel Abramov <[email protected]>, Alexey Galakhov <[email protected]>"
525525
toml,https://github.com/toml-rs/toml,MIT OR Apache-2.0,Alex Crichton <[email protected]>
526-
toml_edit,https://github.com/ordian/toml_edit,MIT OR Apache-2.0,"Andronik Ordian <[email protected]>, Ed Page <[email protected]>"
526+
toml_edit,https://github.com/toml-rs/toml,MIT OR Apache-2.0,"Andronik Ordian <[email protected]>, Ed Page <[email protected]>"
527527
tonic,https://github.com/hyperium/tonic,MIT,Lucio Franco <[email protected]>
528528
tower,https://github.com/tower-rs/tower,MIT,Tower Maintainers <[email protected]>
529529
tower-http,https://github.com/tower-rs/tower-http,MIT,Tower Maintainers <[email protected]>

lib/vector-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde = { version = "1.0", default-features = false }
2323
serde_json = { version = "1.0", default-features = false, features = ["std"] }
2424
serde_with = { version = "2.3.2", default-features = false, features = ["std"] }
2525
snafu = { version = "0.7.4", default-features = false }
26-
toml = { version = "0.7.3", default-features = false }
26+
toml = { version = "0.7.4", default-features = false }
2727
tracing = { version = "0.1.34", default-features = false }
2828
url = { version = "2.3.1", default-features = false, features = ["serde"] }
2929
vrl = { git = "https://github.com/vectordotdev/vrl", rev = "v0.3.0", default-features = false, features = ["compiler"] }

lib/vector-core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tokio = { version = "1.28.1", default-features = false, features = ["net"] }
5050
tokio-openssl = { version = "0.6.3", default-features = false }
5151
tokio-stream = { version = "0.1", default-features = false, features = ["time"], optional = true }
5252
tokio-util = { version = "0.7.0", default-features = false, features = ["time"] }
53-
toml = { version = "0.7.3", default-features = false }
53+
toml = { version = "0.7.4", default-features = false }
5454
tonic = { version = "0.9", default-features = false, features = ["transport"] }
5555
tower = { version = "0.4", default-features = false, features = ["util"] }
5656
tracing = { version = "0.1.34", default-features = false }
@@ -86,7 +86,7 @@ quickcheck_macros = "1"
8686
proptest = "1.1"
8787
similar-asserts = "1.4.2"
8888
tokio-test = "0.4.2"
89-
toml = { version = "0.7.3", default-features = false, features = ["parse"] }
89+
toml = { version = "0.7.4", default-features = false, features = ["parse"] }
9090
ndarray = "0.15.6"
9191
ndarray-stats = "0.5.1"
9292
noisy_float = "0.2.0"

vdev/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ serde_json = "1.0.96"
3737
serde_yaml = "0.9.21"
3838
sha2 = "0.10.6"
3939
tempfile = "3.5.0"
40-
toml = { version = "0.7.2", default-features = false, features = ["parse"] }
40+
toml = { version = "0.7.4", default-features = false, features = ["parse"] }

0 commit comments

Comments
 (0)