Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/add-issues-to-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
with:
project-url: https://github.com/orgs/famedly/projects/50
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}
6 changes: 3 additions & 3 deletions .github/workflows/rust-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
compliance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5
uses: fsfe/reuse-action@676e2d560c9a403aa252096d99fcab3e1132b0f5 # v6
- name: Dependency license check
uses: EmbarkStudios/cargo-deny-action@v2
uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2
with:
command: check bans licenses sources

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ figment = { version = "0.10.19", features = [
"yaml",
], optional = true }
paste = { version = "1.0.15", optional = true }
reqwest = { version = "0.12.12", optional = true }
reqwest = { version = "0.13.0", optional = true }
schemars = { version = "1.0.4", optional = true }
serde = { version = "1.0.210", features = ["derive"], optional = true }
thiserror = { version = "1.0.64", optional = true }
thiserror = { version = "2.0.0", optional = true }
time = { version = "0.3.36", optional = true }
tracing = { version = "0.1.40", optional = true }
url = { version = "2.5.4", features = ["serde"], optional = true }
Expand Down