summaryrefslogtreecommitdiff
path: root/src/third_party/SConscript
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2020-05-14 10:31:07 -0700
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-15 16:21:47 +0000
commit2dc2b30e10f20a7d75faff0f35d3696660fd8721 (patch)
tree71a88c0b00ef775960a369a303dc57e3b5fde321 /src/third_party/SConscript
parentf35cd4090e5d379220f0471a126168988406c0b6 (diff)
downloadmongo-2dc2b30e10f20a7d75faff0f35d3696660fd8721.tar.gz
SERVER-40711 Update zstd dependency from version 1.4.3 to 1.4.4
The zstandard library has a new version that is supposed to have an 8% increase in compression speed. This is a simple dependency version bump.
Diffstat (limited to 'src/third_party/SConscript')
-rw-r--r--src/third_party/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/SConscript b/src/third_party/SConscript
index 86a36df7670..8e868e76c52 100644
--- a/src/third_party/SConscript
+++ b/src/third_party/SConscript
@@ -14,7 +14,7 @@ Import("wiredtiger")
boostSuffix = "-1.70.0"
snappySuffix = '-1.1.7'
zlibSuffix = '-1.2.11'
-zstdSuffix = '-1.4.3'
+zstdSuffix = '-1.4.4'
pcreSuffix = "-8.42"
mozjsSuffix = '-60'
yamlSuffix = '-0.6.2'