diff --git a/Cargo.lock b/Cargo.lock index 8c82f20..7053183 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -798,7 +798,7 @@ dependencies = [ [[package]] name = "native-iast-rewriter" -version = "2.7.0" +version = "2.8.0" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index 0061203..4eb59f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "native-iast-rewriter" -version = "2.7.0" +version = "2.8.0" [lib] crate-type = ["cdylib"] diff --git a/package-lock.json b/package-lock.json index 638a2ff..f1b4552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@datadog/native-iast-rewriter", - "version": "2.7.0", + "version": "2.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@datadog/native-iast-rewriter", - "version": "2.7.0", + "version": "2.8.0", "license": "Apache-2.0", "dependencies": { "lru-cache": "^7.14.0", diff --git a/package.json b/package.json index 1ec91dd..ba22ecd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@datadog/native-iast-rewriter", "homepage": "https://github.com/DataDog/dd-native-iast-rewriter-js/blob/main/README.md", - "version": "2.7.0", + "version": "2.8.0", "description": "Datadog IAST instrumentation addon for NodeJS", "main": "main.js", "types": "index.d.ts",