diff --git a/Cargo.lock b/Cargo.lock index 7fd5948488..0a73ef0057 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,9 +752,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" dependencies = [ "serde", ] diff --git a/LICENSE-3rdparty.yml b/LICENSE-3rdparty.yml index 9f7e89ad23..5634008119 100644 --- a/LICENSE-3rdparty.yml +++ b/LICENSE-3rdparty.yml @@ -5286,7 +5286,7 @@ third_party_libraries: OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - package_name: bytes - package_version: 1.8.0 + package_version: 1.11.1 repository: https://github.com/tokio-rs/bytes license: MIT licenses: @@ -32028,9 +32028,9 @@ third_party_libraries: - package_name: stringmetrics package_version: 2.2.2 repository: https://github.com/pluots/stringmetrics - license: License specified in file ($CARGO_HOME/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/LICENSE) + license: License specified in file ($CARGO_HOME/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.2.2/LICENSE) licenses: - - license: License specified in file ($CARGO_HOME/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/LICENSE) + - license: License specified in file ($CARGO_HOME/registry/src/index.crates.io-6f17d22bba15001f/stringmetrics-2.2.2/LICENSE) text: | Copyright 2022 Trevor Gross diff --git a/datadog-ipc/Cargo.toml b/datadog-ipc/Cargo.toml index 752737c9d6..f02fd7162e 100644 --- a/datadog-ipc/Cargo.toml +++ b/datadog-ipc/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] anyhow = { version = "1.0" } -bytes = { version = "1.4" } +bytes = { version = "1.11.1" } futures = { version = "0.3", default-features = false } io-lifetimes = { version = "1.0" } page_size = "0.6.0" diff --git a/datadog-ipc/tarpc/Cargo.toml b/datadog-ipc/tarpc/Cargo.toml index 36abe921f4..06d5144ca7 100644 --- a/datadog-ipc/tarpc/Cargo.toml +++ b/datadog-ipc/tarpc/Cargo.toml @@ -71,7 +71,7 @@ opentelemetry = { version = "0.17.0", default-features = false, optional = true [dev-dependencies] assert_matches = "1.4" bincode = "1.3" -bytes = { version = "1", features = ["serde"] } +bytes = { version = "1.11.1", features = ["serde"] } flate2 = "1.0" futures-test = "0.3" opentelemetry = { version = "0.17.0", default-features = false, features = [ diff --git a/datadog-live-debugger/Cargo.toml b/datadog-live-debugger/Cargo.toml index 40d37400b1..45137559fb 100644 --- a/datadog-live-debugger/Cargo.toml +++ b/datadog-live-debugger/Cargo.toml @@ -11,7 +11,7 @@ libdd-common = { path = "../libdd-common" } libdd-data-pipeline = { path = "../libdd-data-pipeline" } http-body-util = "0.1" "http" = "1" -bytes = "1.4" +bytes = "1.11.1" regex = "1.9.3" percent-encoding = "2.1" diff --git a/datadog-tracer-flare/Cargo.toml b/datadog-tracer-flare/Cargo.toml index 1bd17a66f0..6e21db85b8 100644 --- a/datadog-tracer-flare/Cargo.toml +++ b/datadog-tracer-flare/Cargo.toml @@ -13,7 +13,7 @@ libdd-common = { path = "../libdd-common" } datadog-remote-config = { path = "../datadog-remote-config", default-features = false } libdd-trace-utils = { path = "../libdd-trace-utils" } http = "1" -bytes = "1.4" +bytes = "1.11.1" tokio = { version = "1.36.0", features = ["time"] } serde_json = "1.0" zip = "4.0.0" diff --git a/libdd-common/Cargo.toml b/libdd-common/Cargo.toml index 5dd2ea8dd7..75cedb1035 100644 --- a/libdd-common/Cargo.toml +++ b/libdd-common/Cargo.toml @@ -31,7 +31,7 @@ tower-service = "0.3" cc = "1.1.31" mime = { version = "0.3.16", optional = true } multer = { version = "3.1", optional = true } -bytes = { version = "1.4" } +bytes = { version = "1.11.1" } pin-project = "1" rand = { version = "0.8", optional = true } regex = "1.5" @@ -81,7 +81,7 @@ indexmap = "2.11" maplit = "1.0" mime = "0.3.16" multer = "3.1" -bytes = "1.4" +bytes = "1.11.1" rand = "0.8" tempfile = "3.8" tokio = { version = "1.23", features = ["rt", "macros", "time"] } diff --git a/libdd-data-pipeline/Cargo.toml b/libdd-data-pipeline/Cargo.toml index fc5faa1cb5..88e1099826 100644 --- a/libdd-data-pipeline/Cargo.toml +++ b/libdd-data-pipeline/Cargo.toml @@ -20,7 +20,7 @@ tracing = { version = "0.1", default-features = false } rmp-serde = "1.1.1" serde = "1.0.209" serde_json = "1.0.127" -bytes = "1.4" +bytes = "1.11.1" sha2 = "0.10" either = "1.13.0" tokio = { version = "1.23", features = [ diff --git a/libdd-profiling/Cargo.toml b/libdd-profiling/Cargo.toml index 4cda58e96a..1b5c2d792e 100644 --- a/libdd-profiling/Cargo.toml +++ b/libdd-profiling/Cargo.toml @@ -30,7 +30,7 @@ allocator-api2 = { version = "0.2", default-features = false, features = ["alloc anyhow = "1.0" bitmaps = "3.2.0" byteorder = { version = "1.5", features = ["std"] } -bytes = "1.1" +bytes = "1.11.1" chrono = {version = "0.4", default-features = false, features = ["std", "clock"]} crossbeam-channel = "0.5.15" crossbeam-utils = { version = "0.8.21" } diff --git a/libdd-trace-utils/Cargo.toml b/libdd-trace-utils/Cargo.toml index 0ba2bf89b3..0dd4bb3e38 100644 --- a/libdd-trace-utils/Cargo.toml +++ b/libdd-trace-utils/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0" futures = { version = "0.3", default-features = false } tokio = { version = "1", features = ["macros", "rt-multi-thread"] } rand = "0.8.5" -bytes = "1.6.0" +bytes = "1.11.1" rmpv = { version = "1.3.0", default-features = false } rmp = { version = "0.8.14", default-features = false }