summaryrefslogtreecommitdiff
path: root/lib/crypto/src/crypto.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/src/crypto.app.src')
-rw-r--r--lib/crypto/src/crypto.app.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypto/src/crypto.app.src b/lib/crypto/src/crypto.app.src
index 492aa10e51..30e804c7e2 100644
--- a/lib/crypto/src/crypto.app.src
+++ b/lib/crypto/src/crypto.app.src
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1999-2017. All Rights Reserved.
+%% Copyright Ericsson AB 1999-2021. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -25,6 +25,6 @@
{registered, []},
{applications, [kernel, stdlib]},
{env, [{fips_mode, false}, {rand_cache_size, 896}]},
- {runtime_dependencies, ["erts-9.0","stdlib-3.4","kernel-5.3"]}]}.
+ {runtime_dependencies, ["erts-9.0","stdlib-3.9","kernel-5.3"]}]}.