summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build4
-rw-r--r--subprojects/boost-url.wrap4
-rw-r--r--subprojects/boost.wrap6
3 files changed, 7 insertions, 7 deletions
diff --git a/meson.build b/meson.build
index d9b4f4479e..24777e8859 100644
--- a/meson.build
+++ b/meson.build
@@ -274,10 +274,10 @@ else
endif
bmcweb_dependencies += nlohmann_json
-boost = dependency('boost',version : '>=1.77.0', required : false, include_type: 'system')
+boost = dependency('boost',version : '>=1.78.0', required : false, include_type: 'system')
if not boost.found()
subproject('boost', required: false)
- boost_inc = include_directories('subprojects/boost_1_77_0/', is_system:true)
+ boost_inc = include_directories('subprojects/boost_1_78_0/', is_system:true)
boost = declare_dependency(include_directories : boost_inc)
boost = boost.as_system('system')
endif
diff --git a/subprojects/boost-url.wrap b/subprojects/boost-url.wrap
index 3d00dcf8cc..1e30bc755b 100644
--- a/subprojects/boost-url.wrap
+++ b/subprojects/boost-url.wrap
@@ -1,3 +1,3 @@
[wrap-git]
-revision = 4f712ed69a04a344957d22efa5dc111b415b3aff
-url = https://github.com/CPPAlliance/url.git \ No newline at end of file
+revision = d740a92d38e3a8f4d5b2153f53b82f1c98e312ab
+url = https://github.com/CPPAlliance/url.git
diff --git a/subprojects/boost.wrap b/subprojects/boost.wrap
index 682ae2fc44..2f7a22f450 100644
--- a/subprojects/boost.wrap
+++ b/subprojects/boost.wrap
@@ -1,4 +1,4 @@
[wrap-file]
-source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_77_0.tar.bz2
-source_hash = fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854
-source_filename = 1_77_0.tar.bz2
+source_url = https://downloads.yoctoproject.org/mirror/sources/boost_1_78_0.tar.bz2
+source_hash = 8681f175d4bdb26c52222665793eef08490d7758529330f98d3b29dd0735bccc
+source_filename = 1_78_0.tar.bz2