Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.10.3 (#1496)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate regex to 1.10.3

* [MegaLinter] Apply linters fixes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jan 21, 2024
1 parent de37513 commit bcadbf8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"build": {
"dockerfile": "Dockerfile"
"dockerfile": "Dockerfile",
},

// Use 'mounts' to make the cargo cache persistent in a Docker Volume.
Expand All @@ -32,5 +32,5 @@
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
"remoteUser": "root"
"remoteUser": "root",
}
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ path-absolutize = "3.1.1"
petgraph = "0.6.4"
rand = "0.8.5"
rayon = "1.8.1"
regex = "1.10.2"
regex = "1.10.3"
reqwest = { version = "0.11.23", default-features = false, features = ["blocking", "json", "gzip"] }
rmp-serde = "1.1.2"
self_update = { version = "0.39.0", default-features = false, features = [
Expand Down

0 comments on commit bcadbf8

Please sign in to comment.