Skip to content

Commit

Permalink
Bump anyhow from 1.0.93 to 1.0.94
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.94.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.93...1.0.94)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 44ce314 commit 4286dc0
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde_derive = "1.0"
derive_more = { version = "1", features = ["from"] }
lazy_static = "1.5"
regex = "1"
anyhow = "1.0.93"
anyhow = "1.0.94"
walkdir = "2.5"
clap = { version = "4.5.21", features = ["derive"] }
simple_logger = "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ wildmatch = "2.4.0"
log = "0.4.22"
testing_logger = "0.1.1"
url = "2.5.4"
anyhow = "1.0.93"
anyhow = "1.0.94"


[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_css3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared", features = [] }
lazy_static = "1.5.0"
log = "0.4.22"
simple_logger = "5.0.0"
anyhow = { version = "1.0.93", features = [] }
anyhow = { version = "1.0.94", features = [] }
colors-transform = "0.2.11"
rand = "0.9.0-beta"
itertools = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared", features = [] }
gosub_config = { path = "../gosub_config", features = [] }
derive_more = { version = "1", features = ["from", "display"] }
thiserror = "2.0.6"
anyhow = "1.0.93"
anyhow = "1.0.94"
log = "0.4.22"
domain-lookup-tree = "0.1"
cookie = { version = "0.18.1", features = ["secure", "private"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_render_backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ smallvec = "1.13.2"
image = "0.25.5"
raw-window-handle = "0.6.2"
log = "0.4.14"
anyhow = "1.0.93"
anyhow = "1.0.94"
url = "2.5.4"

2 changes: 1 addition & 1 deletion crates/gosub_render_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_html5 = { path = "../gosub_html5" }
gosub_css3 = { path = "../gosub_css3" }
gosub_shared = { path = "../gosub_shared" }
gosub_render_backend = { path = "../gosub_render_backend" }
anyhow = "1.0.93"
anyhow = "1.0.94"
regex = "1.11.1"
rstar = "0.12.2"
log = "0.4.14"
2 changes: 1 addition & 1 deletion crates/gosub_renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gosub_shared = { path = "../gosub_shared" }
gosub_css3 = { path = "../gosub_css3" }
gosub_net = { path = "../gosub_net" }
gosub_render_backend = { path = "../gosub_render_backend" }
anyhow = "1.0.93"
anyhow = "1.0.94"
image = "0.25.5"
url = "2.5.4"
log = "0.4.22"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
chardet = "0.2.4"
thiserror = "2.0.6"
url = "2.5.4"
anyhow = "1.0.93"
anyhow = "1.0.94"
lazy_static = "1.5.0"
uuid = { version = "1.11.0", features = ["v4"] }
rand = "0.9.0-beta.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_svg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gosub_html5 = { path = "../gosub_html5" }
gosub_render_backend = { path = "../gosub_render_backend" }
tiny-skia = "0.11.4"
resvg = { version = "0.44.0", optional = true }
anyhow = "1.0.93"
anyhow = "1.0.94"

[features]
resvg = ["dep:resvg"]
2 changes: 1 addition & 1 deletion crates/gosub_taffy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gosub_shared = { path = "../gosub_shared" }
gosub_render_backend = { path = "../gosub_render_backend" }
gosub_typeface = { path = "../gosub_typeface" }
taffy = "0.6.3"
anyhow = "1.0.93"
anyhow = "1.0.94"
regex = "1.11.1"
log = "0.4.22"
parley = { version = "0.2.0", default-features = false, features = ["std"] }
2 changes: 1 addition & 1 deletion crates/gosub_useragent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gosub_renderer = { path = "../gosub_renderer" }
winit = "0.30.5"
slotmap = "1.0.7"
log = "0.4.22"
anyhow = "1.0.93"
anyhow = "1.0.94"
url = "2.5.4"
image = "0.25.5"

Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_v8/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ gosub_shared = { path = "../gosub_shared" }
gosub_webexecutor = { path = "../gosub_webexecutor" }
thiserror = "2.0.6"
v8 = "130.0.1"
anyhow = "1.0.93"
anyhow = "1.0.94"
serde_json = "1.0.133"
2 changes: 1 addition & 1 deletion crates/gosub_vello/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ vello = "0.3.0"
vello_encoding = "0.3.0"
image = "0.25.5"
smallvec = "1.13.2"
anyhow = "1.0.93"
anyhow = "1.0.94"
wgpu = "22.1.0"
raw-window-handle = "0.6.2"
futures = "0.3.31"
Expand Down
2 changes: 1 addition & 1 deletion crates/gosub_webexecutor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ colored = "2.1.0"
derive_more = { version = "1", features = ["from", "display"] }
lazy_static = "1.5"
thiserror = "2.0.6"
anyhow = "1.0.93"
anyhow = "1.0.94"
paste = "1.0.15"

[dev-dependencies]
Expand Down

0 comments on commit 4286dc0

Please sign in to comment.