diff --git a/Cargo.lock b/Cargo.lock index 47f376b5eda6d..1cc412728890a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10542,9 +10542,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.37.1" +version = "0.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bddd368fda2f82ead69c03d46d351987cfa0c2a57abfa37a017f3aa3e9bf69a" +checksum = "252800745060e7b9ffb7b2badbd8b31cfa4aa2e61af879d0a3bf2a317c20217d" dependencies = [ "libc", "memchr", diff --git a/scripts/e2e/datadog-logs/compose.yaml b/scripts/e2e/datadog-logs/compose.yaml index ae004588f46f3..51497af9a507e 100644 --- a/scripts/e2e/datadog-logs/compose.yaml +++ b/scripts/e2e/datadog-logs/compose.yaml @@ -109,13 +109,13 @@ services: # which does the validation of consistency with the other fakeintake service. fakeintake-agent: # TODO: temporarily pegging the image as latest results in failures - image: docker.io/datadog/fakeintake:ved764626 + image: docker.io/datadog/fakeintake:v3c2ea716 # Receives log data from the `datadog-agent-vector` service. Is queried by the test runner # which does the validation of consistency with the other fakeintake service. fakeintake-vector: # TODO: temporarily pegging the image as latest results in failures - image: docker.io/datadog/fakeintake:ved764626 + image: docker.io/datadog/fakeintake:v3c2ea716 networks: default: