Skip to content

Commit

Permalink
build(deps): Update Rust dependencies (#76)
Browse files Browse the repository at this point in the history
Package                 Before  After
aho-corasick            0.7.18  1.1.3
bio-types               0.13.0  1.0.1
bitflags                2.5.0   2.6.0
byteorder               1.4.3   1.5.0
cc                      1.0.73  1.1.0
clang-sys               1.8.0   1.8.1
cmake                   0.1.48  0.1.50
either                  1.12.0  1.13.0
form_urlencoded         1.0.1   1.2.1
glob                    0.3.0   0.3.1
heck                    0.3.3   0.4.1
idna                    0.2.3   0.5.0
jobserver               0.1.24  0.1.31
lazy_static             1.4.0   1.5.0
libc                    0.2.132 0.2.155
libloading              0.8.3   0.8.4
libz-sys                1.1.15  1.1.18
memchr                  2.5.0   2.7.4
percent-encoding        2.1.0   2.3.1
pkg-config              0.3.25  0.3.30
proc-macro2             1.0.84  1.0.86
regex                   1.6.0   1.10.5
regex-syntax            0.6.27  0.8.4
rustversion             1.0.9   1.0.17
serde                   1.0.144 1.0.204
serde_bytes             0.11.7  0.11.15
serde_derive            1.0.144 1.0.204
strum_macros            0.23.1  0.25.3
syn                     2.0.66  2.0.70
thiserror               1.0.32  1.0.61
thiserror-impl          1.0.32  1.0.61
tinyvec                 1.6.0   1.8.0
tinyvec_macros          0.1.0   0.1.1
unicode-bidi            0.3.8   0.3.15
unicode-ident           1.0.3   1.0.12
unicode-normalization   0.1.21  0.1.23
url                     2.2.2   2.5.2
windows-targets         0.52.5  0.52.6
windows_aarch64_gnullvm 0.52.5  0.52.6
windows_aarch64_msvc    0.52.5  0.52.6
windows_i686_gnu        0.52.5  0.52.6
windows_i686_gnullvm    0.52.5  0.52.6
windows_i686_msvc       0.52.5  0.52.6
windows_x86_64_gnu      0.52.5  0.52.6
windows_x86_64_gnullvm  0.52.5  0.52.6
windows_x86_64_msvc     0.52.5  0.52.6
  • Loading branch information
sjackman authored Jul 16, 2024
1 parent 8678758 commit 1a5d5e0
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 116 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- master

env:
CR_DENY_VERSION: 0.13.5
RUST_VERSION: 1.65.0
CR_DENY_VERSION: 0.14.23
RUST_VERSION: 1.79.0

jobs:
rust:
Expand Down
Loading

0 comments on commit 1a5d5e0

Please sign in to comment.