Skip to content

Commit

Permalink
Merge pull request #103 from Cantido/dependabot/cargo/shadow-rs-0.35.1
Browse files Browse the repository at this point in the history
Bump shadow-rs from 0.35.0 to 0.35.1
  • Loading branch information
Cantido authored Oct 15, 2024
2 parents 4904929 + 7ab81a7 commit e5f296d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -54,7 +54,7 @@ moka = { version = "0.12.8", features = ["future"], optional = true }
recloser = { version = "1.1.1", optional = true }
reqwest = { version = "0.12.8", features = ["json"] }
serde = { version = "1.0.210", features = ["derive"] }
shadow-rs = { version = "0.35.0", optional = true }
shadow-rs = { version = "0.35.1", optional = true }
thiserror = "1.0.64"
time = { version = "0.3.36", features = ["serde"] }
tokio = { version = "1.40.0", features = ["full"], optional = true }
Expand All @@ -64,4 +64,4 @@ tzdb = "0.7.2"
uuid = { version = "1.10.0", features = ["v7"], optional = true }

[build-dependencies]
shadow-rs = "0.35.0"
shadow-rs = "0.35.1"

0 comments on commit e5f296d

Please sign in to comment.