[jsoncons] Update to 0.170.1 (#31284)

* [jsoncons] Update to 0.170.1

* Update baseline
This commit is contained in:
Daniel Parker 2023-05-08 21:04:23 -04:00 committed by GitHub
parent 461fd253f5
commit be5a9aab2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO danielaparker/jsoncons REPO danielaparker/jsoncons
REF v${VERSION} REF v${VERSION}
SHA512 0cf84a40d5af574352f7e157647f3b6e676b9c4080108a64e5f05edc6ddf6a0d2409772481d4f502c096f2821b03578643fbea0a5f3b5031189e7ce9f9b3e99b SHA512 f292e5034ad1d39ae3d6887bd59b92a7211b9de05b46229ad021514acb11965c33fd16b6bb264becd08e40f287cee76c15339ccefce2d80b7a43747319bbc93d
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "jsoncons", "name": "jsoncons",
"version": "0.170.0", "version": "0.170.1",
"description": "A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON", "description": "A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON",
"homepage": "https://github.com/danielaparker/jsoncons", "homepage": "https://github.com/danielaparker/jsoncons",
"license": "BSL-1.0", "license": "BSL-1.0",

View File

@ -3457,7 +3457,7 @@
"port-version": 5 "port-version": 5
}, },
"jsoncons": { "jsoncons": {
"baseline": "0.170.0", "baseline": "0.170.1",
"port-version": 0 "port-version": 0
}, },
"jsoncpp": { "jsoncpp": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "a5e66f5d2ae477089e3f87c432bdfdb7a7929da9",
"version": "0.170.1",
"port-version": 0
},
{ {
"git-tree": "32422a6f4405b4c330cc992bc40fc11e4e274450", "git-tree": "32422a6f4405b4c330cc992bc40fc11e4e274450",
"version": "0.170.0", "version": "0.170.0",