Skip to content

Commit

Permalink
chore(deps): Bump no-proxy from 0.3.4 to 0.3.5 (#21434)
Browse files Browse the repository at this point in the history
* chore(deps): Bump no-proxy from 0.3.4 to 0.3.5

Bumps [no-proxy](https://github.com/jdrouet/no-proxy) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/jdrouet/no-proxy/releases)
- [Changelog](https://github.com/jdrouet/no-proxy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jdrouet/no-proxy/commits/v0.3.5)

---
updated-dependencies:
- dependency-name: no-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Regenerate licenses

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]>
  • Loading branch information
dependabot[bot] and jszwedko authored Oct 10, 2024
1 parent 71bd2a2 commit d4015f2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 27 deletions.
29 changes: 5 additions & 24 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ dashmap,https://github.com/xacrimon/dashmap,MIT,Acrimon <[email protected]
data-encoding,https://github.com/ia0/data-encoding,MIT,Julien Cretin <[email protected]>
data-url,https://github.com/servo/rust-url,MIT OR Apache-2.0,Simon Sapin <[email protected]>
databend-client,https://github.com/datafuselabs/bendsql,Apache-2.0,Databend Authors <[email protected]>
debug-helper,https://github.com/magiclen/debug-helper,MIT,Magic Len <[email protected]>
der,https://github.com/RustCrypto/formats/tree/master/der,Apache-2.0 OR MIT,RustCrypto Developers
deranged,https://github.com/jhpratt/deranged,MIT OR Apache-2.0,Jacob Pratt <[email protected]>
derivative,https://github.com/mcarton/rust-derivative,MIT OR Apache-2.0,mcarton <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chrono-tz.workspace = true
encoding_rs = { version = "0.8", default-features = false, features = ["alloc", "serde"] }
indexmap.workspace = true
inventory = { version = "0.3" }
no-proxy = { version = "0.3.4", default-features = false, features = ["serialize"] }
no-proxy = { version = "0.3.5", default-features = false, features = ["serialize"] }
num-traits = { version = "0.2.19", default-features = false }
serde.workspace = true
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 @@ -31,7 +31,7 @@ metrics.workspace = true
metrics-tracing-context.workspace = true
metrics-util.workspace = true
mlua = { version = "0.9.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true }
no-proxy = { version = "0.3.4", default-features = false, features = ["serialize"] }
no-proxy = { version = "0.3.5", default-features = false, features = ["serialize"] }
once_cell = { version = "1.19", default-features = false }
ordered-float = { version = "4.3.0", default-features = false }
openssl = { version = "0.10.66", default-features = false, features = ["vendored"] }
Expand Down

0 comments on commit d4015f2

Please sign in to comment.