Skip to content

Commit

Permalink
Increment fastly crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetman committed Oct 11, 2024
1 parent 047c08a commit 69e0052
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion esi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "./README.md"
[dependencies]
quick-xml = "0.36.0"
thiserror = "^1.0"
fastly = "^0.10"
fastly = "^0.11"
log = "^0.4"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/esi_example_advanced_error_handling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
publish = false

[dependencies]
fastly = "^0.10"
fastly = "^0.11"
esi = { path = "../../esi" }
log = "^0.4"
env_logger = "^0.11"
2 changes: 1 addition & 1 deletion examples/esi_example_minimal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition.workspace = true
publish = false

[dependencies]
fastly = "^0.10"
fastly = "^0.11"
esi = { path = "../../esi" }
log = "^0.4"
env_logger = "^0.11"
2 changes: 1 addition & 1 deletion examples/esi_try_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
debug = 1

[dependencies]
fastly = "0.10.1"
fastly = "0.11"
esi = { path = "../../esi" }
log = "^0.4"
env_logger = "0.11.3"

0 comments on commit 69e0052

Please sign in to comment.