Skip to content

Commit

Permalink
Bump once_cell from 1.18.0 to 1.19.0 in /axum1
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 31f6189 commit 25a04c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions axum1/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 axum1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ oauth2 = "4.4.2"
validator = { version = "0.16", features = ["derive"] }
# regex (mostly for validation) and utilities
regex = "1.10.2"
once_cell = "1.18.0"
once_cell = "1.19.0"
axum-macros = "0.4.1"
base64 = "0.21"
blake3 = "*"
Expand Down

0 comments on commit 25a04c7

Please sign in to comment.