Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2024
1 parent fe113b9 commit bfbfeaa
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 171 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
uses: actions-rust-lang/setup-rust-toolchain@v1.10.0
with:
toolchain: stable
components: clippy
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup | Checkout
uses: actions/checkout@v4
- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
uses: actions-rust-lang/setup-rust-toolchain@v1.10.0
with:
toolchain: stable
cache: false
Expand Down
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lxml==5.3.0
Pillow==10.4.0
polars==1.7.1
pyarrow==17.0.0
pydantic==2.9.1
pydantic==2.9.2
pyyaml==6.0.2
requests==2.32.3
requests-oauthlib==2.0.0
Expand Down
62 changes: 31 additions & 31 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ octocrab = { version = "0.39.0", default-features = false, features = ["default-

# auth/security
jsonwebtoken = { version = "9.3.0", default-features = false, features = [] }
actix-governor = { version = "0.5.0", features = ["logger"] }
actix-governor = { version = "0.6.0", features = ["logger"] }

# proposing feedback
tempfile = "3.12.0"
Expand Down
6 changes: 3 additions & 3 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@nuxt/content": "2.13.2",
"@nuxt/image": "1.8.0",
"@nuxtjs/color-mode": "3.4.4",
"@vueuse/core": "11.0.3",
"@vueuse/core": "11.1.0",
"@vueuse/nuxt": "11.0.3",
"@vueuse/router": "11.0.3",
"@vueuse/router": "11.1.0",
"maplibre-gl": "4.7.1",
"maplibre-gl-indoor": "0.0.16",
"nightwind": "1.1.13",
"nuxt": "3.13.0",
"sharp": "0.33.5",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.5.5",
"vue": "3.5.8",
"vue-router": "4.4.5",
"vue3-carousel": "0.3.4"
},
Expand Down
Loading

0 comments on commit bfbfeaa

Please sign in to comment.