Skip to content

Commit

Permalink
Merge pull request #437 from spacemeshos/dependabot/cargo/duration-st…
Browse files Browse the repository at this point in the history
…r-0.11.3

build(deps): bump duration-str from 0.11.2 to 0.11.3
  • Loading branch information
fasmat authored Dec 3, 2024
2 parents 1f35364 + 726f5bb commit 730b561
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:
jobs:
security_audit:
runs-on: ubuntu-latest
permissions:
checks: write
issues: write
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2.0.0
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 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 certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json = "1.0.133"
base64 = "0.22.1"
axum-prometheus = "0.7.0"
tower = { version = "0.5.1", features = ["limit", "load-shed", "buffer"] }
duration-str = { version = "0.11.2", default-features = false, features = [
duration-str = { version = "0.11.3", default-features = false, features = [
"serde",
"time",
] }
Expand Down

0 comments on commit 730b561

Please sign in to comment.