Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions LICENSE-3rdparty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion datadog-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion datadog-ipc/tarpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion datadog-live-debugger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion datadog-tracer-flare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions libdd-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion libdd-data-pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion libdd-profiling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion libdd-trace-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
Loading