Bump paerser to v0.1.4

This commit is contained in:
Ludovic Fernandez
2021-05-06 09:32:04 +02:00
committed by GitHub
parent 56b26421a5
commit ee12424795
5 changed files with 57 additions and 55 deletions

View File

@@ -190,7 +190,7 @@
},
"rateLimit": {
"average": 42,
"period": 42,
"period": "42ns",
"burst": 42,
"sourceCriterion": {
"ipStrategy": {
@@ -306,7 +306,7 @@
},
"retry": {
"attempts": 42,
"initialInterval": 42
"initialInterval": "42ns"
},
"contentType": {
"autoDetect": true
@@ -352,9 +352,9 @@
],
"maxIdleConnsPerHost": 42,
"forwardingTimeouts": {
"dialTimeout": 42,
"responseHeaderTimeout": 42,
"idleConnTimeout": 42
"dialTimeout": "42ns",
"responseHeaderTimeout": "42ns",
"idleConnTimeout": "42ns"
}
}
}
@@ -473,4 +473,4 @@
}
}
}
}
}