Skip to content

Commit

Permalink
chore(deps): Bump the patches group across 1 directory with 8 updates (
Browse files Browse the repository at this point in the history
…#21629)

Bumps the patches group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.6` | `1.1.7` |
| [console-subscriber](https://github.com/tokio-rs/console) | `0.4.0` | `0.4.1` |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.2.4` | `1.2.5` |
| [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.7.2` | `1.7.3` |
| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.34` | `0.8.35` |
| [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` |
| [cargo-lock](https://github.com/rustsec/rustsec) | `10.0.0` | `10.0.1` |



Updates `pin-project` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.6...v1.1.7)

Updates `console-subscriber` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/tokio-rs/console/releases)
- [Changelog](https://github.com/tokio-rs/console/blob/main/release-plz.toml)
- [Commits](tokio-rs/console@console-subscriber-v0.4.0...console-subscriber-v0.4.1)

Updates `aws-sigv4` from 1.2.4 to 1.2.5
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-types` from 1.2.7 to 1.2.8
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-smithy-runtime` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `encoding_rs` from 0.8.34 to 0.8.35
- [Commits](hsivonen/encoding_rs@v0.8.34...v0.8.35)

Updates `regex` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.0...1.11.1)

Updates `cargo-lock` from 10.0.0 to 10.0.1
- [Release notes](https://github.com/rustsec/rustsec/releases)
- [Commits](rustsec/rustsec@cargo-lock/v10.0.0...cargo-lock/v10.0.1)

---
updated-dependencies:
- dependency-name: pin-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: console-subscriber
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: aws-sigv4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: aws-smithy-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: aws-smithy-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: encoding_rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: cargo-lock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent b05331e commit 9b540e8
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ indexmap = { version = "2.6.0", default-features = false, features = ["serde", "
metrics = "0.24.0"
metrics-tracing-context = { version = "0.17.0", default-features = false }
metrics-util = { version = "0.18.0", default-features = false, features = ["registry"] }
pin-project = { version = "1.1.6", default-features = false }
pin-project = { version = "1.1.7", default-features = false }
proptest = { version = "1.5" }
proptest-derive = { version = "0.4.0" }
prost = { version = "0.12", default-features = false, features = ["std"] }
Expand Down Expand Up @@ -184,7 +184,7 @@ tokio = { version = "1.41.0", default-features = false, features = ["full"] }
tokio-openssl = { version = "0.6.5", default-features = false }
tokio-stream = { version = "0.1.16", default-features = false, features = ["net", "sync", "time"] }
tokio-util = { version = "0.7", default-features = false, features = ["io", "time"] }
console-subscriber = { version = "0.4.0", default-features = false, optional = true }
console-subscriber = { version = "0.4.1", default-features = false, optional = true }

# Tracing
tracing = { version = "0.1.34", default-features = false }
Expand Down Expand Up @@ -212,13 +212,13 @@ aws-sdk-secretsmanager = { version = "1.3.0", default-features = false, features
# is configured.
aws-sdk-sts = { version = "1.3.1", default-features = false, features = ["behavior-version-latest", "rt-tokio"], optional = true }
aws-types = { version = "1.3.3", default-features = false, optional = true }
aws-sigv4 = { version = "1.2.4", default-features = false, features = ["sign-http"], optional = true }
aws-sigv4 = { version = "1.2.5", default-features = false, features = ["sign-http"], optional = true }
aws-config = { version = "1.0.1", default-features = false, features = ["behavior-version-latest", "credentials-process", "sso", "rt-tokio"], optional = true }
aws-credential-types = { version = "1.2.1", default-features = false, features = ["hardcoded-credentials"], optional = true }
aws-smithy-http = { version = "0.60", default-features = false, features = ["event-stream", "rt-tokio"], optional = true }
aws-smithy-types = { version = "1.2.7", default-features = false, features = ["rt-tokio"], optional = true }
aws-smithy-runtime-api = { version = "1.7.2", default-features = false, optional = true }
aws-smithy-runtime = { version = "1.7.2", default-features = false, features = ["client", "connector-hyper-0-14-x", "rt-tokio"], optional = true }
aws-smithy-runtime = { version = "1.7.3", default-features = false, features = ["client", "connector-hyper-0-14-x", "rt-tokio"], optional = true }
aws-smithy-async = { version = "1.2.1", default-features = false, features = ["rt-tokio"], optional = true }

# Azure
Expand Down Expand Up @@ -293,7 +293,7 @@ databend-client = { version = "0.21.1", default-features = false, features = ["r
derivative = { version = "2.2.0", default-features = false }
dirs-next = { version = "2.0.0", default-features = false, optional = true }
dyn-clone = { version = "1.0.17", default-features = false }
encoding_rs = { version = "0.8.34", default-features = false, features = ["serde"] }
encoding_rs = { version = "0.8.35", default-features = false, features = ["serde"] }
enum_dispatch = { version = "0.3.13", default-features = false }
exitcode = { version = "1.1.2", default-features = false }
flate2 = { version = "1.0.34", default-features = false, features = ["default"] }
Expand Down Expand Up @@ -341,7 +341,7 @@ rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rand_distr = { version = "0.4.3", default-features = false }
rdkafka = { version = "0.35.0", default-features = false, features = ["curl-static", "tokio", "libz", "ssl", "zstd"], optional = true }
redis = { version = "0.24.0", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true }
regex = { version = "1.11.0", default-features = false, features = ["std", "perf"] }
regex = { version = "1.11.1", default-features = false, features = ["std", "perf"] }
roaring = { version = "0.10.6", default-features = false, features = ["std"], optional = true }
rumqttc = { version = "0.24.0", default-features = false, features = ["use-rustls"], optional = true }
seahash = { version = "4.1.0", default-features = false }
Expand Down Expand Up @@ -387,7 +387,7 @@ openssl-src = { version = "300", default-features = false, features = ["force-en
[dev-dependencies]
approx = "0.5.1"
assert_cmd = { version = "2.0.16", default-features = false }
aws-smithy-runtime = { version = "1.7.2", default-features = false, features = ["tls-rustls"] }
aws-smithy-runtime = { version = "1.7.3", default-features = false, features = ["tls-rustls"] }
azure_core = { version = "0.17", default-features = false, features = ["enable_reqwest", "azurite_workaround"] }
azure_identity = { version = "0.17", default-features = false, features = ["enable_reqwest"] }
azure_storage_blobs = { version = "0.17", default-features = false, features = ["azurite_workaround"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/codecs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ memchr = { version = "2", default-features = false }
ordered-float = { version = "4.4.0", default-features = false }
prost.workspace = true
prost-reflect.workspace = true
regex = { version = "1.11.0", default-features = false, features = ["std", "perf"] }
regex = { version = "1.11.1", default-features = false, features = ["std", "perf"] }
serde.workspace = true
serde_with = { version = "3.11.0", default-features = false, features = ["std", "macros", "chrono_0_4"] }
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ proptest = { version = "1.5", optional = true }
prost-types.workspace = true
prost .workspace = true
quanta = { version = "0.12.3", default-features = false }
regex = { version = "1.11.0", default-features = false, features = ["std", "perf"] }
regex = { version = "1.11.1", default-features = false, features = ["std", "perf"] }
ryu = { version = "1", default-features = false }
serde.workspace = true
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-vrl/web-playground/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ vector-vrl-functions = { path = "../functions" }
enrichment = { path = "../../enrichment" }

[build-dependencies]
cargo-lock = "10.0.0"
cargo-lock = "10.0.1"
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ os_info = { version = "3.8.2", default-features = false }
# watch https://github.com/epage/anstyle for official interop with Clap
owo-colors = { version = "4.1.0", features = ["supports-colors"] }
paste = "1.0.15"
regex = { version = "1.11.0", default-features = false, features = ["std", "perf"] }
regex = { version = "1.11.1", default-features = false, features = ["std", "perf"] }
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 9b540e8

Please sign in to comment.