Skip to content

Commit

Permalink
chore(deps): bump regex from 1.4.3 to 1.4.5
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.4.3...1.4.5)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent f0ff561 commit e12d694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ path = "src/api/schema/gen.rs"
required-features = ["default-no-api-client"]

[profile.release]
lto = true
codegen-units = 1
lto = true # Optimize our binary at link stage.
codegen-units = 1 # Increases compile time but improves optmization alternatives.
debug = false # Do not include debug symbols in the executable.

[profile.bench]
debug = true
Expand Down Expand Up @@ -201,7 +202,7 @@ pulsar = { version = "1.0.0", default-features = false, features = ["tokio-runti
rand = { version = "0.8.0", features = ["small_rng"] }
rand_distr = "0.4.0"
rdkafka = { version = "0.24.0", features = ["libz", "ssl", "zstd"], optional = true }
regex = "1.3.9"
regex = "1.4.5"
# make sure to update the external docs when the Lua version changes
rlua = { version = "0.17.0", optional = true }
seahash = { version = "4.0.1", optional = true }
Expand Down

0 comments on commit e12d694

Please sign in to comment.