Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 5 updates (#280)
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.89` | `1.0.93` |
| [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.214` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` |
| [cortex-m-rt](https://github.com/rust-embedded/cortex-m) | `0.7.3` | `0.7.5` |

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Ostrovski <ostrovski.alex@gmail.com>
  • Loading branch information
dependabot[bot] and slowli authored Nov 10, 2024
1 parent 8189251 commit 50c0c33
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 41 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/scheduled.yml

This file was deleted.

52 changes: 26 additions & 26 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
# Public dependencies (present in the public API).
anyhow = { version = "1.0.89", default-features = false }
anyhow = { version = "1.0.93", default-features = false }
base64ct = { version = "1.5.2", features = ["alloc"] }
ciborium = { version = "0.2.2", default-features = false, optional = true }
chrono = { version = "0.4.38", default-features = false }
Expand Down Expand Up @@ -91,7 +91,7 @@ doc-comment = "0.3.3"
hex-buffer-serde = "0.4.0"
num-bigint = { package = "num-bigint-dig", version = "0.8.2" }
rand = "0.8.3"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
uuid = { version = "1.11.0", features = ["serde", "v4"] }
version-sync = "0.9"

[features]
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/no-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/slowli/jwt-compact"
publish = false

[dependencies]
anyhow = { version = "1.0.89", default-features = false }
anyhow = { version = "1.0.93", default-features = false }
chrono = { version = "0.4.38", default-features = false }
const-decoder = "0.4.0"
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/slowli/jwt-compact"
publish = false

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Os", "--enable-mutable-globals"]
wasm-opt = ["-Os", "--enable-mutable-globals", "--enable-bulk-memory"]

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit 50c0c33

Please sign in to comment.