Skip to content

Commit 09682eb

Browse files
committed
update ci and octocrab dep
1 parent ee853bb commit 09682eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
working_directory: /tmp/project
77
docker:
8-
- image: cimg/rust:1.81
8+
- image: cimg/rust:1.84
99
resource_class: small
1010
steps:
1111
- checkout

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.2.0"
44
edition = "2021"
55

66
[dependencies]
7-
octocrab = "0.41"
7+
octocrab = "0.42"
88
concourse-resource = "0.3"
99
tokio = { version = "1.0", features = ["rt-multi-thread", "macros"] }
1010
serde = "1.0"

0 commit comments

Comments
 (0)