Merge pull request #330922 from jpds/vector-0.40.0

vector: 0.39.0 → 0.40.0
This commit is contained in:
Yt 2024-07-30 00:28:08 +00:00 committed by GitHub
commit 12b71d62f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 455 additions and 722 deletions

View File

@ -61,6 +61,7 @@ import ../make-test-python.nix ({ lib, pkgs, ... }:
}
.scope_name = structured.msgid
del(.message)
del(.host)
del(.timestamp)
del(.service)
del(.source_type)

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,7 @@
let
pname = "vector";
version = "0.39.0";
version = "0.40.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@ -45,7 +45,7 @@ rustPlatform.buildRustPackage {
owner = "vectordotdev";
repo = pname;
rev = "v${version}";
hash = "sha256-S6yzh8ISIh6xzw5DwQaoZdpfmDHE9gfjlEtxIZerSak=";
hash = "sha256-KJqixwOc9M8xBzeyJFF3sFfybqAroEYu4OPD8q+PMRY=";
};
cargoLock = {