Skip to content

Commit

Permalink
chore(deps): update major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 50f1787 commit a43a9fb
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update ShellCheck
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Rust
uses: ./.github/actions/rust-toolchain-from-file
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Rust
uses: ./.github/actions/rust-toolchain-from-file
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Rust
uses: ./.github/actions/rust-toolchain-from-file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: typos
uses: crate-ci/typos@master
191 changes: 107 additions & 84 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/oaclt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ publish = false
rust-version = "1.73.0"

[dependencies]
derive_more = "0.99.17"
duplicate = "1.0.0"
derive_more = "1.0.0"
duplicate = "2.0.0"
oaclt_macros = { path = "../oaclt_macros" }
thiserror = "1.0.49"

[dependencies.windows]
version = "0.51.1"
version = "0.58.0"
features = [
"Win32_Foundation",
"Win32_System_Com",
Expand Down
2 changes: 1 addition & 1 deletion crates/oaclt_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.73.0"
proc-macro = true

[dependencies]
itertools = "0.11.0"
itertools = "0.13.0"
proc-macro2 = "1.0.69"
quote = "1.0.33"
syn = "2.0.38"

0 comments on commit a43a9fb

Please sign in to comment.