conjure-cp / conjure-oxide

Mozilla Public License 2.0
7 stars 8 forks source link

build(deps): bump the all group across 1 directory with 10 updates #305

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the all group with 10 updates in the / directory:

Package From To
serde 1.0.199 1.0.201
serde_json 1.0.116 1.0.117
thiserror 1.0.59 1.0.60
anyhow 1.0.82 1.0.83
linkme 0.3.25 0.3.26
schemars 0.8.17 0.8.19
syn 2.0.60 2.0.63
proc-macro2 1.0.81 1.0.82
libc 0.2.153 0.2.154
cc 1.0.95 1.0.97

Updates serde from 1.0.199 to 1.0.201

Release notes

Sourced from serde's releases.

v1.0.201

  • Resolve unexpected_cfgs warning (#2737)

v1.0.200

  • Fix formatting of "invalid type" and "invalid value" deserialization error messages containing NaN or infinite floats (#2733, thanks @​jamessan)
Commits


Updates serde_json from 1.0.116 to 1.0.117

Release notes

Sourced from serde_json's releases.

v1.0.117

  • Resolve unexpected_cfgs warning (#1130)
Commits


Updates thiserror from 1.0.59 to 1.0.60

Release notes

Sourced from thiserror's releases.

1.0.60

  • Resolve unexpected_cfgs warning (#298)
Commits


Updates anyhow from 1.0.82 to 1.0.83

Release notes

Sourced from anyhow's releases.

1.0.83

  • Integrate compile-time checking of cfgs (#363)
Commits
  • 96f0392 Release 1.0.83
  • 17bbd1e Merge pull request #363 from dtolnay/checkcfg
  • 3ab3c3b Resolve unexpected_cfgs warning
  • 8e62244 Discard CI coverage of backtrace feature on toolchains older than 1.63
  • e77374f Mirror PR 343 changes from readme to rustdoc
  • cb47d7c Reword no-std documentation change from PR 343
  • 6b5bdb1 Wrap PR 343 to 80 columns
  • f01080b Merge pull request #343 from Arthur-Milchior/readme1
  • See full diff in compare view


Updates linkme from 0.3.25 to 0.3.26

Release notes

Sourced from linkme's releases.

0.3.26

  • Resolve unexpected_cfgs warning (#87)
Commits
  • edd2a89 Release 0.3.26
  • fd3d4c6 Merge pull request #87 from dtolnay/checkcfg
  • d64f3ff Resolve unexpected_cfgs warning
  • 6f47988 Fix typo in crate-level rustdoc
  • 40389c2 Explicitly install a Rust toolchain for cargo-outdated job
  • 3bbbf5e Ignore dead code lint on struct field in test
  • 312fd17 Raise minimum tested compiler to 1.70
  • See full diff in compare view


Updates schemars from 0.8.17 to 0.8.19

Release notes

Sourced from schemars's releases.

v0.8.19

Fixed:

  • Regression that caused a compile error when deriving JsonSchema on an enum with no variants (GREsau/schemars#287)

v0.8.18

Fixed:

Changelog

Sourced from schemars's changelog.

[0.8.19] - 2024-05-06

Fixed:

  • Regression that caused a compile error when deriving JsonSchema on an enum with no variants (GREsau/schemars#287)

[0.8.18] - 2024-05-06

Fixed:

Commits


Updates syn from 2.0.60 to 2.0.63

Release notes

Sourced from syn's releases.

2.0.63

  • Parse and print long if-else-if chains without reliance on deep recursion to avoid overflowing stack (#1644, #1645)

2.0.62

  • Reject invalid unparenthesized range and comparison operator expressions (#1642, #1643)

2.0.61

  • Check for legal binding name in the ident of Pat::Ident (#1627)
  • Resolve unexpected_cfgs warning (#1635)
Commits
  • 8bcd277 Release 2.0.63
  • 6d1113d Merge pull request #1645 from dtolnay/ifelse
  • 40950dd Remove recursion from printing of Expr::If
  • e2e7f2d Merge pull request #1644 from dtolnay/ifelse
  • 70777ce Remove recursion from parsing of Expr::If
  • e9e6329 Release 2.0.62
  • c79cea1 Merge pull request #1643 from dtolnay/chainedcompare
  • dc4ffde Require parens for chained comparison binops
  • c463a74 Add tests of binop associativity
  • da509d5 Add test of assignment and range precedence
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.81 to 1.0.82

Release notes

Sourced from proc-macro2's releases.

1.0.82

  • Resolve unexpected_cfgs warning (#456)
Commits
  • 8dc63f3 Release 1.0.82
  • 790cb41 Merge pull request #457 from dtolnay/defaultfeatures
  • 2ebe711 Fix use of deprecated default_features in Cargo.toml
  • a720819 Delete unused nightly cfg
  • 37c5d18 Merge pull request #456 from dtolnay/checkcfg
  • 5e02f52 Suppress unknown_lints warning on old rustc
  • 2660d30 Resolve unexpected_cfgs warning
  • See full diff in compare view


Updates libc from 0.2.153 to 0.2.154

Release notes

Sourced from libc's releases.

0.2.154

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/libc/compare/0.2.153...0.2.154

Commits
  • b78d6a3 Merge pull request #3573 from Dirreke/update-libc0.2
  • 3111f6f Merge pull request #3600 from pcc/strtime
  • 4d836cc Merge pull request #3618 from devnexen/dfbsd_gtrandom
  • 23a1b4c Merge pull request #3638 from nielx/haiku-hrev57593-0.2
  • f4ab3e7 Merge pull request #3637 from ur4t/libc-0.2
  • 4d6fe50 Move strftime, strftime_l, strptime to linux_like
  • e79e95f adding getentropy/getrandom to dragonflybsd.
  • 8220683 Double quote variables in shell scripts
  • c0a6936 Add constant AT_MINSIGSTKSZ introduced by glibc 2.35
  • 1c7f8fc Haiku: synchronize with post R1-beta 4 changes in libc
  • Additional commits viewable in compare view


Updates cc from 1.0.95 to 1.0.97

Release notes

Sourced from cc's releases.

1.0.97

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.96...1.0.97

1.0.96

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.95...1.0.96

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 week ago

Looks like these dependencies are updatable in another way, so this is no longer needed.